Skip to content

Commit 874f031

Browse files
authored
Merge pull request #48 from softwarepub/fix-code-blocks
Fix code blocks
2 parents 43f17ad + f60e28f commit 874f031

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference-implementation/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ other tools.
1010
E.g., to "parameterize" a graph which contains ``sc:Parameter`` objects, you can use the
1111
following snippet:
1212

13-
.. code:: python
13+
.. code-block:: python
1414
:caption: Graph parameterization using the library.
1515
1616
from rdflib import Graph

docs/reference-implementation/validator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Validator
88
The validator can be run using the ``software-card-validate`` command which is
99
equivalent to ``python -m software_card_policies``.
1010

11-
.. code:: bash
11+
.. code-block:: bash
1212
:caption: Basic usage.
1313
1414
software-card-validate --config config.toml metadata.ttl

0 commit comments

Comments
 (0)