Skip to content

Commit 4ac2053

Browse files
committed
fix typos and URL redirects in index.rst
1 parent 11c1c9f commit 4ac2053

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or sequential Monte Carlo (SMC)).
2626
Installation and Testing
2727
------------------------
2828

29-
To install the latest releast of dynamax from PyPi:
29+
To install the latest release of dynamax from PyPI:
3030

3131
.. code-block:: console
3232
@@ -110,7 +110,7 @@ as we discuss below.
110110
More information can be found in these books:
111111

112112
* "Machine Learning: Advanced Topics", K. Murphy, MIT Press 2023. Available at https://probml.github.io/pml-book/book2.html.
113-
* "Bayesian Filtering and Smoothing, Second Edition", S. Särkkä and L. Svensson, Cambridge University Press, 2023. Available at http://users.aalto.fi/~ssarkka/pub/bfs_book_2023_online.pdf
113+
* "Bayesian Filtering and Smoothing, Second Edition", S. Särkkä and L. Svensson, Cambridge University Press, 2023. Available at https://users.aalto.fi/~ssarkka/pub/bfs_book_2023_online.pdf
114114

115115
Quickstart
116116
----------
@@ -242,8 +242,8 @@ Related Libraries
242242
* hmmlearn_: Numpy / C++ library for HMMs
243243
* linderman-ssm-jax_: JAX library for SSMs (replaced by dynamax)
244244
* linderman-ssm-numpy_: Numpy / numba / autograd library for SSMs (replaced by dynamax)
245-
* mattjj-pyhsmm_: Numpy / Cython library library for HMMs
246-
* mattjj-pylds_: Numpy / Cython library library for linear dynamical systems
245+
* mattjj-pyhsmm_: Numpy / Cython library for HMMs
246+
* mattjj-pylds_: Numpy / Cython library for linear dynamical systems
247247
* pgm-jax_: JAX library for factor graphs
248248
* JSL_: JAX library for SSMs (replaced by dynamax)
249249
* pykalman_: Numpy library for (extended) Kalman filtering
@@ -256,13 +256,13 @@ Related Libraries
256256
.. _distrax_hmm: https://github.com/deepmind/distrax/blob/master/distrax/_src/utils/hmm.py
257257
.. _filterpy: https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
258258
.. _hmmlearn: https://github.com/hmmlearn/hmmlearn
259-
.. _JAX: https://github.com/google/jax
259+
.. _JAX: https://github.com/jax-ml/jax
260260
.. _JSL: https://github.com/probml/JSL
261261
.. _linderman-ssm-jax: https://github.com/lindermanlab/ssm-jax
262262
.. _linderman-ssm-numpy: https://github.com/lindermanlab/ssm
263263
.. _mattjj-pyhsmm: https://github.com/mattjj/pyhsmm
264264
.. _mattjj-pylds: https://github.com/mattjj/pylds
265-
.. _optax: https://github.com/deepmind/optax
265+
.. _optax: https://github.com/google-deepmind/optax
266266
.. _pgm-jax: https://github.com/probml/pgm-jax
267267
.. _pykalman: https://pykalman.github.io/
268268
.. _sarkka-parallel-non-linear-gaussian-smoothers: https://github.com/EEA-sensors/parallel-non-linear-gaussian-smoothers

0 commit comments

Comments
 (0)