Skip to content

Commit

Permalink
improved README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Mar 22, 2020
1 parent a3ac296 commit ac2da7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Foolbox Native: A Python toolbox to create adversarial examples that fool neural
🔥 Design
----------

Foolbox 3 a.k.a. Foolbox Native has been rewritten from scratch
**Foolbox 3** a.k.a. **Foolbox Native** has been rewritten from scratch
using `EagerPy <https://github.com/jonasrauber/eagerpy>`_ instead of
NumPy to achieve native performance on models
developed in PyTorch, TensorFlow and JAX, all with one code base.
Expand All @@ -35,9 +35,9 @@ developed in PyTorch, TensorFlow and JAX, all with one code base.
📖 Documentation
-----------------

The best place to get started with Foolbox is the official `guide <https://foolbox.jonasrauber.de>`_.
If you are looking for a tutorial, check out this `Jupyter notebook <https://github.com/jonasrauber/foolbox-native-tutorial/blob/master/foolbox-native-tutorial.ipynb>`_.
Finally, you can find the full API documentation on `ReadTheDocs <https://foolbox.readthedocs.io/en/stable/>`_.
- **Guide**: The best place to get started with Foolbox is the official `guide <https://foolbox.jonasrauber.de>`_.
- **Tutorial**: If you are looking for a tutorial, check out this `Jupyter notebook <https://github.com/jonasrauber/foolbox-native-tutorial/blob/master/foolbox-native-tutorial.ipynb>`_.
- **Documentaiton**: Finally, you can find the full API documentation on `ReadTheDocs <https://foolbox.readthedocs.io/en/stable/>`_.

🚀 Quickstart
--------------
Expand Down

0 comments on commit ac2da7d

Please sign in to comment.