Skip to content

Commit

Permalink
docs: Move API reference to its own section
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jul 9, 2021
1 parent c2b66e3 commit 19a6e97
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
20 changes: 0 additions & 20 deletions docs/api/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions docs/api/module.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
======
Module
======

.. module:: pykka

.. attribute:: __version__

Pykka's :pep:`386` and :pep:`396` compatible version number
16 changes: 15 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,25 @@ Project resources

quickstart
examples
api/index
runtimes/index
testing


.. toctree::
:maxdepth: 2
:caption: Reference

api/module
api/actors
api/proxies
api/futures
api/registry
api/exceptions
api/messages
api/logging
api/debug


License
=======

Expand Down

0 comments on commit 19a6e97

Please sign in to comment.