We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43f17ad + f60e28f commit 874f031Copy full SHA for 874f031
2 files changed
docs/reference-implementation/library.rst
@@ -10,7 +10,7 @@ other tools.
10
E.g., to "parameterize" a graph which contains ``sc:Parameter`` objects, you can use the
11
following snippet:
12
13
-.. code:: python
+.. code-block:: python
14
:caption: Graph parameterization using the library.
15
16
from rdflib import Graph
docs/reference-implementation/validator.rst
@@ -8,7 +8,7 @@ Validator
8
The validator can be run using the ``software-card-validate`` command which is
9
equivalent to ``python -m software_card_policies``.
-.. code:: bash
+.. code-block:: bash
:caption: Basic usage.
software-card-validate --config config.toml metadata.ttl
0 commit comments