Fix cgit references in docstrings
Change-Id: Ia332bc350882d3948ee30a5569304b43a9487b82
This commit is contained in:
parent
d500651367
commit
e7722f8c6b
@ -24,7 +24,7 @@ from docutils import nodes
|
|||||||
|
|
||||||
def git_file_role(name, rawtext, text, lineno, inliner,
|
def git_file_role(name, rawtext, text, lineno, inliner,
|
||||||
options={}, content=[]):
|
options={}, content=[]):
|
||||||
"""Link a local path to a cgit file view.
|
"""Link a local path to a git file view.
|
||||||
|
|
||||||
Returns 2 part tuple containing list of nodes to insert into the
|
Returns 2 part tuple containing list of nodes to insert into the
|
||||||
document and a list of system messages. Both are allowed to be
|
document and a list of system messages. Both are allowed to be
|
||||||
@ -48,7 +48,7 @@ def git_file_role(name, rawtext, text, lineno, inliner,
|
|||||||
|
|
||||||
def config_role(name, rawtext, text, lineno, inliner,
|
def config_role(name, rawtext, text, lineno, inliner,
|
||||||
options={}, content=[]):
|
options={}, content=[]):
|
||||||
"""Link a local path to a cgit file view.
|
"""Link a local path to a git file view.
|
||||||
|
|
||||||
Returns 2 part tuple containing list of nodes to insert into the
|
Returns 2 part tuple containing list of nodes to insert into the
|
||||||
document and a list of system messages. Both are allowed to be
|
document and a list of system messages. Both are allowed to be
|
||||||
|
Loading…
Reference in New Issue
Block a user