Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 971 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 971 Bytes

README

This is the official source code repository of CellOrganizer docs.

06/01/18 Resolved code deprecation issue with the code directive ..exec:. The issue was caused by the package sphinxcontrib-pyexec not being updated after an update in Sphinx that deprecated the usage of Directive. The sphinx.util.compat.Directive class is now deprecated, so the solution was to do "from docutils.parsers.rst import Directive" instead. Additionally, the python "commands" library is deprecated for Python3, which was solved by using the "subprocess" library instead. A compatibility issue came up for pandas after switching to subprocess, so in prepare_virtual_environment.sh, the version of pandas was downgraded to 0.22.0 instead of 0.23.0, the latest version.

Remember the commands

python3 make_tabulate_from_excel.py model_class_and_types.xlsx v2.7.1 | pbcopy
python3 make_tabulate_from_excel.py paper_demo.xlsx "v2.5"  | pbcopy