Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```