• Stars
    star
    248
  • Rank 163,560 (Top 4 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

showthedocs annotates code to show you the relevant pieces of its documentation, read more here.

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.