-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement coqdoc * make coqdoc to work * update readme
- Loading branch information
1 parent
e1a03fd
commit 02c9f19
Showing
15 changed files
with
819 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every weekday | ||
interval: "daily" | ||
labels: | ||
- "dependencies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
.PHONY: all clean | ||
|
||
all: | ||
@make -C theories | ||
@$(MAKE) -C theories | ||
@dune build | ||
|
||
coqdoc: all | ||
@${MAKE} coqdoc -C theories | ||
|
||
clean: | ||
@make clean -C theories | ||
@$(MAKE) clean -C theories | ||
@dune clean | ||
@echo "Cleaning finished." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
</div> | ||
<div id="footer"> | ||
Generated by <a href="http://coq.inria.fr/">coqdoc</a> and improved with <a href="https://github.com/coq-community/coqdocjs">CoqdocJS</a> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||
<link href="resources/coqdoc.css" rel="stylesheet" type="text/css" /> | ||
<link href="resources/coqdocjs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="resources/config.js"></script> | ||
<script type="text/javascript" src="resources/coqdocjs.js"></script> | ||
</head> | ||
|
||
<body onload="document.getElementById('content').focus()"> | ||
<div id="header"> | ||
<span class="left"> | ||
<span class="modulename"> <script> document.write(document.title) </script> </span> | ||
</span> | ||
|
||
<span class="button" id="toggle-proofs"></span> | ||
|
||
<span class="right"> | ||
<a href="../">Project Page</a> | ||
<a href="./indexpage.html"> Index </a> | ||
<a href="./toc.html"> Table of Contents </a> | ||
</span> | ||
</div> | ||
<div id="content" tabindex="-1" onblur="document.getElementById('content').focus()"> | ||
<div id="main"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
var coqdocjs = coqdocjs || {}; | ||
|
||
coqdocjs.repl = { | ||
"forall": "∀", | ||
"exists": "∃", | ||
"~": "¬", | ||
"/\\": "∧", | ||
"\\/": "∨", | ||
"->": "→", | ||
"<-": "←", | ||
"<->": "↔", | ||
"=>": "⇒", | ||
"<>": "≠", | ||
"<=": "≤", | ||
">=": "≥", | ||
"el": "∈", | ||
"nel": "∉", | ||
"<<=": "⊆", | ||
"|-": "⊢", | ||
">>": "»", | ||
"<<": "⊆", | ||
"++": "⧺", | ||
"===": "≡", | ||
"=/=": "≢", | ||
"=~=": "≅", | ||
"==>": "⟹", | ||
"lhd": "⊲", | ||
"rhd": "⊳", | ||
"nat": "ℕ", | ||
"alpha": "α", | ||
"beta": "β", | ||
"gamma": "γ", | ||
"delta": "δ", | ||
"epsilon": "ε", | ||
"eta": "η", | ||
"iota": "ι", | ||
"kappa": "κ", | ||
"lambda": "λ", | ||
"mu": "μ", | ||
"nu": "ν", | ||
"omega": "ω", | ||
"phi": "ϕ", | ||
"pi": "π", | ||
"psi": "ψ", | ||
"rho": "ρ", | ||
"sigma": "σ", | ||
"tau": "τ", | ||
"theta": "θ", | ||
"xi": "ξ", | ||
"zeta": "ζ", | ||
"Delta": "Δ", | ||
"Gamma": "Γ", | ||
"Pi": "Π", | ||
"Sigma": "Σ", | ||
"Omega": "Ω", | ||
"Xi": "Ξ" | ||
}; | ||
|
||
coqdocjs.subscr = { | ||
"0" : "₀", | ||
"1" : "₁", | ||
"2" : "₂", | ||
"3" : "₃", | ||
"4" : "₄", | ||
"5" : "₅", | ||
"6" : "₆", | ||
"7" : "₇", | ||
"8" : "₈", | ||
"9" : "₉", | ||
}; | ||
|
||
coqdocjs.replInText = ["==>","<=>", "=>", "->", "<-", ":="]; |
Oops, something went wrong.