Skip to content

Commit

Permalink
fix readme for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Atena Mohammadi authored and Atena Mohammadi committed May 16, 2023
1 parent 2c02688 commit ce3d1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Features
Usage
-----

You can use the same syntax as `PymoNNto <https://pymonnto.readthedocs.io/en/latest/Introduction/basics2/>`_ to create you network:
You can use the same syntax as ``PymoNNto`` to create you network:

.. code-block:: python
Expand All @@ -47,7 +47,7 @@ You can use the same syntax as `PymoNNto <https://pymonnto.readthedocs.io/en/lat
net.simulate_iterations(1000)
Similarly, you can write your own `Behavior` Modules with the same logic as PymoNNto; except using `torch` tensors instead of `numpy` ndarrays.
Similarly, you can write your own ``Behavior`` Modules with the same logic as ``PymoNNto``; except using ``torch`` tensors instead of ``numpy`` ndarrays.

.. code-block:: python
Expand Down

0 comments on commit ce3d1f5

Please sign in to comment.