diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:32:50 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:14:56 +0200 |
commit | afb37ce45185d5255b118abfa888cfce02912666 (patch) | |
tree | 166265f600d0f5918a6c3258526a6c4d1cdf9a36 /docs/src | |
parent | 8e95cba17539dd57c708f7a84680a7bb92c280d6 (diff) | |
download | libuv-afb37ce45185d5255b118abfa888cfce02912666.tar.gz libuv-afb37ce45185d5255b118abfa888cfce02912666.zip |
doc: move documentation section up
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/index.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/src/index.rst b/docs/src/index.rst index 73d21895..165816d5 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -37,6 +37,16 @@ Features * Threading and synchronization primitives +Documentation +------------- + +.. toctree:: + :maxdepth: 1 + + design + api + + Downloads --------- @@ -58,13 +68,3 @@ Migration guides for different libuv versions, starting with 1.0. :maxdepth: 1 migration_010_100 - - -Documentation -------------- - -.. toctree:: - :maxdepth: 1 - - design - api |