Skip to content

Commit

Permalink
move "API Docs" section up
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Apr 5, 2020
1 parent fe3cbf9 commit bc27cc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Installation

pip install py-slippi

API Docs
========

See the `Module Index <https://py-slippi.readthedocs.io/en/latest/py-modindex.html>`_ for detailed API docs, starting with `slippi.game <https://py-slippi.readthedocs.io/en/latest/source/slippi.html#module-slippi.game>`_.

Usage
=====

Expand Down Expand Up @@ -95,8 +100,3 @@ Frame data is elided when you print games, but you can inspect a sample frame wi
None))

👉 You can pass a stream to :code:`parse`, such as :code:`sys.stdin.buffer`! This is useful for e.g. decompressing with :code:`gunzip`, or reading from an in-progress replay via :code:`tail -c+1 -f`.

API Docs
========

See the `Module Index <https://py-slippi.readthedocs.io/en/latest/py-modindex.html>`_ for detailed API docs, starting with `slippi.game <https://py-slippi.readthedocs.io/en/latest/source/slippi.html#module-slippi.game>`_.

0 comments on commit bc27cc4

Please sign in to comment.