Skip to content

Commit 609fdb0

Browse files
authored
Merge pull request ethereum#47 from quilt/attribute-templates
Add upstream links to sphinx templates
2 parents 4382738 + 5d90d61 commit 609fdb0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

doc/_templates/autoapi/python/class.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{#
2+
Modified from:
3+
https://github.com/readthedocs/sphinx-autoapi/blob/83b1260e67a69b5c844bcce412e448889223dea8/autoapi/templates/python/class.rst
4+
#}
15
{% if obj.display %}
26

37
{% if obj.docstring %}

doc/_templates/autoapi/python/function.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{#
2+
Modified from:
3+
https://github.com/readthedocs/sphinx-autoapi/blob/83b1260e67a69b5c844bcce412e448889223dea8/autoapi/templates/python/function.rst
4+
#}
15
{% if obj.display %}
26

37
{{ obj.summary|prepare_docstring }}

doc/_templates/autoapi/python/module.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{#
2+
Modified from:
3+
https://github.com/readthedocs/sphinx-autoapi/blob/83b1260e67a69b5c844bcce412e448889223dea8/autoapi/templates/python/module.rst
4+
#}
15
{% if not obj.display %}
26
:orphan:
37

0 commit comments

Comments
 (0)