diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:30:36 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:14:50 +0200 |
commit | 8e95cba17539dd57c708f7a84680a7bb92c280d6 (patch) | |
tree | 292f458b9d3025bb8ee18e11fa58bbddbf012268 /docs/src | |
parent | d2eca716f12c4d914c42f5ab76fab192632ba3bf (diff) | |
download | libuv-8e95cba17539dd57c708f7a84680a7bb92c280d6.tar.gz libuv-8e95cba17539dd57c708f7a84680a7bb92c280d6.zip |
doc: move TOC to a dedicated document
PR-URL: https://github.com/libuv/libuv/pull/1246
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
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 |