Skip to content

Commit 06c211b

Browse files
committed
update mkdocstring template overrides
1 parent 8552c3b commit 06c211b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/templates/python/nature/attribute.html renamed to docs/templates/python/nature/attribute.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "_base/attribute.html" %}
1+
{% extends "_base/attribute.html.jinja" %}
22

33
{% block heading scoped %}
44
<a class="doc-source-link" href="{{ config.source.repo }}/tree/{{ config.source.tag }}/{{ attribute.relative_filepath }}#L{{ attribute.lineno }}{% if attribute.endlineno > attribute.lineno %}-L{{ attribute.endlineno }}{% endif %}" title='View source code on GitHub'>&lsaquo;&rsaquo;</a>

docs/templates/python/nature/class.html renamed to docs/templates/python/nature/class.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "_base/class.html" %}
1+
{% extends "_base/class.html.jinja" %}
22

33
{% block heading scoped %}
44
<a class="doc-source-link" href="{{ config.source.repo }}/tree/{{ config.source.tag }}/{{ class.relative_filepath }}#L{{ class.lineno }}" title="{{ config.source.title }}">&lsaquo;&rsaquo;</a>

docs/templates/python/nature/function.html renamed to docs/templates/python/nature/function.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "_base/function.html" %}
1+
{% extends "_base/function.html.jinja" %}
22

33
{% block heading scoped %}
44
<a class="doc-source-link" href="{{ config.source.repo }}/tree/{{ config.source.tag }}/{{ function.relative_filepath }}#L{{ function.lineno }}{% if function.endlineno > function.lineno %}-L{{ function.endlineno }}{% endif %}" title="{{ config.source.title }}">&lsaquo;&rsaquo;</a>

docs/templates/python/nature/module.html renamed to docs/templates/python/nature/module.html.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "_base/module.html" %}
1+
{% extends "_base/module.html.jinja" %}
22

33
{% block heading scoped %}
44
<a class="doc-source-link" href="{{ config.source.repo }}/tree/{{ config.source.tag }}/{{ module.relative_filepath }}" title="{{ config.source.title }}">&lsaquo;&rsaquo;</a>

0 commit comments

Comments
 (0)