Skip to content

Commit

Permalink
Merge pull request #50 from coq-community/move-docs
Browse files Browse the repository at this point in the history
migrate coqdoc to gh-pages branch
  • Loading branch information
palmskog authored Jan 10, 2020
2 parents b0a9f1d + b98daae commit 73303f9
Show file tree
Hide file tree
Showing 44 changed files with 28 additions and 19,072 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Makefile.coq
Makefile.coq.conf
_build
docs
*~
*.d
*.aux
*.glob
*.vo
*.vos
*.vok
result
19 changes: 10 additions & 9 deletions Makefile.coq.local
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
GLOBFILES = $(VFILES:.v=.glob)
CSSFILES = resources/coqdoc.css resources/coqdocjs.css
JSFILES = resources/config.js resources/coqdocjs.js
HTMLFILES = resources/header.html resources/footer.html resources/index.html
HTMLFILES = resources/header.html resources/footer.html
COQDOCDIR = docs/coqdoc

COQDOCHTMLFLAGS = --toc --toc-depth 2 --index indexpage --html \
--interpolate --no-lib-name --parse-comments \
--with-header resources/header.html --with-footer resources/footer.html

coqdoc: $(GLOBFILES) $(VFILES) $(CSSFILES) $(JSFILES) $(HTMLFILES)
$(SHOW)'COQDOC -d $(COQDOCDIR)'
$(HIDE)mkdir -p $(COQDOCDIR)
$(HIDE)$(COQDOC) $(COQDOCHTMLFLAGS) $(COQDOCLIBS) -d $(COQDOCDIR) $(VFILES)
$(SHOW)'COPY resources'
$(HIDE)cp $(CSSFILES) $(JSFILES) $(COQDOCDIR)
.PHONY: coqdoc

resources/index.html: resources/index.md
pandoc -s -o $@ $<

docs: $(GLOBFILES) $(VFILES) $(CSSFILES) $(JSFILES) $(HTMLFILES)
$(SHOW)'COQDOC -d docs'
$(HIDE)mkdir -p docs
$(HIDE)$(COQDOC) $(COQDOCHTMLFLAGS) $(COQDOCLIBS) -d docs $(VFILES)
$(SHOW)'COPY resources'
$(HIDE)cp $(CSSFILES) $(JSFILES) resources/index.html docs
.PHONY: docs
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[gitter-link]: https://gitter.im/coq-community/Lobby

[coqdoc-shield]: https://img.shields.io/badge/docs-coqdoc-blue.svg
[coqdoc-link]: https://coq-community.github.io/lemma-overloading/toc.html
[coqdoc-link]: https://coq-community.github.io/lemma-overloading/docs/latest/coqdoc/toc.html

[doi-shield]: https://zenodo.org/badge/DOI/10.1017/S0956796813000051.svg
[doi-link]: https://doi.org/10.1017/S0956796813000051
Expand Down Expand Up @@ -77,7 +77,7 @@ make install

The Coq source files mentioned in the paper [How to make ad hoc proof automation less ad hoc][lessadhoc],
Journal of Functional Programming 23(4), pp. 357-401, are described below. See also the
[coqdoc presentation][coqdoc] of the files.
[coqdoc presentation][coqdoc] of the files from the latest release.

### `indom.v`

Expand Down Expand Up @@ -139,4 +139,4 @@ pp. 261-274.

[lessadhoc]: https://software.imdea.org/~aleks/papers/lessadhoc/journal.pdf
[reflect]: https://software.imdea.org/~aleks/papers/reflect/reflect.pdf
[coqdoc]: https://coq-community.github.io/lemma-overloading/toc.html
[coqdoc]: https://coq-community.github.io/lemma-overloading/docs/latest/coqdoc/toc.html
233 changes: 0 additions & 233 deletions docs/LemmaOverloading.auto.html

This file was deleted.

248 changes: 0 additions & 248 deletions docs/LemmaOverloading.cancel.html

This file was deleted.

376 changes: 0 additions & 376 deletions docs/LemmaOverloading.cancel2.html

This file was deleted.

156 changes: 0 additions & 156 deletions docs/LemmaOverloading.cancelCTC.html

This file was deleted.

147 changes: 0 additions & 147 deletions docs/LemmaOverloading.cancelD.html

This file was deleted.

1,805 changes: 0 additions & 1,805 deletions docs/LemmaOverloading.domains.html

This file was deleted.

854 changes: 0 additions & 854 deletions docs/LemmaOverloading.finmap.html

This file was deleted.

1,902 changes: 0 additions & 1,902 deletions docs/LemmaOverloading.heaps.html

This file was deleted.

131 changes: 0 additions & 131 deletions docs/LemmaOverloading.hprop.html

This file was deleted.

161 changes: 0 additions & 161 deletions docs/LemmaOverloading.indom.html

This file was deleted.

114 changes: 0 additions & 114 deletions docs/LemmaOverloading.indomCTC.html

This file was deleted.

225 changes: 0 additions & 225 deletions docs/LemmaOverloading.llistR.html

This file was deleted.

597 changes: 0 additions & 597 deletions docs/LemmaOverloading.noalias.html

This file was deleted.

225 changes: 0 additions & 225 deletions docs/LemmaOverloading.noaliasBT.html

This file was deleted.

254 changes: 0 additions & 254 deletions docs/LemmaOverloading.noaliasCTC.html

This file was deleted.

266 changes: 0 additions & 266 deletions docs/LemmaOverloading.ordtype.html

This file was deleted.

333 changes: 0 additions & 333 deletions docs/LemmaOverloading.perms.html

This file was deleted.

136 changes: 0 additions & 136 deletions docs/LemmaOverloading.prefix.html

This file was deleted.

482 changes: 0 additions & 482 deletions docs/LemmaOverloading.prelude.html

This file was deleted.

656 changes: 0 additions & 656 deletions docs/LemmaOverloading.rels.html

This file was deleted.

520 changes: 0 additions & 520 deletions docs/LemmaOverloading.stlog.html

This file was deleted.

227 changes: 0 additions & 227 deletions docs/LemmaOverloading.stlogCTC.html

This file was deleted.

512 changes: 0 additions & 512 deletions docs/LemmaOverloading.stlogR.html

This file was deleted.

790 changes: 0 additions & 790 deletions docs/LemmaOverloading.stmod.html

This file was deleted.

584 changes: 0 additions & 584 deletions docs/LemmaOverloading.stsep.html

This file was deleted.

627 changes: 0 additions & 627 deletions docs/LemmaOverloading.terms.html

This file was deleted.

154 changes: 0 additions & 154 deletions docs/LemmaOverloading.xfind.html

This file was deleted.

122 changes: 0 additions & 122 deletions docs/LemmaOverloading.xfindCTC.html

This file was deleted.

78 changes: 0 additions & 78 deletions docs/config.js

This file was deleted.

197 changes: 0 additions & 197 deletions docs/coqdoc.css

This file was deleted.

Loading

0 comments on commit 73303f9

Please sign in to comment.