Describe the bug
No documentation is available for the cc3d python API
To Reproduce
Steps to reproduce the behavior:
- In Twedit, go to, and select, menu item: CC3D Python > Show Code Developer Reference Panel
- Error message appears: Error opening ...CompuCell3D/miniconda3/lib/python3.10/site-packages/cc3d/doc/code_ref/developer/html/ No such file or directory. QtNetwork Error 203
- Navigate to the indicated directory
- Observe that directory is present, but is indeed empty.
- Try the same with Show Code User Reference Panel: same result (slightly different directory is also present, but empty)
Expected behavior
Documentation should appear.
Desktop(please complete the following information):
- Device: MacBook Pro
- Processor M1
- OS: macOS Monterey (12.7.2)
- CompuCell3D Version and commit tag : Version 4.6.0 rev. 2 Commit tag: 397f8b1
- How did you install the code : binary installer
- File name of the installer used to install CC3D: cc3d-installer-osx-4.6.0-arm64.sh
Additional context
Without this documentation, I'm unable to replicate and register in python, the AdhesionFlex specs that I have running in my XML-based version. I managed to guess correctly all my other modules! But AdhesionFlex has a very complex spec structure, and when I try it, my simulation segfaults during sim.run(). In addition, I have a couple other issues where my sim does not behave correctly or the same, from pure python, run in PyCharm, as it does from XML version run in Twedit. Right now I need either some 1-on-1 help, or documentation. I'm blocked otherwise.
Describe the bug
No documentation is available for the cc3d python API
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Documentation should appear.
Desktop(please complete the following information):
Additional context
Without this documentation, I'm unable to replicate and register in python, the AdhesionFlex specs that I have running in my XML-based version. I managed to guess correctly all my other modules! But AdhesionFlex has a very complex spec structure, and when I try it, my simulation segfaults during sim.run(). In addition, I have a couple other issues where my sim does not behave correctly or the same, from pure python, run in PyCharm, as it does from XML version run in Twedit. Right now I need either some 1-on-1 help, or documentation. I'm blocked otherwise.