Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace latest with stable when linking to the docs #562

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Mocks are similar to stubs but used for **behavioral verification**. For example
Writing the Documentation
-------------------------

Pyfar follows the `numpy style guide <https://numpydoc.readthedocs.io/en/latest/format.html>`_ for the docstring. A docstring has to consist at least of
Pyfar follows the `numpy style guide <https://numpydoc.readthedocs.io/en/stable/format.html>`_ for the docstring. A docstring has to consist at least of

- A short and/or extended summary,
- the Parameters section, and
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pyfar

.. image:: https://badge.fury.io/py/pyfar.svg
:target: https://badge.fury.io/py/pyfar
.. image:: https://readthedocs.org/projects/pyfar/badge/?version=latest
:target: https://pyfar.readthedocs.io/en/latest/?badge=latest
.. image:: https://readthedocs.org/projects/pyfar/badge/?version=stable
:target: https://pyfar.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status
.. image:: https://circleci.com/gh/pyfar/pyfar.svg?style=shield
:target: https://circleci.com/gh/pyfar/pyfar
Expand Down Expand Up @@ -46,6 +46,6 @@ Refer to the `contribution guidelines`_ for more information.
.. _contribution guidelines: https://github.com/pyfar/pyfar/blob/develop/CONTRIBUTING.rst
.. _examples notebook: https://mybinder.org/v2/gh/pyfar/pyfar/main?filepath=examples%2Fpyfar_demo.ipynb
.. _pyfar.org: https://pyfar.org
.. _read the docs: https://pyfar.readthedocs.io/en/latest
.. _SoundFile: https://pysoundfile.readthedocs.io/en/latest/
.. _read the docs: https://pyfar.readthedocs.io/en/stable
.. _SoundFile: https://pysoundfile.readthedocs.io/en/stable/
.. _libsndfile: http://www.mega-nerd.com/libsndfile/
8 changes: 4 additions & 4 deletions docs/_templates/navbar-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<ul class="bd-navbar-elements navbar-nav">

<li class="nav-item">
<a class="nav-link" href="https://pyfar-gallery.readthedocs.io/en/latest/">
<a class="nav-link" href="https://pyfar-gallery.readthedocs.io/en/stable/">
Home
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://pyfar-gallery.readthedocs.io/en/latest/examples_gallery.html">
<a class="nav-link" href="https://pyfar-gallery.readthedocs.io/en/stable/examples_gallery.html">
Examples
</a>
</li>
Expand All @@ -27,13 +27,13 @@
</li>

<li class="nav-item">
<a class="nav-link" href="https://spharpy.readthedocs.io/en/latest/">
<a class="nav-link" href="https://spharpy.readthedocs.io/en/stable/">
spharpy
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="https://pyrato.readthedocs.io/en/latest/">
<a class="nav-link" href="https://pyrato.readthedocs.io/en/stable/">
pyrato
</a>
</li>
Expand Down