Skip to content

Commit 961c802

Browse files
author
Yishuai Li
committed
Update templates
1 parent 685c985 commit 961c802

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4040
publish%:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2629
A collection of theories and plugins that may be useful in other Coq developments.

coq-ext-lib.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version: "dev"
88
homepage: "https://github.com/coq-community/coq-ext-lib"
99
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
1010
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
11+
doc: "https://coq-community.github.io/coq-ext-lib/"
1112
license: "BSD-2-Clause"
1213

1314
synopsis: "A library of Coq definitions, theorems, and tactics"

meta.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

templates

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)