Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
docutils.nodes.topic Class Reference
Inheritance diagram for docutils.nodes.topic:
Inheritance graph
[legend]
Collaboration diagram for docutils.nodes.topic:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from docutils.nodes.Element
 __init__ (self, rawsource='', *children, **attributes)
 
 __repr__ (self)
 
 shortrepr (self)
 
 __str__ (self)
 
 starttag (self, quoteattr=None)
 
 endtag (self)
 
 emptytag (self)
 
 __len__ (self)
 
 __contains__ (self, key)
 
 __getitem__ (self, key)
 
 __setitem__ (self, key, item)
 
 __delitem__ (self, key)
 
 __add__ (self, other)
 
 __radd__ (self, other)
 
 __iadd__ (self, other)
 
 astext (self)
 
 non_default_attributes (self)
 
 attlist (self)
 
 get (self, key, failobj=None)
 
 hasattr (self, attr)
 
 delattr (self, attr)
 
 setdefault (self, key, failobj=None)
 
 get_language_code (self, fallback='')
 
 append (self, item)
 
 extend (self, item)
 
 insert (self, index, item)
 
 pop (self, i=-1)
 
 remove (self, item)
 
 index (self, item, start=0, stop=sys.maxsize)
 
 previous_sibling (self)
 
 is_not_default (self, key)
 
 update_basic_atts (self, dict_)
 
 append_attr_list (self, attr, values)
 
 coerce_append_attr_list (self, attr, value)
 
 replace_attr (self, attr, value, force=True)
 
 copy_attr_convert (self, attr, value, replace=True)
 
 copy_attr_coerce (self, attr, value, replace)
 
 copy_attr_concatenate (self, attr, value, replace)
 
 copy_attr_consistent (self, attr, value, replace)
 
 update_all_atts (self, dict_, update_fun=copy_attr_consistent, replace=True, and_source=False)
 
 update_all_atts_consistantly (self, dict_, replace=True, and_source=False)
 
 update_all_atts_concatenating (self, dict_, replace=True, and_source=False)
 
 update_all_atts_coercion (self, dict_, replace=True, and_source=False)
 
 update_all_atts_convert (self, dict_, and_source=False)
 
 clear (self)
 
 replace (self, old, new)
 
 replace_self (self, new)
 
 first_child_matching_class (self, childclass, start=0, end=sys.maxsize)
 
 first_child_not_matching_class (self, childclass, start=0, end=sys.maxsize)
 
 pformat (self, indent=' ', level=0)
 
 copy (self)
 
 deepcopy (self)
 
 set_class (self, name)
 
 note_referenced_by (self, name=None, id=None)
 
 is_not_list_attribute (cls, attr)
 
 is_not_known_attribute (cls, attr)
 
- Public Member Functions inherited from docutils.nodes.Node
 document (self)
 
 document (self, value)
 
 __bool__ (self)
 
 asdom (self, dom=None)
 
 setup_child (self, child)
 
 walk (self, visitor)
 
 walkabout (self, visitor)
 
 traverse (self, condition=None, include_self=True, descend=True, siblings=False, ascend=False)
 
 findall (self, condition=None, include_self=True, descend=True, siblings=False, ascend=False)
 
 next_node (self, condition=None, include_self=False, descend=True, siblings=False, ascend=False)
 
- Public Attributes inherited from docutils.nodes.Element
 rawsource
 
 children
 
 attributes
 
 referenced
 
- Public Attributes inherited from docutils.nodes.Node
 children
 
- Static Public Attributes inherited from docutils.nodes.Element
tuple basic_attributes = ('ids', 'classes', 'names', 'dupnames')
 
tuple local_attributes = ('backrefs',)
 
tuple list_attributes = basic_attributes + local_attributes
 
tuple known_attributes = list_attributes + ('source',)
 
 tagname = None
 
str child_text_separator = '\n\n'
 
 has_key = hasattr
 
- Static Public Attributes inherited from docutils.nodes.Node
 parent = None
 
 source = None
 
 line = None
 
- Protected Member Functions inherited from docutils.nodes.Element
 _dom_node (self, domroot)
 
- Protected Member Functions inherited from docutils.nodes.Node
 _fast_findall (self, cls)
 
 _superfast_findall (self)
 
- Static Protected Attributes inherited from docutils.nodes.Node
 _document = None
 

Detailed Description

Topics are terminal, "leaf" mini-sections, like block quotes with titles,
or textual figures.  A topic is just like a section, except that it has no
subsections, and it doesn't have to conform to section placement rules.

Topics are allowed wherever body elements (list, table, etc.) are allowed,
but only at the top level of a section or document.  Topics cannot nest
inside topics, sidebars, or body elements; you can't have a topic inside a
table, list, block quote, etc.

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