Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 30, 2024
1 parent 6b29e01 commit 1970eeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-seawater

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11395.svg)](https://doi.org/10.5281/zenodo.11395)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11395.svg)](https://zenodo.org/records/11395)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seawater)
[![Tests](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml/badge.svg)](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml)
![PyPI - License](https://img.shields.io/pypi/l/seawater)
Expand Down Expand Up @@ -37,6 +37,3 @@ at this that we simply ignore to avoid confusions.

The current version was tested against the Matlab seawater v3.3
reproducing all functions and results from that release.

More information at
[http://pythonhosted.org/seawater](http://pythonhosted.org/seawater).
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

extensions = [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.doctest",
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
readme_link

Documentation
=============


.. toctree::
:maxdepth: 2

readme_link

eos80
geostrophic
extras
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
matplotlib
myst-parser
numpydoc
oct2py
pytest
Expand Down

0 comments on commit 1970eeb

Please sign in to comment.