doc: move "upgrading" to a standalone 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>
This commit is contained in:
Saúl Ibarra Corretgé 2017-03-12 22:35:12 +01:00
parent afb37ce451
commit 521146dac4
2 changed files with 12 additions and 10 deletions

View File

@ -45,6 +45,7 @@ Documentation
design
api
upgrading
Downloads
@ -58,13 +59,3 @@ Installation
Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
Upgrading
---------
Migration guides for different libuv versions, starting with 1.0.
.. toctree::
:maxdepth: 1
migration_010_100

11
docs/src/upgrading.rst Normal file
View File

@ -0,0 +1,11 @@
.. _upgrading:
Upgrading
=========
Migration guides for different libuv versions, starting with 1.0.
.. toctree::
:maxdepth: 1
migration_010_100