diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-04-24 21:00:17 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-04-24 21:00:17 +1000 |
| commit | 3c381fa4b4ef600a79eb9b84f6910a37013ca420 (patch) | |
| tree | 6e8dc768053e7f8907458af5e1b6e6ec13bd8d2a /docs | |
| parent | e465b2d8e42bee16aeeec7ce4103f7ff8d385f9a (diff) | |
| download | rdflib-3c381fa4b4ef600a79eb9b84f6910a37013ca420.tar.gz | |
trivial grammar updates
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/index.rst b/docs/index.rst index a76ef159..05b085f1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,8 +4,7 @@ rdflib |release| ================ -RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_. RDFLib contains useful APIs for -working with RDF, including: +RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_. It contains: * **Parsers & Serializers** @@ -14,7 +13,7 @@ working with RDF, including: * **Store implementations** - * for in-memory and persistent RDF storage - Berkeley DB + * for in-memory and persistent RDF storage, including remote SPARQL endpoints * **Graph interface** @@ -24,7 +23,7 @@ working with RDF, including: * **SPARQL 1.1 implementation** - * supporting both Queries and Updates + * both Queries and Updates are supported Getting started @@ -45,7 +44,7 @@ If you have never used RDFLib, the following will help get you started: In depth -------- -If you are familiar with RDF and are looking for details on how RDFLib handles RDF, these are for you. +If you are familiar with RDF and are looking for details on how RDFLib handles it, these are for you: .. toctree:: :maxdepth: 1 @@ -54,6 +53,7 @@ If you are familiar with RDF and are looking for details on how RDFLib handles R namespaces_and_bindings persistence merging + upgrade5to6 upgrade4to5 @@ -90,21 +90,21 @@ For developers Developers might also like to join rdflib's dev mailing list: `<https://groups.google.com/group/rdflib-dev>`__ -The Code --------- -The rdflib code is hosted on GitHub at `<https://github.com/RDFLib/rdflib>`__ where you lodge Issues and also Pull -Requests to help improve this community project! +Source Code +----------- +The rdflib source code is hosted on GitHub at `<https://github.com/RDFLib/rdflib>`__ where you can lodge Issues and +create Pull Requests to help improve this community project! The RDFlib organisation on GitHub at `<https://github.com/RDFLib>`__ maintains this package and a number of other RDF -and related packaged that you might also find useful. +and RDFlib-related packaged that you might also find useful. Further help ------------ For asynchronous chat support, try our gitter channel at `<https://gitter.im/RDFLib/rdflib>`__ -If you would like more help with using rdflib, please post a question using the tag ``[rdflib]`` on StackOverflow. A list of -existing ``[rdflib]`` tagged questions is there at: +If you would like more help with using rdflib, rather than developing it, please post a question on StackOverflow using +the tag ``[rdflib]``. A list of existing ``[rdflib]`` tagged questions is kept there at: * `<https://stackoverflow.com/questions/tagged/rdflib>`__ |
