Skip to content

Commit af8f542

Browse files
committed
README file formatting
1 parent 083c519 commit af8f542

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.rst

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ You will want to create databases in the same network, and other services like s
7979
PHP executable
8080
==============
8181

82-
MDK can work with multiple PHP versions through Docker instances. This can cause conflicts in IDEs which refer to the host PHP executable. To correct this, you can reference `mdk php` as the PHP executable. And if the path to the PHP executable is required, create an executable as suggested :ref:`below<Custom PHP executable>`.
82+
MDK can work with multiple PHP versions through Docker instances. This can cause conflicts in IDEs which refer to the host PHP executable. To correct this, you can reference ``mdk php`` as the PHP executable. And if the path to the PHP executable is required, create an executable as suggested `below <Custom PHP executable>`_.
8383

84-
Note that `mdk php` must be called from within the Moodle instance directory tree.
84+
Note that ``mdk php`` must be called from within the Moodle instance directory tree.
8585

8686
VScode settings
8787
---------------
8888

89-
::json
89+
::
9090

9191
{
9292
"php.validate.executablePath": "/path/to/custom/executable/php-mdk"
@@ -96,7 +96,7 @@ VScode settings
9696
Custom PHP executable
9797
---------------------
9898

99-
On Ubuntu, you could create the file `php-mdk` in `~/.local/bin` with the following content::
99+
On Ubuntu, you could create the file ``php-mdk`` in ``~/.local/bin`` with the following content::
100100

101101
#!/bin/bash
102102
mdk php $@
@@ -196,29 +196,29 @@ It is possible that a new version of MDK requires new files, directories, etc...
196196
Command list
197197
============
198198

199-
* :ref:`alias`
200-
* :ref:`backport`
201-
* :ref:`behat`
202-
* :ref:`config`
203-
* :ref:`create`
204-
* :ref:`doctor`
205-
* :ref:`fix`
206-
* :ref:`info`
207-
* :ref:`install`
208-
* :ref:`php`
209-
* :ref:`phpunit`
210-
* :ref:`plugin`
211-
* :ref:`precheck`
212-
* :ref:`purge`
213-
* :ref:`pull`
214-
* :ref:`push`
215-
* :ref:`rebase`
216-
* :ref:`remove`
217-
* :ref:`run`
218-
* :ref:`tracker`
219-
* :ref:`uninstall`
220-
* :ref:`update`
221-
* :ref:`upgrade`
199+
* :ref:`alias <alias>`
200+
* :ref:`backport <backport>`
201+
* :ref:`behat <behat>`
202+
* :ref:`config <config>`
203+
* :ref:`create <create>`
204+
* :ref:`doctor <doctor>`
205+
* :ref:`fix <fix>`
206+
* :ref:`info <info>`
207+
* :ref:`install <install>`
208+
* :ref:`php <php>`
209+
* :ref:`phpunit <phpunit>`
210+
* :ref:`plugin <plugin>`
211+
* :ref:`precheck <precheck>`
212+
* :ref:`purge <purge>`
213+
* :ref:`pull <pull>`
214+
* :ref:`push <push>`
215+
* :ref:`rebase <rebase>`
216+
* :ref:`remove <remove>`
217+
* :ref:`run <run>`
218+
* :ref:`tracker <tracker>`
219+
* :ref:`uninstall <uninstall>`
220+
* :ref:`update <update>`
221+
* :ref:`upgrade <upgrade>`
222222

223223
alias
224224
-----

0 commit comments

Comments
 (0)