zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
content.DocSection Class Reference

Public Member Functions

def __init__
 
def add_block
 
def add_def
 
def process
 
def reorder
 

Public Attributes

 abstract
 
 block_names
 
 blocks
 
 chapter
 
 defs
 
 description
 
 name
 
 order
 
 title
 

Detailed Description

Definition at line 304 of file content.py.

Constructor & Destructor Documentation

def content.DocSection.__init__ (   self,
  name = "Other" 
)

Definition at line 306 of file content.py.

Member Function Documentation

def content.DocSection.add_block (   self,
  block 
)

Definition at line 320 of file content.py.

References internal_state.blocks, and content.DocSection.blocks.

def content.DocSection.add_def (   self,
  block 
)

Definition at line 317 of file content.py.

def content.DocSection.reorder (   self)

Member Data Documentation

content.DocSection.abstract

Definition at line 311 of file content.py.

Referenced by content.DocSection.process().

content.DocSection.block_names

Definition at line 309 of file content.py.

Referenced by content.DocSection.reorder().

content.DocSection.blocks
content.DocSection.chapter

Definition at line 315 of file content.py.

content.DocSection.defs

Definition at line 310 of file content.py.

Referenced by content.DocSection.process().

content.DocSection.description

Definition at line 312 of file content.py.

Referenced by content.DocSection.process().

content.DocSection.name

Definition at line 307 of file content.py.

content.DocSection.order

Definition at line 313 of file content.py.

Referenced by content.DocSection.process(), and content.DocSection.reorder().

content.DocSection.title

Definition at line 314 of file content.py.

Referenced by content.DocSection.process().


The documentation for this class was generated from the following file: