Skip to content

Commit d933bd3

Browse files
committed
Use rst-class directive instead of class
1 parent 10115f0 commit d933bd3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

best_practices/creating-the-project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ to create files and execute the following commands:
2727

2828
**Linux and macOS systems**:
2929

30-
.. class:: command-linux
30+
.. rst-class:: command-linux
3131
.. code-block:: terminal
3232
3333
$ cd projects/
3434
$ symfony new blog --version=3.4
3535
3636
**Windows systems**:
3737

38-
.. class:: command-windows
38+
.. rst-class:: command-windows
3939
.. code-block:: terminal
4040
4141
> cd projects/

reference/configuration/debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ key in your application configuration.
2525
Configuration
2626
-------------
2727

28-
.. class:: list-config-options
28+
.. rst-class:: list-config-options
2929

3030
* `dump_destination`_
3131
* `max_items`_

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configured under the ``framework`` key in your application configuration.
2727
Configuration
2828
-------------
2929

30-
.. class:: list-config-options list-config-options--complex
30+
.. rst-class:: list-config-options list-config-options--complex
3131

3232
* `annotations`_
3333

reference/configuration/swiftmailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ to :doc:`send emails </email>`. All these options are configured under the
2525
Configuration
2626
-------------
2727

28-
.. class:: list-config-options list-config-options--complex
28+
.. rst-class:: list-config-options list-config-options--complex
2929

3030
* `antiflood`_
3131

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the ``twig`` key in your application configuration.
2525
Configuration
2626
-------------
2727

28-
.. class:: list-config-options list-config-options--complex
28+
.. rst-class:: list-config-options list-config-options--complex
2929

3030
* `auto_reload`_
3131
* `autoescape`_

reference/configuration/web_profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ execution and displays it in both the web debug toolbar and the
3030
Configuration
3131
-------------
3232

33-
.. class:: list-config-options
33+
.. rst-class:: list-config-options
3434

3535
* `excluded_ajax_paths`_
3636
* `intercept_redirects`_

setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ executable that needs to be installed on your system only once:
2222

2323
**Linux and macOS systems**:
2424

25-
.. class:: command-linux
25+
.. rst-class:: command-linux
2626
.. code-block:: terminal
2727
2828
$ sudo mkdir -p /usr/local/bin
@@ -31,7 +31,7 @@ executable that needs to be installed on your system only once:
3131
3232
**Windows systems**:
3333

34-
.. class:: command-windows
34+
.. rst-class:: command-windows
3535
.. code-block:: terminal
3636
3737
> php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
@@ -43,7 +43,7 @@ executable that needs to be installed on your system only once:
4343
environment variable and create a ``symfony.bat`` file to create the global
4444
command or move it to any other directory convenient for you:
4545

46-
.. class:: command-windows
46+
.. rst-class:: command-windows
4747
.. code-block:: terminal
4848
4949
# for example, if WAMP is used ...

0 commit comments

Comments
 (0)