Searched defs:docname (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/sphinx/ |
H A D | automarkup.py | 75 def markup_refs(docname, app, node): argument 130 def markup_func_ref_sphinx3(docname, app, match): argument 152 def markup_c_ref(docname, app, match): argument 197 def markup_doc_ref(docname, app, match): argument 213 def markup_abi_ref(docname, app, match, warning=False): argument 231 def add_and_resolve_xref(app, docname, domain, reftype, target, contnode=None): argument 258 def markup_abi_file_ref(docname, app, match): argument 262 def get_c_namespace(app, docname): argument 271 def markup_git(docname, app, match): argument
|
H A D | translations.py | 69 def process_languages(app, doctree, docname): argument
|