Skip to content

Commit 1cf415e

Browse files
author
fabien
committed
Integrating docs
- sphinx html doc - doxygen html doc
1 parent e7e781f commit 1cf415e

38 files changed

+13697
-0
lines changed

.readthedocs.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/sphinx_docs/source/conf.py
11+
12+
# Build documentation with MkDocs
13+
#mkdocs:
14+
# configuration: mkdocs.yml
15+
16+
# Optionally build your docs in additional formats such as PDF and ePub
17+
formats: all
18+
19+
# Optionally set the version of Python and requirements required to build your docs
20+
python:
21+
version: 3.7
22+
install:
23+
- requirements: docs/requirements.txt

.travis.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
dist: xenial
2+
3+
sudo: false
4+
5+
language: python
6+
7+
install:
8+
- pip install sphinx sphinx_rtd_theme sphinx-numfig sphinxcontrib-bibtex
9+
10+
env:
11+
global:
12+
- ECOGEN_ENV=production
13+
- GIT_DEPLOY_REPO=https://[email protected]/code-mphi/ECOGEN.git
14+
- SOURCE_BRANCH="devel"
15+
- TARGET_BRANCH="gh-pages"
16+
17+
addons:
18+
apt:
19+
packages:
20+
- doxygen
21+
- doxygen-doc
22+
- doxygen-latex
23+
- doxygen-gui
24+
- graphviz
25+
- texlive
26+
- texlive-latex-extra
27+
- latexmk
28+
29+
script: bash ./scripts/travis/buildAndDeploy.sh
30+
31+
notifications:
32+
33+

ECOGEN_V1.0_userGuide.pdf

-677 KB
Binary file not shown.

docs/LOGO-ECOGEN-Bleu-55px.png

15.2 KB
Loading

docs/doxygen_docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build/

0 commit comments

Comments
 (0)