Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slightly improved styling, small index text changes #1004

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/_themes/armstrong/static/rtd.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -779,3 +779,8 @@ p {
}

}


p.logo {
padding-top: 30px;
}
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 for
working with RDF, including:
RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_. RDFLib contains useful APIs,
including:

* **Parsers & Serializers**

Expand All @@ -29,7 +29,7 @@ working with RDF, including:

Getting started
---------------
If you have never used RDFLib, the following will help get you started:
If you have never used RDFLib before, the following might help get you started:

.. toctree::
:maxdepth: 1
Expand All @@ -45,7 +45,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 already familiar with RDF and are looking for details about RDFLib handles RDF, these are for you.

.. toctree::
:maxdepth: 1
Expand Down Expand Up @@ -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
Expand Down