You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated Sphinx documentation
New Index.rst page,
Old index.rst page became corese.rst.
Added new pages: python_api/api_root.rst with autogenerated API doc.
Added python_api/bridges.rst page
The example1.ipynb notebook is rendered as a uset_guide.
INSTALL.md is rendered as an installation page
* Added the installation of the packages from the docs/requirements.txt in case a new extension is added.
* Moved VIESION.txt to src/pycorese to update the version only in one place.
* Minor fixes and updates
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
**pycorese** is a Python package that provides a simple way to integrate the [corese-core](https://github.com/corese-stack/corese-core) Java library into Python applications.
24
24
25
-
**pycorese**provides an intuitive API to interact with Corese's capabilities such as storage, SPARQL engine, RDFS and OWL reasoning, and SHACL validation.
25
+
**pycorese**offers an intuitive API to interact with Corese's capabilities such as storage, SPARQL engine, RDFS and OWL reasoning, and SHACL validation.
26
26
27
27
**pycorese** unlocks the potential of Semantic Web stack for applications such as semantic data analysis, knowledge graph construction, and Machine Learning.
- To navigate between versions by means of the switcher (the dropdown list indicating the available version), the switcher.json object must be generated.
26
-
- To improve navigability, a landing page must also be generated to redirect to the latest version of the documentation.
25
+
- To navigate between versions by means of the switcher (the dropdown list indicating the available version), the switcher.json object must be generated.
26
+
- To improve navigability, a landing page must also be generated to redirect to the latest version of the documentation.
27
27
28
28
To this end a script must be executed and write the output to the output html directory:
29
29
@@ -33,4 +33,4 @@ To this end a script must be executed and write the output to the output html di
33
33
34
34
Both sphinx-multiversion and switcher_generator work on tags following the ```^v[0-9]+\.[0-9]+\.[0-9]+$``` syntax and ordered by refname.
35
35
36
-
The minimal version set in the switcher_generator allows to not generate entries in the switcher and landing page for unexisting or uncompatible documentation.
36
+
The minimal version set in the switcher_generator allows to not generate entries in the switcher and landing page for nonexisting or incompatible documentation.
0 commit comments