summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorGraham Higgins <gjh@bel-epa.com>2012-01-08 12:32:36 +0000
committerGraham Higgins <gjh@bel-epa.com>2012-01-08 12:32:36 +0000
commit0d1284864634c76239ff324ebd6b028cfbe08e3f (patch)
tree37129916bfc5deced77ac31aef88ab5abe67d9e8 /docs/modules
parent097de8a4b0066df94a8b2d09e35ebba7d36373ac (diff)
downloadrdflib-0d1284864634c76239ff324ebd6b028cfbe08e3f.tar.gz
Remove extraneous content from docs
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/graphs/index.rst6
-rw-r--r--docs/modules/others.rst9
2 files changed, 12 insertions, 3 deletions
diff --git a/docs/modules/graphs/index.rst b/docs/modules/graphs/index.rst
index b66a5a8e..59e1829a 100644
--- a/docs/modules/graphs/index.rst
+++ b/docs/modules/graphs/index.rst
@@ -6,9 +6,9 @@ Graphs
RDFLib defines the following kinds of Graphs:
-* 'Graph'(_''store''_,_''identifier''_)
-* 'QuotedGraph'(_''store''_,_''identifier''_)
-* 'ConjunctiveGraph'(_''store''_,_''default''_''identifier''_= ''None'')
+* Graph(**store**, **identifier**)
+* QuotedGraph(**store**, **identifier**)
+* ConjunctiveGraph(**store**, **default_identifier** = None)
A Conjunctive Graph is the most relevant collection of graphs that are considered to be the boundary for closed world assumptions. This boundary is equivalent to that of the store instance (which is itself uniquely identified and distinct from other instances of :class:`Store` that signify other Conjunctive Graphs). It is equivalent to all the named graphs within it and associated with a ``_default_`` graph which is automatically assigned a :class:`BNode` for an identifier - if one isn't given.
diff --git a/docs/modules/others.rst b/docs/modules/others.rst
index d6b25b42..f4228373 100644
--- a/docs/modules/others.rst
+++ b/docs/modules/others.rst
@@ -12,6 +12,15 @@ Collection
.. autoclass:: rdflib.collection.Collection
:members:
+Events
+------
+.. automodule:: rdflib.events
+.. :noindex:
+.. autoclass:: rdflib.events.Event
+ :members:
+.. autoclass:: rdflib.events.Dispatcher
+ :members:
+
Result
------
.. automodule:: rdflib.query