File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33
44# Add src folder to path
55sys .path .insert (0 , os .path .abspath ('../src' ))
6+ sys .path .insert (0 , os .path .abspath ('../../scripts' ))
67
78# Project information
89project = 'iEcology IAS Miner'
3132exclude_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+ }
Original file line number Diff line number Diff 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+
3333Contents
3434========
3535
You can’t perform that action at this time.
0 commit comments