Trees | Indices | Help |
|
---|
|
Sphinx extension for building opcode documentation.
|
|||
ReSTError Custom class for generating errors in Sphinx. |
|||
OpcodeError | |||
OpcodeParams Custom directive for opcode parameters. |
|||
OpcodeResult Custom directive for opcode result. |
|||
PythonAssert Custom directive for writing assertions. |
|||
_ManPageXRefRole | |||
_RapiHandlersForDocsHelper | |||
RapiAccessTable Custom directive to generate table of all RAPI resources. |
|||
RapiResourceDetails Custom directive for RAPI resource details. |
|
|||
|
|||
|
|||
dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list of strings |
|
||
string |
|
||
|
|||
|
|
|||
s_compat = sphinx.util.compat
|
|||
orig_manpage_role = docutils.parsers.rst.roles._roles ["manpage"]
|
|||
_MAN_RE = re.compile(r"^(?P<name>[-\w_]+)\((?P<section>\d+)\)$") Regular expression for man page names |
|||
_TAB_WIDTH = 2
|
|||
RAPI_URI_ENCODE_RE = re.compile("[^_a-z0-9]+", re.I)
|
|||
COMMON_PARAM_NAMES = _GetCommonParamNames()
|
|||
EVAL_NS = dict(compat= compat, constants= constants, utils= ut Namespace for evaluating expressions |
|||
CV_ECODES_DOC = "ecodes"
|
|||
CV_ECODES_DOC_LIST = [(name, doc) for(_, name, doc) in constan
|
|||
DOCUMENTED_CONSTANTS = {CV_ECODES_DOC: CV_ECODES_DOC_LIST,}
|
|||
_RAPI_RESOURCES_FOR_DOCS = _RapiHandlersForDocsHelper.Build()
|
Imports: re, StringIO, docutils, sphinx, _constants, constants, compat, errors, utils, opcodes, opcodes_base, ht, rapi, luxi, objects, http, pathutils, ganeti
|
Split simple option list.
|
Parse simple assignment option.
|
Build opcode parameter documentation.
|
Build opcode result documentation.
|
Custom role to evaluate Python expressions. The expression's result is included as a literal. |
Build query fields documentation.
|
Builds documentation for a list of values
|
Custom role for man page references. Converts man pages to links if enabled during the build. |
Returns list of HTTP methods supported by handler class.
|
Returns textual description of required RAPI permissions.
|
|
EVAL_NSNamespace for evaluating expressions
|
CV_ECODES_DOC_LIST
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 12 17:28:39 2016 | http://epydoc.sourceforge.net |