File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ This project can be used in two ways:
7
7
* :ref: `Standalone commandline tool <cli >`
8
8
* :ref: `Library in your own application <library >`
9
9
10
- Standalone (recommended)
11
- =====================================
12
-
13
10
.. _cli :
14
11
12
+ Standalone (recommended)
13
+ ========================
14
+
15
15
The commandline tool allows you start rendering your documentation without having to install any other software if
16
16
you have PHP installed.
17
17
@@ -30,11 +30,11 @@ This will install the commandline tool in the vendor/bin directory. You can then
30
30
The commandline tool is built for extension, if you do not have special needs this is the
31
31
recommended way to get started. You can learn more about how to extend the commandline tool in the :doc: `/cli/index ` section.
32
32
33
+ .. _library :
34
+
33
35
Library (advanced)
34
36
==================
35
37
36
- .. _library :
37
-
38
38
If you are building your own application you can install the libraries using `Composer <https://getcomposer.org/ >`__::
39
39
40
40
.. code :: bash
You can’t perform that action at this time.
0 commit comments