Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference-implementation/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ other tools.
E.g., to "parameterize" a graph which contains ``sc:Parameter`` objects, you can use the
following snippet:

.. code:: python
.. code-block:: python
:caption: Graph parameterization using the library.

from rdflib import Graph
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-implementation/validator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Validator
The validator can be run using the ``software-card-validate`` command which is
equivalent to ``python -m software_card_policies``.

.. code:: bash
.. code-block:: bash
:caption: Basic usage.

software-card-validate --config config.toml metadata.ttl
Expand Down
Loading