module documentation
Sphinx extension for building opcode documentation.
Class |
|
Undocumented |
Class |
|
Custom directive for opcode parameters. |
Class |
|
Custom directive for opcode result. |
Class |
|
Custom directive for writing assertions. |
Class |
|
Custom directive to generate table of all RAPI resources. |
Class |
|
Custom directive for RAPI resource details. |
Exception |
|
Custom class for generating errors in Sphinx. |
Function |
|
Build query fields documentation. |
Function |
|
Builds documentation for a list of values |
Function |
|
Custom role to evaluate Python expressions. |
Function | setup |
Sphinx extension callback. |
Constant | COMMON |
Undocumented |
Constant | CV |
Undocumented |
Constant | CV |
Undocumented |
Constant | DOCUMENTED |
Undocumented |
Constant | EVAL |
Undocumented |
Constant | RAPI |
Undocumented |
Variable | orig |
Undocumented |
Class | _ |
No class docstring; 0/1 instance variable, 2/2 methods documented |
Class | _ |
No class docstring; 1/1 static method, 2/2 class methods documented |
Function | _ |
Build opcode parameter documentation. |
Function | _ |
Build opcode result documentation. |
Function | _ |
Build a table with access permissions needed for all RAPI resources. |
Function | _ |
Returns textual description of required RAPI permissions. |
Function | _ |
Encodes a RAPI resource URI for use as a link target. |
Function | _ |
Builds a list of parameters common to all opcodes. |
Function | _ |
Returns list of HTTP methods supported by handler class. |
Function | _ |
Generates link target name for RAPI resource. |
Function | _ |
Generates a pending XRef like a ":doc:`...`" reference. |
Function | _ |
Custom role for man page references. |
Function | _ |
Parse simple assignment option. |
Function | _ |
Split simple option list. |
Constant | _MAN |
Undocumented |
Constant | _RAPI |
Undocumented |
Constant | _TAB |
Undocumented |
Build query fields documentation.
Parameters | |
fields:dict (field name as key, field details as value) | Undocumented |
Builds documentation for a list of values
Parameters | |
values:list of tuples in the form (value, documentation) | Undocumented |
DOCUMENTED_CONSTANTS =
¶
Undocumented
Value |
|
Build opcode parameter documentation.
Parameters | |
op | Opcode ID |
include | Undocumented |
exclude | Undocumented |
alias | Undocumented |
Returns textual description of required RAPI permissions.
Parameters | |
handler:rapi.baserlib.ResourceBase | Handler class |
method:string | HTTP method (e.g. http.HTTP_GET ) |
Returns | |
string | Undocumented |
Returns list of HTTP methods supported by handler class.
Parameters | |
handler:rapi.baserlib.ResourceBase | Handler class |
Returns | |
list of strings | Undocumented |
Parse simple assignment option.
Parameters | |
text:string | Assignments, e.g. "foo=bar, hello=world" |
Returns | |
dict | Undocumented |