Skip to content
Snippets Groups Projects

Draft: Merge version0.1 changes into dev

Closed Hock, Martin requested to merge version0.1 into dev
4 files
+ 5
7
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
4
@@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
#import os
#import sys
#sys.path.insert(0, os.path.abspath('../../plotid'))
# import os
# import sys
# sys.path.insert(0, os.path.abspath('../../plotid'))
# -- Project information -----------------------------------------------------
@@ -33,7 +33,6 @@ release = '0.0.6'
extensions = [
'autoapi.extension'
]
#autosummary_generate = True # Turn on sphinx.ext.autosummary
autoapi_type = 'python'
autoapi_dirs = ['../../plotid', '../../tests']
Loading