From 521146dac4935683c91eb64216a3e7c4aa4b3441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 12 Mar 2017 22:35:12 +0100 Subject: [PATCH] doc: move "upgrading" to a standalone document PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno --- docs/src/index.rst | 11 +---------- docs/src/upgrading.rst | 11 +++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 docs/src/upgrading.rst diff --git a/docs/src/index.rst b/docs/src/index.rst index 165816d5e..d89f251fd 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -45,6 +45,7 @@ Documentation design api + upgrading Downloads @@ -58,13 +59,3 @@ Installation Installation instructions can be found in `the README `_. - -Upgrading ---------- - -Migration guides for different libuv versions, starting with 1.0. - -.. toctree:: - :maxdepth: 1 - - migration_010_100 diff --git a/docs/src/upgrading.rst b/docs/src/upgrading.rst new file mode 100644 index 000000000..32840c269 --- /dev/null +++ b/docs/src/upgrading.rst @@ -0,0 +1,11 @@ +.. _upgrading: + +Upgrading +========= + +Migration guides for different libuv versions, starting with 1.0. + +.. toctree:: + :maxdepth: 1 + + migration_010_100