Skip to content

Commit ffa6687

Browse files
changed conf and indices
1 parent 189c82b commit ffa6687

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Add src folder to path
55
sys.path.insert(0, os.path.abspath('../src'))
6+
sys.path.insert(0, os.path.abspath('../../scripts'))
67

78
# Project information
89
project = 'iEcology IAS Miner'
@@ -31,4 +32,10 @@
3132
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3233

3334
#notebook output included
34-
nb_execution_mode="off"
35+
nb_execution_mode="off"
36+
37+
source_suffix = {
38+
'.rst': 'restructuredtext',
39+
'.md': 'markdown',
40+
'.ipynb': 'jupyter_notebook',
41+
}

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Installation
2121
source .venv/bin/activate # On Windows: .venv\Scripts\activate
2222
pip install -r requirements.txt
2323
24-
Quick Start
24+
Demonstrations
2525
===========
2626

2727
.. toctree::
2828
:maxdepth: 1
2929

3030
scripts/workflow_demonstration
3131
scripts/Demonstration_flickr_img_to_obs
32-
32+
3333
Contents
3434
========
3535

0 commit comments

Comments
 (0)