diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/api.rst | 35 | ||||
-rw-r--r-- | docs/src/index.rst | 27 |
2 files changed, 36 insertions, 26 deletions
diff --git a/docs/src/api.rst b/docs/src/api.rst new file mode 100644 index 00000000..22f0640f --- /dev/null +++ b/docs/src/api.rst @@ -0,0 +1,35 @@ +.. _api: + +API documentation +================= + +.. toctree:: + :maxdepth: 1 + + errors + version + loop + handle + request + timer + prepare + check + idle + async + poll + signal + process + stream + tcp + pipe + tty + udp + fs_event + fs_poll + fs + threadpool + dns + dll + threading + misc + diff --git a/docs/src/index.rst b/docs/src/index.rst index 84531713..73d21895 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -67,29 +67,4 @@ Documentation :maxdepth: 1 design - errors - version - loop - handle - request - timer - prepare - check - idle - async - poll - signal - process - stream - tcp - pipe - tty - udp - fs_event - fs_poll - fs - threadpool - dns - dll - threading - misc + api |