Documentor

Module: docdump.py API

No description.

Class: DocDump(object)

class DocDump(object):
Create a restructured text file with the representation obtained.

Function: __init__(projectname, output) [at ln:38]

def __init__(projectname, output):

No description.


Function: _add_classes(symbols, htmlpath, docpath) [at ln:207]

def _add_classes(symbols, htmlpath, docpath):
Add the class with the class content and style.

Function: _add_function(symbol, htmlpath, docpath) [at ln:171]

def _add_function(symbol, htmlpath, docpath):
Add the function with the function content and style.

Function: _add_global_attributes(symbols, htmlpath) [at ln:138]

def _add_global_attributes(symbols, htmlpath):
Add the global attributes to the Module Documentation.

Function: _add_global_functions(symbols, htmlpath, docpath) [at ln:157]

def _add_global_functions(symbols, htmlpath, docpath):
Add the global functions to the Module Documentation.

Function: _add_imports(symbols, htmlpath) [at ln:111]

def _add_imports(symbols, htmlpath):
Add the imports to the Module Documentation.

Function: _create_post() [at ln:100]

def _create_post():
Create a post to show in the index page.

Function: create_html_sections() [at ln:259]

def create_html_sections():
Create the sections to access: Modules, Classes and Functions.

Function: process_symbols(symbols, filepath, relpath) [at ln:52]

def process_symbols(symbols, filepath, relpath):
Process the symbols to create the documentation file.
Contents © 2013 Documentor - Powered by Nikola and Documentor