Skip to content

Commit

Permalink
Enhance documentation (issue #3)
Browse files Browse the repository at this point in the history
* update requirements

* update .readthedocs.yaml

* remove auto-generated files and update build process

* update documents
  • Loading branch information
binh-vu authored Jul 24, 2022
1 parent 398c341 commit 491689e
Show file tree
Hide file tree
Showing 22 changed files with 106 additions and 445 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"
jobs:
pre_build:
- cp CHANGELOG.md docs/source/changelog.md

sphinx:
configuration: docs/source/conf.py

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog
# CHANGE LOG

## [2.3.3](https://github.com/binh-vu/kgdata/tree/2.3.3) (2022-07-06)

Expand Down
8 changes: 5 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
furo
sphinx
furo>=2022.6.21,<2023.0.0
sphinx>=5.0.2,<6.0.0
sphinxcontrib.katex
matplotlib
sphinx-copybutton
sphinx-panels
sphinx-autodoc-typehints
sphinx-autodoc-typehints
myst-parser==0.18.0
sphinx-autobuild # needed for doc development
2 changes: 2 additions & 0 deletions docs/source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apis
CHANGELOG.md
38 changes: 0 additions & 38 deletions docs/source/apis/kgdata.spark.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/source/apis/kgdata.splitter.rst

This file was deleted.

45 changes: 0 additions & 45 deletions docs/source/apis/kgdata.wikidata.db.rst

This file was deleted.

30 changes: 0 additions & 30 deletions docs/source/apis/kgdata.wikidata.models.multilingual.rst

This file was deleted.

30 changes: 0 additions & 30 deletions docs/source/apis/kgdata.wikidata.models.propertystats.rst

This file was deleted.

38 changes: 0 additions & 38 deletions docs/source/apis/kgdata.wikidata.models.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/apis/kgdata.wikidata.models.wdclass.rst

This file was deleted.

30 changes: 0 additions & 30 deletions docs/source/apis/kgdata.wikidata.models.wdentity.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/apis/kgdata.wikidata.models.wdentitylabel.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/apis/kgdata.wikidata.models.wdproperty.rst

This file was deleted.

Loading

0 comments on commit 491689e

Please sign in to comment.