Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idank/showthedocs


https://github.com/idank/showthedocs

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

showthedocs annotates code to show you the relevant pieces of its
documentation, read more [here](http://showthedocs.com/about).

# Running locally

git clone https://github.com/idank/showthedocs.git
cd showthedocs
pip install -r requirements.txt
./getdocs clone
python runserver.py

These commands will clone this repo, install the dependencies, download the
processed docs and run a local server.