enable API generation

This commit is contained in:
Matthias Ringwald 2015-06-03 19:22:13 +02:00
parent 90e5f6e0b6
commit 742f7d85d5
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
all:
mkdir -p docs/appendix
./update_listings.py
./update_apis.py
mkdocs build --clean

View File

@ -4,4 +4,5 @@ pages:
- [index.md, Welcome]
- [tutorial.md, Tutorial]
- [examples/generated.md, Examples]
- [appendix/apis.md, API]
theme: readthedocs