tree: 68c8fc2ea7c1b8a118cc18e1ad899a1e7d7bd65a [path history] [tgz]
  1. _static/
  2. callexpr.png
  3. conf.py
  4. getting-started.md
  5. highlight.png
  6. index.rst
  7. lexical-analysis.md
  8. Makefile
  9. online-parser.png
  10. README.md
  11. requirements.txt
  12. runkit-parse.png
  13. syntactic-analysis.md
  14. syntax-tree-format.md
  15. unconsole.png
src/third_party/devtools/node_modules/esprima/docs/README.md

Unix:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make html

Windows:

virtualenv env
env\Script\activate
pip install -r requirements.txt
cd docs
make html

Open the file _build/html/index.html in a web browser.