-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jerry Morrison edited this page Mar 23, 2019
·
11 revisions
Welcome to the wcEcoli wiki!
- Documentation to include in release forks is better in the repo itself, versioned with the code.
- Documentation for internal use (e.g. branch flow techniques) can be kept separate, in the wiki.
- Docs on the code, its development (e.g. style guide), and use (e.g. how to run) are better in the repo, typically in the
docs/
directory. - Quick notes and tips can go in the wiki.
- (Other categories?)
- Wiki pages are listed on the right [some of them still have content, others just link to the docs/ directory] ---------->
- The wcEcoli README.
- The docs/README index of docs including instructions to set up and run the model.
- Notes on archiving and deleting stale git branches.
- NumPy-optimization-tips and Issue #100: Int/float NumPy performance.
-
using
eval()
andexec()
in place of generating .py source files.