Package trac :: Package wiki :: Module macros :: Class TracGuideTocMacro

Class TracGuideTocMacro

source code

    object --+        
             |        
core.Component --+    
                 |    
     WikiMacroBase --+
                     |
                    TracGuideTocMacro

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
expand_macro(self, formatter, name, content) source code

Inherited from WikiMacroBase: get_macro_description, get_macros, parse_macro

Inherited from core.Component: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables
  TOC = [('TracGuide', 'Index'), ('TracInstall', 'Installation')...

Inherited from WikiMacroBase: abstract, hide_from_macro_index

Properties

Inherited from object: __class__

Method Details

expand_macro(self, formatter, name, content)

source code 
Overrides: WikiMacroBase.expand_macro

Class Variable Details

TOC

Value:
[('TracGuide', 'Index'),
 ('TracInstall', 'Installation'),
 ('TracInterfaceCustomization', 'Customization'),
 ('TracPlugins', 'Plugins'),
 ('TracUpgrade', 'Upgrading'),
 ('TracIni', 'Configuration'),
 ('TracAdmin', 'Administration'),
 ('TracBackup', 'Backup'),
...