File tree Expand file tree Collapse file tree 6 files changed +14
-11
lines changed
Expand file tree Collapse file tree 6 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11[submodule "coqdocjs "]
22 path = coqdocjs
33 url = https://github.com/coq-community/coqdocjs.git
4- [submodule "templates "]
5- path = templates
6- url = https://github.com/coq-community/templates.git
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ dist:
2929
3030.PHONY : all clean dist theories examples html
3131
32- TEMPLATES ?= templates
32+ TEMPLATES ?= ../ templates
3333
34- index.html : index.md
34+ resources/ index.html : resources/ index.md
3535 pandoc -s $^ -o $@
3636
37- index.md : meta.yml
37+ resources/ index.md : meta.yml $( TEMPLATES ) /index.md.mustache
3838 $(TEMPLATES ) /generate.sh $@
3939
4040publish% :
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ Follow the instructions on https://github.com/coq-community/templates to regener
88[ ![ Contributing] [ contributing-shield ]] [ contributing-link ]
99[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
1010[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11+ [ ![ coqdoc] [ coqdoc-shield ]] [ coqdoc-link ]
1112
12- [ docker-action-shield ] : https://github.com/coq-community/coq-ext-lib/workflows/Docker%20CI /badge.svg?branch=master
13- [ docker-action-link ] : https://github.com/coq-community/coq-ext-lib/actions?query=workflow:"Docker%20CI"
13+ [ docker-action-shield ] : https://github.com/coq-community/coq-ext-lib/actions/ workflows/docker-action.yml /badge.svg?branch=master
14+ [ docker-action-link ] : https://github.com/coq-community/coq-ext-lib/actions/workflows/docker-action.yml
1415
1516[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1617[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
@@ -21,6 +22,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
2122[ zulip-shield ] : https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg
2223[ zulip-link ] : https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20users
2324
25+ [ coqdoc-shield ] : https://img.shields.io/badge/docs-coqdoc-blue.svg
26+ [ coqdoc-link ] : https://coq-community.org/coq-ext-lib
2427
2528
2629A collection of theories and plugins that may be useful in other Coq developments.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version: "dev"
88homepage: "https://github.com/coq-community/coq-ext-lib"
99dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
1010bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
11+ doc: "https://coq-community.github.io/coq-ext-lib/"
1112license: "BSD-2-Clause"
1213
1314synopsis: "A library of Coq definitions, theorems, and tactics"
Original file line number Diff line number Diff line change @@ -93,11 +93,14 @@ documentation: |
9393 * theories/
9494 - Base directory to the provided theories
9595
96- coqdoc_index : |
96+ coqdoc : true
97+ index_documentation : |
98+ Documentation
99+ -------------
97100 - [0.12.0](v0.12.0/toc.html)
98101 - [0.11.8](v0.11.8/toc.html)
99102 - [0.11.7](v0.11.7/toc.html)
100- - [0.11.6](v0.11.6/toc.html)
103+ - [0.11.6](v0.11.6/toc.html) (final support for Coq 8.8 and 8.10)
101104 - [0.11.5](v0.11.5/toc.html)
102105 - [0.11.4](v0.11.4/toc.html)
103106 - [0.11.3](v0.11.3/toc.html)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments