Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baderlab/enrichmentmap_docs
End-User Documentation for the EnrichmentMap Cytoscape App
https://github.com/baderlab/enrichmentmap_docs
Last synced: about 2 months ago
JSON representation
End-User Documentation for the EnrichmentMap Cytoscape App
- Host: GitHub
- URL: https://github.com/baderlab/enrichmentmap_docs
- Owner: BaderLab
- Created: 2018-02-21T18:02:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T23:20:15.000Z (8 months ago)
- Last Synced: 2024-05-02T15:39:33.591Z (8 months ago)
- Language: Python
- Size: 91.4 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Documentation viewable at: http://enrichmentmap.readthedocs.io/en/latest/
Getting started...
https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html
On Mac...
```Shell Session
$ pip3 install sphinx-build
$ pip3 install sphinx_rtd_theme
$ export PATH="/Users/username/Library/Python/3.8/bin:$PATH"
$ cd /path/to/git/EnrichmentMap_docs
$ make html
$ cd _build/html
$ python -m SimpleHTTPServer 8000
```