diff options
| author | gjhiggins <devnull@localhost> | 2010-08-05 12:30:19 +0000 |
|---|---|---|
| committer | gjhiggins <devnull@localhost> | 2010-08-05 12:30:19 +0000 |
| commit | 6cd47fbddd63ab19ed120cd602f05e082162edc0 (patch) | |
| tree | 12c015669c5f6d21769dc050526d2777afa34172 /docs/modules | |
| parent | 07a84a25aabee8572093078fc1cd5e7462b52e19 (diff) | |
| download | rdflib-6cd47fbddd63ab19ed120cd602f05e082162edc0.tar.gz | |
Begin to bring documentation up to date w.r.t. 3.0.0
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/graphs/graph.rst | 2 | ||||
| -rw-r--r-- | docs/modules/nodes/quoted_graph.rst | 2 | ||||
| -rw-r--r-- | docs/modules/others.rst | 62 |
3 files changed, 12 insertions, 54 deletions
diff --git a/docs/modules/graphs/graph.rst b/docs/modules/graphs/graph.rst index 962489bd..c4d314f9 100644 --- a/docs/modules/graphs/graph.rst +++ b/docs/modules/graphs/graph.rst @@ -1,4 +1,4 @@ -:mod:`rdflib.Graph.Graph` -- Graph class definition +:mod:`rdflib.graph.Graph` -- Graph class definition =================================================== ===== diff --git a/docs/modules/nodes/quoted_graph.rst b/docs/modules/nodes/quoted_graph.rst index 0d202e23..f5cd4499 100644 --- a/docs/modules/nodes/quoted_graph.rst +++ b/docs/modules/nodes/quoted_graph.rst @@ -5,7 +5,7 @@ RDFLib graphs support an additional extension of RDF semantics for formulae. For .. __: http://ninebynine.org/RDFNotes/UsingContextsWithRDF.html#xtocid-6303976 -Formulae are represented formally by the :class:`rdflib.Graph.QuotedGraph` class and are disjoint from regular RDF graphs in that their statements are quoted. +Formulae are represented formally by the :class:`~rdflib.graph.QuotedGraph` class and are disjoint from regular RDF graphs in that their statements are quoted. Module Contents --------------- diff --git a/docs/modules/others.rst b/docs/modules/others.rst index 2eb22584..d6b25b42 100644 --- a/docs/modules/others.rst +++ b/docs/modules/others.rst @@ -1,5 +1,6 @@ .. _others: Other modules + ============= Other modules ============= @@ -7,70 +8,27 @@ Other modules Collection ---------- .. automodule:: rdflib.collection - +.. :noindex: .. autoclass:: rdflib.collection.Collection :members: -Journal -------- -.. automodule:: rdflib.journal - -.. autoclass:: rdflib.journal.JournalWriter - :members: - -.. autoclass:: rdflib.journal.JournalReader - :members: - -QueryResult ------------ -.. automodule:: rdflib.query.result -.. autoclass:: rdflib.query.result.QueryResult +Result +------ +.. automodule:: rdflib.query +.. :noindex: +.. autoclass:: rdflib.query.Result :members: Statement --------- .. automodule:: rdflib.term +.. :noindex: .. autoclass:: rdflib.term.Statement .. automethod:: rdflib.term.Statement.__new__ .. automethod:: rdflib.term.Statement.__reduce__ -StringInputSource ------------------ -.. automodule:: rdflib.parser -.. autoclass:: rdflib.parser.StringInputSource - :members: - -TextIndex ---------- -.. automodule:: rdflib.textindex -.. autoclass:: rdflib.textindex.TextIndex - :members: - -TripleStore ------------ -.. automodule:: rdflib.TripleStore -.. autoclass:: rdflib.TripleStore.TripleStore - :members: - -URLInputSource --------------- - -.. autoclass:: rdflib.parser.URLInputSource - :members: - -query ------ -.. automodule:: rdflib.query - -store +Store ----- .. automodule:: rdflib.store - -sparql ------- -.. automodule:: rdflib.sparql - -syntax ------- -.. automodule:: rdflib.syntax +.. :noindex: |
