Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc heading levels - master #3151

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/src/custom/make-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ END
for CAT in $($CYLC categories); do
cat >> "$COMMAND_REF_FILE" <<END

.. _command-cat-${CAT}:

${CAT}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. _command-cat-${CAT}:

.. code-block:: none

$("$CYLC" "$CAT" --help | awk '{print " " $0}')
Expand All @@ -68,11 +68,11 @@ END
for COM in $($CYLC commands); do
cat >> "$COMMAND_REF_FILE" <<END

.. _command-${COM}:

${COM}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. _command-${COM}:

.. code-block:: none

$("$CYLC" "$COM" --help | awk '{print " " $0}')
Expand Down
2 changes: 1 addition & 1 deletion doc/src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ environment.
.. _RTAST:

Automated Tests
^^^^^^^^^^^^^^^
---------------

For development purposes there are four sets of tests:

Expand Down
6 changes: 3 additions & 3 deletions doc/src/suite-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ See :ref:`SuiteRCReference` for details.
.. _Parameterized Tasks Label:

Parameterized Tasks
^^^^^^^^^^^^^^^^^^^
-------------------

Cylc can automatically generate tasks and dependencies by expanding
parameterized task names over lists of parameter values. Uses for this
Expand Down Expand Up @@ -3592,7 +3592,7 @@ For better clarity and disambiguation Python modules can be prefixed with
.. _EmPylabel:

EmPy
^^^^
----

In addition to Jinja2, Cylc supports EmPy template processor in suite
configurations. Similarly to Jinja2, EmPy provides variables, mathematical
Expand Down Expand Up @@ -3647,7 +3647,7 @@ reasons:


Omitting Tasks At Runtime
^^^^^^^^^^^^^^^^^^^^^^^^^
-------------------------

It is sometimes convenient to omit certain tasks from the suite at
runtime without actually deleting their definitions from the suite.
Expand Down