Skip to content

Commit

Permalink
updated docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Feb 14, 2020
1 parent ce9a893 commit 82b0e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. raw:: html

<a href="https://jonasrauber.github.io/eagerpy/"><img src="https://raw.githubusercontent.com/jonasrauber/eagerpy/master/docs/.vuepress/public/logo_small.png" align="right" /></a>
<a href="https://eagerpy.jonasrauber.de"><img src="https://raw.githubusercontent.com/jonasrauber/eagerpy/master/docs/.vuepress/public/logo_small.png" align="right" /></a>

.. image:: https://badge.fury.io/py/eagerpy.svg
:target: https://badge.fury.io/py/eagerpy
Expand All @@ -15,7 +15,7 @@
EagerPy: PyTorch, TensorFlow, JAX and NumPy — all of them natively using the same code
======================================================================================

`EagerPy <https://jonasrauber.github.io/eagerpy/>`_ is a **Python framework** that let's you write code that automatically works natively with `PyTorch <https://pytorch.org>`_, `TensorFlow <https://www.tensorflow.org>`_, `JAX <https://github.com/google/jax>`_, and `NumPy <https://numpy.org>`_. EagerPy is **also great when you work with just one framework** but prefer a clean and consistent API that is fully chainable, provides extensive type annotions and let's you write beautiful code.
`EagerPy <https://eagerpy.jonasrauber.de>`_ is a **Python framework** that let's you write code that automatically works natively with `PyTorch <https://pytorch.org>`_, `TensorFlow <https://www.tensorflow.org>`_, `JAX <https://github.com/google/jax>`_, and `NumPy <https://numpy.org>`_. EagerPy is **also great when you work with just one framework** but prefer a clean and consistent API that is fully chainable, provides extensive type annotions and let's you write beautiful code.


🔥 Design goals
Expand All @@ -29,7 +29,7 @@ EagerPy: PyTorch, TensorFlow, JAX and NumPy — all of them natively using the s
📖 Documentation
-----------------

Learn more about in the `documentation <https://jonasrauber.github.io/eagerpy/>`_.
Learn more about in the `documentation <https://eagerpy.jonasrauber.de>`_.


🚀 Quickstart
Expand Down

0 comments on commit 82b0e8d

Please sign in to comment.