dagstd.sphinx package
Submodules
dagstd.sphinx.parser module
- class dagstd.sphinx.parser.OpDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)[source]
Bases:
PyFunctionSphinx op directive.
- class dagstd.sphinx.parser.OpDocumenter(directive: DocumenterBridge, name: str, indent: str = '')[source]
Bases:
FunctionDocumenterDocument op definitions.
- classmethod can_document_member(member, membername, isattr, parent)[source]
Called to see if a member can be documented by this Documenter.
- document_members(all_members=False)[source]
Generate reST for member documentation.
If all_members is True, document all members, else those given by self.options.members.
- format_args(**kwargs: Any)[source]
Format the argument signature of self.object.
Should return None if the object does not have a signature.
- member_order = 11
order if autodoc_member_order is set to ‘groupwise’
- objtype = 'op'
name by which the directive is called (auto…) and the default generated directive name