Skip to content

Commit 35d7396

Browse files
authored
Merge pull request #859 from phpDocumentor/bugfix/docs
[BUGFIX] Move anchors above headlines
2 parents ce6901a + 3194a51 commit 35d7396

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This project can be used in two ways:
77
* :ref:`Standalone commandline tool <cli>`
88
* :ref:`Library in your own application <library>`
99

10-
Standalone (recommended)
11-
=====================================
12-
1310
.. _cli:
1411

12+
Standalone (recommended)
13+
========================
14+
1515
The commandline tool allows you start rendering your documentation without having to install any other software if
1616
you have PHP installed.
1717

@@ -30,11 +30,11 @@ This will install the commandline tool in the vendor/bin directory. You can then
3030
The commandline tool is built for extension, if you do not have special needs this is the
3131
recommended way to get started. You can learn more about how to extend the commandline tool in the :doc:`/cli/index` section.
3232

33+
.. _library:
34+
3335
Library (advanced)
3436
==================
3537

36-
.. _library:
37-
3838
If you are building your own application you can install the libraries using `Composer <https://getcomposer.org/>`__::
3939

4040
.. code:: bash

0 commit comments

Comments
 (0)