Skip to content

Commit

Permalink
Remove example dir to use projects directly
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed May 9, 2018
1 parent 626c96b commit feb258d
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 370 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ temp[1-9].py
*.mx

# Sphinx auto-generated dirs
generated*/
generated*/

# Jupyter notebook
.ipynb_checkpoints
40 changes: 0 additions & 40 deletions examples/ifrs17sim/plot_csm_amortization.py

This file was deleted.

37 changes: 0 additions & 37 deletions examples/ifrs17sim/plot_csm_waterfall.py

This file was deleted.

128 changes: 0 additions & 128 deletions examples/nestedlife/plot_actexpct.py

This file was deleted.

94 changes: 0 additions & 94 deletions examples/nestedlife/plot_pvnetcf.py

This file was deleted.

52 changes: 0 additions & 52 deletions examples/simplelife/plot_simplelife.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions makedocs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,12 @@
from sphinx_gallery.sorting import ExplicitOrder
sphinx_gallery_conf = {
# path to your examples scripts
'examples_dirs': '../../examples',
'ignore_pattern': '^(?!.*plot_)',
'examples_dirs': '../../lifelib/projects',
'subsection_order': ExplicitOrder(
['../../examples/simplelife',
'../../examples/nestedlife',
'../../examples/ifrs17sim']),
['../../lifelib/projects/simplelife',
'../../lifelib/projects/nestedlife',
'../../lifelib/projects/ifrs17sim']),
# path where to save gallery generated examples
'gallery_dirs': 'generated_examples',
# Suppress warning:
Expand Down
Loading

0 comments on commit feb258d

Please sign in to comment.