-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jerry Morrison edited this page Mar 12, 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 strategy) can be kept separate by putting it 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 ---------->
- The wcEcoli README.
- The docs/README.md 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.