Clean up and fully document interface. Currently the interface and various plugin implementations
are intermixed; the interface is easier to define and document if we separate one from the other.
Also, we could benefit from defining all in the interface modules to future clarify what's part of
the interface vs. an implementation side effect (see the email package in the standard library for an
example of this).
Comment 1 by eik...@gmail.com
See r1853 ( Still working on that commit syntax to associate commits with issues. )
Comment 2 by eik...@gmail.com
This issue was updated by revision r1854.
Moving parsers and serializer implementations into rdflib.plugins package
Comment 3 by eik...@gmail.com
This issue was updated by revision r1855, r1856, r1857, r1858.
Moving parsers and serializer implementations into rdflib.plugins package
Comment 8 by eik...@gmail.com
FYI, narrative doc update and location for API docs:
To re-create epydoc API docs, install epydoc and use the following command-line instruction to create a set of rdflib API docs in the directory "./apidocs" (relative to cwd):
eik...@gmail.com, 2010-02-13T01:26:48.000Z
Clean up and fully document interface. Currently the interface and various plugin implementations are intermixed; the interface is easier to define and document if we separate one from the other.
Also, we could benefit from defining all in the interface modules to future clarify what's part of the interface vs. an implementation side effect (see the email package in the standard library for an example of this).
Comment 1 by eik...@gmail.com
See r1853 ( Still working on that commit syntax to associate commits with issues. )
Comment 2 by eik...@gmail.com
This issue was updated by revision r1854.
Moving parsers and serializer implementations into rdflib.plugins package
Comment 3 by eik...@gmail.com
This issue was updated by revision r1855, r1856, r1857, r1858.
Moving parsers and serializer implementations into rdflib.plugins package
Comment 8 by eik...@gmail.com
FYI, narrative doc update and location for API docs:
Comment 9 by gjhigg...@gmail.com
To re-create epydoc API docs, install epydoc and use the following command-line instruction to create a set of rdflib API docs in the directory "./apidocs" (relative to cwd):
Comment 16 by gjhigg...@gmail.com
Added all lists to every source file.