summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-06-27 23:51:08 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2021-06-27 23:51:08 +1000
commit79a8372c3bfd714a9f4e378c692b656862f8e5c6 (patch)
treed1e86cf33a929063230744ba8977b2dd6502132e /docs
parentd3600bfc713952ebe1503fcd72e506f80c144d09 (diff)
downloadrdflib-79a8372c3bfd714a9f4e378c692b656862f8e5c6.tar.gz
tweak docco
Diffstat (limited to 'docs')
-rw-r--r--docs/persistence.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/persistence.rst b/docs/persistence.rst
index dab4ae05..03f8d955 100644
--- a/docs/persistence.rst
+++ b/docs/persistence.rst
@@ -19,10 +19,10 @@ this API for a different store.
Stores currently shipped with core RDFLib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* :class:`Memory <rdflib.plugins.stores.memory.Memory>` (not persistent!)
-* :class:`~rdflib.plugins.stores.berkeleydb.BerkeleyDB` (on disk persistence via Python's :ref:`berkeleydb` package)
-* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLStore` - a read-only wrapper around a remote SPARQL Query endpoint.
-* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore` - a read-write wrapper around a remote SPARQL query/update endpoint pair.
+* :class:`Memory <rdflib.plugins.stores.memory.Memory>` - not persistent!
+* :class:`~rdflib.plugins.stores.berkeleydb.BerkeleyDB` - on disk persistence via Python's `berkeleydb package <https://pypi.org/project/berkeleydb/>`_
+* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLStore` - a read-only wrapper around a remote SPARQL Query endpoint
+* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore` - a read-write wrapper around a remote SPARQL query/update endpoint pair
Usage
^^^^^