Skip to content

Commit 5ce135f

Browse files
committed
Added new lines at the end of the files
1 parent 330aa75 commit 5ce135f

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

template/docs/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ help:
1717
# Catch-all target: route all unknown targets to Sphinx using the new
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
20-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

template/docs/api_reference.rst.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Modules
1919
modules/{{ project_slug }}
2020

2121

22-
.. _examples gallery: https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html
22+
.. _examples gallery: https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html

template/docs/conf.py.jinja

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ intersphinx_mapping = {
9999
{% if 'matplotlib' in dependencies -%}
100100
'matplotlib': ('https://matplotlib.org/stable/', None),{% endif %}
101101
{% if 'pyfar' in dependencies -%}
102-
'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None),{% endif %}
102+
'pyfar': ('https://pyfar.readthedocs.io/en/stable/', None),
103+
'gallery': ('https://pyfar-gallery.readthedocs.io/en/latest/', None),{% endif %}
103104
}
104105

105106
# -- Options for HTML output -------------------------------------------------
@@ -228,4 +229,4 @@ if n_toctree_pyfar < 1:
228229

229230
# set dropdown header at pyfar appearance, so that pyfar is the first item in
230231
# the dropdown called Packages
231-
html_theme_options['header_links_before_dropdown'] = n_toctree_pyfar
232+
html_theme_options['header_links_before_dropdown'] = n_toctree_pyfar

template/docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../CONTRIBUTING.rst
1+
.. include:: ../CONTRIBUTING.rst

template/docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../HISTORY.rst
1+
.. include:: ../HISTORY.rst

template/docs/index.rst.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{ project_slug }}
22
{% for _ in project_slug %}={% endfor %}
33

4-
.. include:: header.rst
4+
.. include:: header.rst

template/docs/make.bat.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ goto end
3333
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
3434

3535
:end
36-
popd
36+
popd

template/docs/modules/{{ project_slug }}.rst.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
.. automodule:: {{ project_slug }}
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

template/docs/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. mdinclude:: ../README.md
1+
.. mdinclude:: ../README.md

template/docs/{{ project_slug }}.rst.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
.. raw:: html
6969

7070
<i class="fa-solid fa-clock-rotate-left icon-style">
71-
</i>
71+
</i>

0 commit comments

Comments
 (0)