File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ by default, are stored in the `specifications/` folder.
195195The test suites can be obtained by either using git submodules or by cloning
196196them manually.
197197
198- ## Using git submodules
198+ Using git submodules
199+ ####################
199200
200201The test suites are included as git submodules to ensure versions are in sync.
201202When 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
213215You can also avoid using git submodules by manually cloning
214216the ``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
225227need to provide the paths to the test runner as arguments when running the
226228tests, as explained below
227229
228- ## Running the tests
230+ Running the tests
231+ ####################
229232
230233If the suites repositories are available in the `specifications/ ` folder of the
231234PyLD source directory, then all the tests can be run with the following:
You can’t perform that action at this time.
0 commit comments