doc-front-page: move installation instruction earliero
This is important for user.
--- a/docs/index.rst Tue Aug 29 16:50:05 2017 +0200
+++ b/docs/index.rst Tue Aug 29 16:58:22 2017 +0200
@@ -8,6 +8,21 @@
.. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension
+Installation and setup
+----------------------
+
+Using pip::
+
+ pip install --user hg-evolve
+
+Then add in your `hgrc` config::
+
+ [extensions]
+ evolve=
+
+You can easily edit the `hgrc` of repository using `hg config --local` or your
+user configuration `hg config --edit`.
+
.. toctree::
:maxdepth: 2
@@ -92,21 +107,6 @@
.. _`this query`: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
-Installation and setup
-----------------------
-
-Using pip::
-
- pip install --user hg-evolve
-
-Then add in your `hgrc` config::
-
- [extensions]
- evolve=
-
-You can easily edit the `hgrc` of repository using `hg config --local` or your
-user configuration `hg config --edit`.
-
Next steps:
-----------