-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #314 from zakandrewking/finalize-1.7-docs
updated dev docs and js/py apis
- Loading branch information
Showing
8 changed files
with
6,751 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,9 @@ For an example of the boilerplate code that is required to begin developing with | |
Escher, have a look at the `escher-demo repository`_. For projects built with | ||
npm, use the `escher-test repository`_ as a guide. | ||
|
||
You can also follow the :doc:`Developer Tutorial <developer-tutorial>` for an | ||
example of extending Escher to create custom tooltips. | ||
|
||
Import Escher | ||
============= | ||
|
||
|
@@ -110,12 +113,28 @@ COBRA models are also saved as JSON files. This format has not been documented | |
with a schema, but you can browse through the `core metabolism model`_ as a | ||
guide to generating valid COBRA models. | ||
|
||
Contributing to the Escher Source Code | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
We welcome open source contributions to the Escher source code. You can find | ||
installation instructions for developing Escher in the README: | ||
|
||
https://github.com/zakandrewking/escher/blob/master/README.md | ||
|
||
And instructions (work in progress :): | ||
|
||
https://github.com/zakandrewking/escher/blob/master/CONTRIBUTING.md | ||
|
||
And our code of conduct: | ||
|
||
https://github.com/zakandrewking/escher/blob/master/CODE_OF_CONDUCT.md | ||
|
||
I still need help! | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
If you are interested in developing with Escher and you need more information | ||
than what is provided in the documentation, please contact Zachary King | ||
<[email protected]>. | ||
If you are interested in developing with or contributing to Escher and you need | ||
more information than what is provided in the documentation, please contact | ||
Zachary King <[email protected]>. | ||
|
||
.. _`Gitter chat room`: https://gitter.im/zakandrewking/escher | ||
.. _`Development roadmap`: https://github.com/zakandrewking/escher/wiki/Development-Roadmap | ||
|
Oops, something went wrong.