Skip to content

Commit

Permalink
Merge pull request #41 from jrmaddison/jrmaddison/docs
Browse files Browse the repository at this point in the history
Documentation updates
  • Loading branch information
jrmaddison authored Dec 5, 2024
2 parents c8bc186 + 542c316 commit d408e64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ The following Jupyter notebooks introduce bt_ocean.
- `Steady state problems <examples/2_steady_state.ipynb>`__: Implicit
differentiation for steady-state problems.

Source
------

The source code is available from the
`bt_ocean GitHub repository <https://github.com/jrmaddison/bt_ocean>`_.

Indices
-------

Expand Down
15 changes: 15 additions & 0 deletions readme.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
bt_ocean
========
|doi| |license|

.. |doi| image:: https://github.com/jrmaddison/bt_ocean/actions/workflows/test-bt_ocean.yml/badge.svg?branch=main&event=push
:alt: doi
:target: https://github.com/jrmaddison/bt_ocean/actions/workflows/test-bt_ocean.yml

.. |license| image:: https://img.shields.io/badge/license-MIT-green?style=flat-square
:alt: license
:target: https://github.com/jrmaddison/bt_ocean/blob/main/LICENSE

bt_ocean is a differentiable finite difference solver for the barotropic
vorticity equation on a beta-plane, for classic wind-forced barotropic ocean
Expand All @@ -18,3 +27,9 @@ Features
gyre problems.
- Uses the JAX library, providing GPU and autodiff support.
- Integrates with the Keras library for online training of neural networks.

Documentation
-------------

- `bt_ocean documentation <https://jrmaddison.github.io/bt_ocean>`_
- `Module index <https://jrmaddison.github.io/bt_ocean/py-modindex.html>`_

0 comments on commit d408e64

Please sign in to comment.