Add pretty documentation generation
Add the `htmlpretty` target to the Makefile to generate prettier documentation, based on the CoqdocJS project. https://www.ps.uni-saarland.de/~ttebbi/coqdocjs/ https://github.com/tebbi/coqdocjs Many thanks to Tobias Tebbi for creating CoqdocJS.
Showing
- .gitlab-ci.yml 5 additions, 2 deletions.gitlab-ci.yml
- README.md 5 additions, 1 deletionREADME.md
- create_makefile.sh 2 additions, 0 deletionscreate_makefile.sh
- scripts/coqdocjs/Makefile.coqdocjs 9 additions, 0 deletionsscripts/coqdocjs/Makefile.coqdocjs
- scripts/coqdocjs/footer.html 8 additions, 0 deletionsscripts/coqdocjs/footer.html
- scripts/coqdocjs/header.html 27 additions, 0 deletionsscripts/coqdocjs/header.html
- scripts/coqdocjs/resources/LICENSE 21 additions, 0 deletionsscripts/coqdocjs/resources/LICENSE
- scripts/coqdocjs/resources/config.js 72 additions, 0 deletionsscripts/coqdocjs/resources/config.js
- scripts/coqdocjs/resources/coqdoc.css 197 additions, 0 deletionsscripts/coqdocjs/resources/coqdoc.css
- scripts/coqdocjs/resources/coqdocjs.css 224 additions, 0 deletionsscripts/coqdocjs/resources/coqdocjs.css
- scripts/coqdocjs/resources/coqdocjs.js 161 additions, 0 deletionsscripts/coqdocjs/resources/coqdocjs.js
scripts/coqdocjs/Makefile.coqdocjs
0 → 100644
scripts/coqdocjs/footer.html
0 → 100644
scripts/coqdocjs/header.html
0 → 100644
scripts/coqdocjs/resources/LICENSE
0 → 100644
scripts/coqdocjs/resources/config.js
0 → 100644
scripts/coqdocjs/resources/coqdoc.css
0 → 100644
scripts/coqdocjs/resources/coqdocjs.css
0 → 100644
scripts/coqdocjs/resources/coqdocjs.js
0 → 100644
Please register or sign in to comment