From afb37ce45185d5255b118abfa888cfce02912666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 12 Mar 2017 22:32:50 +0100 Subject: [PATCH] doc: move documentation section up PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno --- docs/src/index.rst | 20 ++++++++++---------- 1 file 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