Skip to content

Commit

Permalink
Merge pull request #3151 from hjoliver/fix-doc-heading-levels-master
Browse files Browse the repository at this point in the history
Fix doc heading levels - master
  • Loading branch information
sadielbartholomew authored May 6, 2019
2 parents 87ab329 + 2b4db04 commit c8f74ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit c8f74ab

Please sign in to comment.