Skip to content
Snippets Groups Projects

add documentation

Merged Joseph Weston requested to merge doc into master
3 files
+ 7
22
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
2
@@ -47,14 +47,18 @@ extensions = [
'sphinx.ext.napoleon',
]
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
#source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
Loading