summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-04-16 13:40:14 +1000
committerGitHub <noreply@github.com>2020-04-16 13:40:14 +1000
commita8a0d712d9d24be048fece3247bca32e394a5358 (patch)
treeb500d81a3db4f2b981b9c29364862736e8aa4e40
parent4aa55f0a4343a966bef1876704409415746a31f1 (diff)
downloadrdflib-a8a0d712d9d24be048fece3247bca32e394a5358.tar.gz
Removing style changes in RP 1004
-rw-r--r--docs/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b3f2b2d5..3f604729 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,8 +4,8 @@
rdflib |release|
================
-RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_. RDFLib contains useful APIs,
-including:
+RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_. RDFLib contains useful APIs for
+working with RDF, including:
* **Parsers & Serializers**
@@ -29,7 +29,7 @@ including:
Getting started
---------------
-If you have never used RDFLib before, the following might help get you started:
+If you have never used RDFLib, the following will help get you started:
.. toctree::
:maxdepth: 1
@@ -45,7 +45,7 @@ If you have never used RDFLib before, the following might help get you started:
In depth
--------
-If you are already familiar with RDF and are looking for details about RDFLib handles RDF, these are for you.
+If you are familiar with RDF and are looking for details on how RDFLib handles RDF, these are for you.
.. toctree::
:maxdepth: 1
@@ -87,7 +87,7 @@ For developers
univrdfstore
persisting_n3_terms
-Developers might also like to join rdflib's 'dev' mailing list: `<https://groups.google.com/group/rdflib-dev>`__
+Developers might also like to join rdflib's dev mailing list: `<https://groups.google.com/group/rdflib-dev>`__
The Code