Skip to content

Commit

Permalink
Preparing for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka committed Sep 16, 2015
1 parent 13410a3 commit 9984e42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from recommonmark.parser import CommonMarkParser

source_parsers = {
'.md': CommonMarkParser,
}

source_suffix = ['.rst', '.md']
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SALib #
### Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, and FAST methods. ###

0 comments on commit 9984e42

Please sign in to comment.