Skip to content

Commit

Permalink
Merge pull request #21 from cmmorrow/BUGFIX-Future_warning_displayed_…
Browse files Browse the repository at this point in the history
…for_dictionary_xdata

Bugfix future warning displayed for dictionary xdata
  • Loading branch information
cmmorrow committed May 27, 2018
2 parents 1123f52 + 0503766 commit ec7600e
Show file tree
Hide file tree
Showing 75 changed files with 3,973 additions and 1,165 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -56,3 +56,10 @@ build_distro.sh
setup.cfg.old
.DS_Store
.cache/v/cache/lastfailed
docs/.ipynb_checkpoints/sci_analysis_main-checkpoint.ipynb
build_docs.sh
build_docs.sh
build_docs.sh
docs/index.rst.bak
docs/_build/*
docs/_build/html/_static/classic.css
57 changes: 0 additions & 57 deletions README.rst

This file was deleted.

19 changes: 19 additions & 0 deletions build_docs.sh
@@ -0,0 +1,19 @@
#!/bin/bash
com=$HOME/sci_analysis_qa_env/bin/jupyter
docs=./docs
images=./img
index=sci_analysis_main
notebook=${docs}/${index}.ipynb
output=${docs}/index.md
output_backup=${output}.bak
if [ -f ${output} ]; then
mv ${output} ${output_backup}
fi
${com} nbconvert --to markdown NbConvertApp.output_base=${docs} --NbConvertApp.output_files_dir=${images} ${notebook}
mv ${docs}/${index}.md ${output}
sed -i -e "s/> Note:/.. note::/g" ${output}
sed -i -e "s/.*warnings.*//" ${output}
make -C ${docs} html
rm ${docs}/*-e

exit 0
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -36,6 +36,7 @@
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'm2r',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_19_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/sci_analysis_main_21_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_25_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/sci_analysis_main_27_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_27_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/sci_analysis_main_29_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_29_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/sci_analysis_main_31_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_31_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_37_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_39_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_40_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_41_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_43_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sci_analysis_main_45_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/img/sci_analysis_main_47_0.png
File renamed without changes
Binary file added docs/img/sci_analysis_main_49_0.png
Binary file added docs/img/sci_analysis_main_49_1.png
Binary file added docs/img/sci_analysis_main_50_1.png
Binary file added docs/img/sci_analysis_main_51_0.png
Binary file added docs/img/sci_analysis_main_51_1.png
File renamed without changes
Binary file added docs/img/sci_analysis_main_55_0.png
Binary file added docs/img/sci_analysis_main_55_1.png

0 comments on commit ec7600e

Please sign in to comment.