Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: separate documentation and publication #124

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ This is an open source project, licensed under the {{& fullname }}.

The current stable release of {{& fullname }} can be [downloaded from GitHub](https://github.com/{{ organization }}/{{ shortname }}/releases).

{{# coqdoc_index }}
## Documentation

{{# coqdoc_index }}
The coqdoc presentation of the source files can be browsed [here]({{ coqdoc_index }})
{{/ coqdoc_index }}

Related publications, if any, are listed below.
{{# publications.length }}
## Publications
{{/ publications.length }}

{{# publications }}
- [{{& pub_title }}]({{ pub_url }}) {{# pub_doi }}doi:[{{ pub_doi }}](https://doi.org/{{ pub_doi }}){{/ pub_doi}}
Expand Down
2 changes: 2 additions & 0 deletions ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ fields:
- index.md
- coqdoc:
type: bool
description: >
Set to true if the project has Coqdoc webpages.
used:
- README.md
- coq.opam
Expand Down