Skip to content

Commit 8b7788c

Browse files
committed
get rid of multiple headings with same content
1 parent 25d0ccf commit 8b7788c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/including-additional-python-modules.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Since EasyBuild 4.2.0, easyblocks from a pull request on GitHub can also
9696
be included, using `--include-easyblocks-from-pr` (see
9797
[Using easyblocks from pull requests][github_include_easyblocks_from_pr]).
9898

99-
### Example
99+
**Example**
100100

101101
The example below shows how all self-implemented easyblocks (both
102102
software-specific and generic) located in the `$HOME/myeasyblocks`
@@ -123,7 +123,7 @@ path to the corresponding Python modules can be specified via
123123
To verify that EasyBuild is aware of the additional module naming
124124
schemes, the `--avail-module-naming-schemes` option can be used.
125125

126-
### Example
126+
**Example**
127127

128128
The example below shows how all custom module naming schemes located in
129129
the `$HOME/myebmns` can be included:
@@ -156,7 +156,8 @@ directory named according to the type of component (`compiler`, `mpi`,
156156
To verify that EasyBuild is aware of the included toolchains,
157157
`--list-toolchains` can be used.
158158

159-
### Example
159+
160+
**Example**
160161

161162
The example below shows how the support for additional toolchains and
162163
the required additional compiler/MPI toolchain components implemented by

docs/integration-with-github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ have in place already (cfr. [Specify location of working directories][github_git
729729
you *must* specify a (meaningful) commit message using
730730
`--pr-commit-msg`, see [Controlling pull request metadata][github_controlling_pr_metadata].
731731

732-
#### Example
732+
**Example**
733733

734734
For example, to create a pull request for a new version of, let's say,
735735
EasyBuild:
@@ -802,7 +802,7 @@ the repository, no changes are made to a possible existing working copy.
802802
When using `--update-pr` you *must* specify a (meaningful) commit message
803803
via `--pr-commit-msg`, see [Controlling pull request metadata][github_controlling_pr_metadata].
804804

805-
#### Example
805+
**Example**
806806

807807
For example, to update pull request \#3153 with a changed easyconfig
808808
file:

0 commit comments

Comments
 (0)