Skip to content

Commit a9c55b4

Browse files
committed
DOC add link to module reference from class/function pages
1 parent c75f0a6 commit a9c55b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/templates/class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ fullname }}
1+
:mod:`{{module}}`.{{objname}}
22
{{ underline }}
33

44
.. currentmodule:: {{ module }}

doc/templates/class_with_call.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ fullname }}
1+
:mod:`{{module}}`.{{objname}}
22
{{ underline }}
33

44
.. currentmodule:: {{ module }}

doc/templates/function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ fullname }}
1+
:mod:`{{module}}`.{{objname}}
22
{{ underline }}
33

44
.. currentmodule:: {{ module }}

0 commit comments

Comments
 (0)