tree: 7d9f46634bb59e5c1d5ffc90d0d0639a0c741cf4 [path history] [tgz]
  1. callexpr.png
  2. conf.py
  3. getting-started.md
  4. highlight.png
  5. index.rst
  6. lexical-analysis.md
  7. Makefile
  8. online-parser.png
  9. README.md
  10. requirements.txt
  11. runkit-parse.png
  12. syntactic-analysis.md
  13. syntax-tree-format.md
  14. unconsole.png
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.