Skip to content

Commit 31e7bea

Browse files
committed
Stop complaints about "Search command style guide"
WARNING: Duplicate explicit target name: "search command style guide". Switched `<>`_ to `<>`__ to links. Frankly, I don't understand the difference, but not more complains.
1 parent 01558e4 commit 31e7bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

splunklib/searchcommands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
135135
.. topic:: References
136136
137-
1. `Search command style guide <http://docs.splunk.com/Documentation/Splunk/6.0/Search/Searchcommandstyleguide>`_
137+
1. `Search command style guide <http://docs.splunk.com/Documentation/Splunk/6.0/Search/Searchcommandstyleguide>`__
138138
139139
2. `Commands.conf.spec <http://docs.splunk.com/Documentation/Splunk/5.0.5/Admin/Commandsconf>`_
140140

splunklib/searchcommands/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Configuration(object):
3636
variable to search command classes that don't have one. The :code:`name` is derived from the name of the class.
3737
By convention command class names end with the word "Command". To derive :code:`name` the word "Command" is removed
3838
from the end of the class name and then converted to lower case for conformance with the `Search command style guide
39-
<http://docs.splunk.com/Documentation/Splunk/latest/Search/Searchcommandstyleguide>`_
39+
<http://docs.splunk.com/Documentation/Splunk/latest/Search/Searchcommandstyleguide>`__
4040
4141
"""
4242
def __init__(self, o=None, **kwargs):

0 commit comments

Comments
 (0)