Skip to content

Commit fd4b3e1

Browse files
committed
update link to new documentation
1 parent c847110 commit fd4b3e1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

MANAGEMENT.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ Please, don't forget to increment to the next module (`SPARQLWrapper/__init__.py
2727

2828
### Documentation
2929

30-
In order to provide online documentation, some steps need to be accomplished:
30+
In order to provide offline documentation, some steps need to be accomplished:
3131

3232
1. First, generate the documentation using [sphinx](http://www.sphinx-doc.org/) using the makefile
3333

3434
$ cd docs
3535
$ make clean && make html
3636

37+
38+
Previously, [epydoc](http://epydoc.sourceforge.net/) was used for generating the documentation and make it available online, through two additional steps:
39+
3740
2. And then upload the documentation generated (`doc` folder) to GitHub Pages (`gh-pages` branch).
3841

3942
3. After that, the online version of the documentation would be available on [GitHub Pages](http://rdflib.github.io/sparqlwrapper/resources/doc).

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Please, `report any issue to github <https://github.com/RDFLib/sparqlwrapper/iss
360360
Documentation
361361
=============
362362

363-
The `SPARQLWrapper documentation is available online <https://rdflib.github.io/sparqlwrapper/doc/latest/>`_.
363+
The `SPARQLWrapper documentation is available online <https://sparqlwrapper.readthedocs.io>`_.
364364

365365
Other interesting documents are the latest `SPARQL 1.1 Specification (W3C Recommendation 21 March 2013) <https://www.w3.org/TR/sparql11-overview/>`_
366366
and the initial `SPARQL Specification (W3C Recommendation 15 January 2008) <http://www.w3.org/TR/rdf-sparql-query/>`_.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
use_2to3_fixers = ['custom_fixers'],
8080
project_urls={
8181
'Home': 'https://rdflib.github.io/sparqlwrapper/',
82-
'Documentation': 'https://rdflib.github.io/sparqlwrapper/doc/',
82+
'Documentation': 'https://sparqlwrapper.readthedocs.io',
8383
'Source': 'https://github.com/RDFLib/sparqlwrapper',
8484
'Tracker': 'https://github.com/RDFLib/sparqlwrapper/issues',
8585
}

0 commit comments

Comments
 (0)