Skip to content

Commit

Permalink
add changelog news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Jan 28, 2025
1 parent decc1a5 commit 052792d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docs/src/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
.. _GeoVista: https://github.com/bjlittle/geovista
.. _Issue: https://github.com/bjlittle/geovista/issues
.. _Issues: https://github.com/bjlittle/geovista/issues
.. _Jupyter: https://jupyter.org/
.. _Kitware: https://www.kitware.com/
.. _Matplotlib: https://github.com/matplotlib/matplotlib
.. _Natural Earth Features: https://www.naturalearthdata.com/features/
Expand Down Expand Up @@ -39,7 +38,6 @@
.. _geovista-data: https://github.com/bjlittle/geovista-data
.. _geovista-media: https://github.com/bjlittle/geovista-media
.. _iris: https://github.com/scitools/iris
.. _make: https://www.gnu.org/software/make/
.. _matplotlib: https://github.com/matplotlib/matplotlib
.. _myst-nb: https://github.com/executablebooks/MyST-NB
.. _myst-parser: https://github.com/executablebooks/MyST-Parser
Expand Down
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
"https://www.ncei.noaa.gov/products/optimum-interpolation-sst",
"https://earthexplorer.usgs.gov",
"https://www.fvcom.org",
"https://www.gnu.org/software/make/",
]
linkcheck_retries = 3

Expand Down
18 changes: 10 additions & 8 deletions docs/src/developer/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ The documentation is built using `sphinx`_ to parse and render `reStructuredText

We also use `myst-parser`_, a ``sphinx`` and `docutils`_ extension to parse and convert
:term:`MyST` to ``rst``, and `myst-nb`_ to execute and convert
`Jupyter Notebooks <Jupyter>`_ into ``sphinx`` documents.
`Jupyter Notebooks`_ into ``sphinx`` documents.

.. seealso::
:class: margin, dropdown, toggle-shown

For configuration details see ``Makefile`` and ``conf.py``.

The documentation is built using `sphinx-build`_ and the `GNU make <make>`_ tool.
The documentation is built using `sphinx-build`_ and the `GNU make`_ tool.


:fa:`pump-medical` Hygiene
Expand Down Expand Up @@ -93,12 +93,12 @@ How-to serve the rendered documentation for inspection in a local browser.
:widths: 1 3
:align: center

+------------------------+----------------------------------------------------------------------------------+
| Make Command | Description |
+========================+==================================================================================+
| :guilabel:`serve-html` | Start a local ``HTTP`` server to view the rendered documentation. This is |
| | necessary to in order to support the interactive scenes. |
+------------------------+----------------------------------------------------------------------------------+
+------------------------+-------------------------------------------------------------------------------------+
| Make Command | Description |
+========================+=====================================================================================+
| :guilabel:`serve-html` | Start a local ``HTTP`` server on port ``11000`` to view the rendered documentation. |
| | This is necessary in order to support interactive scenes. |
+------------------------+-------------------------------------------------------------------------------------+


:fa:`vial-circle-check` Test
Expand All @@ -125,5 +125,7 @@ Perform documentation quality assurance.
Page link URL resources in alphabetical order:
.. _GNU make: https://www.gnu.org/software/make/
.. _Jupyter Notebooks: https://jupyter.org/
.. _myst-nb configuration: https://myst-nb.readthedocs.io/en/latest/configuration.html
.. _sphinx linkcheck builder: https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.linkcheck.CheckExternalLinksBuilder

0 comments on commit 052792d

Please sign in to comment.