Skip to content
Snippets Groups Projects

Lukas issue119 feat package distribution

Merged Ghost User requested to merge lukas_issue119_feat_package-distribution into develop
77 files
+ 235
219
Compare changes
  • Side-by-side
  • Inline
Files
77
+ 1
1
@@ -55,7 +55,7 @@ extensions = [
autosummary_generate = True
autoapi_type = 'python'
autoapi_dirs = ['../../src/.']
autoapi_dirs = ['../../mlair/.']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Loading