Skip to content

Commit 2773579

Browse files
NiMlrotizonaizitStewori
authored
Documentation makeover (#3)
* NEW: RTD documentation * NEW: RTD documentation (1) * NEW: RTD documentation (2) * NEW: RTD documentation (3) * NEW: RTD documentation (4) * NEW: RTD documentation (5) * NEW: RTD documentation (6) * NEW: RTD documentation (7) * NEW: RTD documentation (8) * NEW: RTD documentation (9) * NEW: RTD documentation (10) * NEW: RTD documentation (11) * NEW: RTD documentation (12) * NEW: RTD documentation (13) * NEW: RTD documentation (14) * NEW: RTD documentation (15) * NEW: RTD documentation (16) * NEW: RTD documentation (17) * NEW: RTD documentation (18) * NEW: RTD documentation (19) * NEW: RTD documentation (20) * NEW: RTD documentation (21) * NEW: RTD documentation (22) * NEW: RTD documentation (23) * NEW: RTD documentation (24) * NEW: RTD documentation (25) * NEW: RTD documentation (26) * NEW: RTD documentation (26) * NEW: RTD documentation (28) * NEW: RTD documentation (29) * NEW: RTD documentation (30) * NEW: RTD documentation (31) * NEW: RTD documentation (32) * NEW: RTD documentation (33) * NEW: RTD documentation (34) * NEW: RTD documentation (35) * NEW: RTD documentation (36) * NEW: RTD documentation (37) * NEW: RTD documentation (38) * NEW: RTD documentation (39) * NEW: RTD documentation (40) * NEW: RTD documentation (41) * ERF: Added MDP as a submodule * NEW: RTD documentation (42) * ERF: Added MDP as a submodule - make sure it is available for docs * NEW: RTD documentation (43) * NEW: RTD documentation (44) * NEW: RTD documentation (45) * NEW: RTD documentation (46) * NEW: RTD documentation (47) * NEW: RTD documentation (48) * NEW: RTD documentation (49) * NEW: RTD documentation (50) * NEW: RTD documentation (51) * NEW: RTD documentation (52) * NEW: RTD documentation (53) * NEW: RTD documentation (54) * NEW: RTD documentation (55) * NEW: RTD documentation (56) * undo adding api docs because of warnings * [legacy] ERF: added venv for building the legacy docs * [legacy] ERF: removed venv for building the legacy docs * [legacy] ERF: added old doc's sources * removed accidental submodule * [legacy] added legacy doc's sources * [legacy] add built instructions and make mdp available * [legacy] add built instructions rst -> md * [legacy] add built instructions rst -> md * [legacy] make favicon available * [legacy] upgrade development.rst as in Stewori's PR * [legacy] Adding Epydoc API doc files * [legacy] added VartimeCovarianceMatrix to util descriptions * [legacy] connect with new Epydoc API docs * [legacy] fix dependency versions for future builds * [legacy] update development.rst * [legacy] update development.rst * [legacy] minor typo in development.rst * [legacy] straighten the make commands and automatically move the manually generated Epydoc API docs * update submodule * [legacy] minor makefile edit * [legacy] update dependency versions to build node list * [legacy] update guide to building * [legacy] update announcement * [legacy] update license to point to the online license file on GitHub * [legacy] modernize installation instructions * [legacy] include build * [legacy] clean * [legacy] clean * [legacy] try gh-pages * [legacy] clean * [legacy] try ghpages * [legacy] try ghpages * [legacy] nojekyll gh pages * [legacy] nojekyll gh pages * [legacy] try gh pages * [legacy] try gh pages * [legacy] update makefile * [legacy] update makefile * [legacy] update additional_utilities.rst * [legacy] adapt styling * [legacy] undo accidental change to pdf * [legacy] updat ghpages * [legacy] update ghpages * [legacy] fixed api toc * [legacy] updated install.rst * [legacy] update ghpages * [legacy] minor changes to development.rst * [legacy] update ghpages * [legacy] minor changes to development.rst * [legacy] update ghpages * ERF: Reduce to legacy documentation * ERF: Update website link * ERF: Update website link * ERF: Update website link * FIX: gitignore * ERF: Add description on how to handle failed tests * ERF: Add description on how to handle failed tests * ERF: Add description on how to handle failed tests * ERF: Add description on how to handle failed tests * ERF: update description on how to handle failing tests Co-authored-by: Tiziano Zito <[email protected]> Co-authored-by: Stefan Richthofer <[email protected]>
1 parent b5663e1 commit 2773579

File tree

265 files changed

+259313
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+259313
-132
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "mdp-toolkit"]
2+
path = mdp-toolkit
3+
url = https://github.com/mdp-toolkit/mdp-toolkit

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,16 @@ codesnippet:
181181
"results in $(BUILDDIR)/codesnippet/."
182182

183183
website: epydoc codesnippet html$(LINKS) latexpdf
184+
185+
legacyapi:
186+
mkdir -p $(BUILDDIR)/html
187+
cp -a api $(BUILDDIR)/html/
188+
189+
changeurl:
190+
grep -rl $http://mdp-toolkit.sourceforge.net ./build/html \
191+
| xargs sed -i \
192+
s@$http://mdp-toolkit.sourceforge.net@$https://mdp-toolkit.github.io@g
193+
194+
legacywebsite: legacyapi codesnippet html changeurl
195+
196+
legacywebsitelocal: legacyapi codesnippet htmllocal

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Please refer to the online documentation at https://mdp-toolkit.github.io/.
2+
3+
### The source code is available at https://github.com/mdp-toolkit/mdp-toolkit.
4+
5+
6+
### How to built the legacy documentation:
7+
8+
```bash
9+
python2.7 -m virtualenv /PATH/TO/VIRTUALENV/
10+
source /PATH/TO/VIRTUALENV/bin/activate
11+
pip install sphinx==1.6.4 epydoc==3.0.1 numpy==1.16.6 future==0.18.2 scikit-learn==0.20.4 pp==1.6.5 joblib==0.14.1
12+
# run the following in ./legacy to build a local version of the docs
13+
make legacywebsitelocal
14+
# run the following in ./legacy instead to build a version with weblinks
15+
make legacywebsite
16+
```

api/api-objects.txt

Lines changed: 8246 additions & 0 deletions
Large diffs are not rendered by default.

api/class-tree.html

Lines changed: 1472 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)