Skip to content

Commit 00294b2

Browse files
authored
Fix section header rendering in README.rst
1 parent 3a50911 commit 00294b2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ by default, are stored in the `specifications/` folder.
195195
The test suites can be obtained by either using git submodules or by cloning
196196
them manually.
197197

198-
## Using git submodules
198+
Using git submodules
199+
####################
199200

200201
The test suites are included as git submodules to ensure versions are in sync.
201202
When cloning the repository, use the ``--recurse-submodules`` flag to
@@ -208,7 +209,8 @@ them with the following commands:
208209
git submodule init
209210
git submodule update
210211
211-
## Cloning manually
212+
Cloning manually
213+
####################
212214

213215
You can also avoid using git submodules by manually cloning
214216
the ``json-ld-api``, ``json-ld-framing``, and ``normalization`` repositories
@@ -225,7 +227,8 @@ if you do not clone them into the default ``specifications/`` folder, you will
225227
need to provide the paths to the test runner as arguments when running the
226228
tests, as explained below
227229

228-
## Running the tests
230+
Running the tests
231+
####################
229232

230233
If the suites repositories are available in the `specifications/` folder of the
231234
PyLD source directory, then all the tests can be run with the following:

0 commit comments

Comments
 (0)