From e7722f8c6bafb7696d14104a593851b93297ba5f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 3 May 2019 16:00:02 +0000 Subject: [PATCH] Fix cgit references in docstrings Change-Id: Ia332bc350882d3948ee30a5569304b43a9487b82 --- doc/source/custom_roles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/custom_roles.py b/doc/source/custom_roles.py index d523432ecb..610236c088 100644 --- a/doc/source/custom_roles.py +++ b/doc/source/custom_roles.py @@ -24,7 +24,7 @@ from docutils import nodes def git_file_role(name, rawtext, text, lineno, inliner, 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 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, 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 document and a list of system messages. Both are allowed to be