Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /