Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hamelin
jscoq-light
Compare revisions
e80287ef5827d46b44d782c14dfeaaae8f4be8c7 to v8.17
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
hamelin/jscoq-light
Select target project
No results found
v8.17
Select Git revision
Branches
v8.17
Swap
Target
rousselin/jscoq-light
Select target project
hamelin/jscoq-light
rousselin/jscoq-light
2 results
e80287ef5827d46b44d782c14dfeaaae8f4be8c7
Select Git revision
Branches
SharedArrayBuffer
ultra-light
v8.17
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Removed initialization of equations
· 2a40a0b1
David Hamelin
authored
4 months ago
2a40a0b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coqdoclight.py
+1
-1
1 addition, 1 deletion
coqdoclight.py
index.html
+1
-1
1 addition, 1 deletion
index.html
with
2 additions
and
2 deletions
coqdoclight.py
View file @
2a40a0b1
...
...
@@ -617,7 +617,7 @@ out("""
implicit_libs: false,
focus: false,
editor: { mode: {
'
company-coq
'
: true } },
all_pkgs: {
'
./coq-pkgs
'
: [
'
coq
'
],
'
./addons/teach/coq-pkgs
'
: [
'
teach
'
]
,
'
./addons/equations/coq-pkgs
'
: [
'
equations
'
]
}
all_pkgs: {
'
./coq-pkgs
'
: [
'
coq
'
],
'
./addons/teach/coq-pkgs
'
: [
'
teach
'
]}
};
JsCoq.start(jscoq_ids, jscoq_opts).then(res => {
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
2a40a0b1
...
...
@@ -256,7 +256,7 @@ Qed.</textarea>
implicit_libs
:
false
,
focus
:
false
,
editor
:
{
mode
:
{
'
company-coq
'
:
true
}
},
all_pkgs
:
{
'
./coq-pkgs
'
:
[
'
coq
'
],
'
./addons/teach/coq-pkgs
'
:
[
'
teach
'
]
,
'
./addons/equations/coq-pkgs
'
:
[
'
equations
'
]
}
all_pkgs
:
{
'
./coq-pkgs
'
:
[
'
coq
'
],
'
./addons/teach/coq-pkgs
'
:
[
'
teach
'
]}
};
JsCoq
.
start
(
jscoq_ids
,
jscoq_opts
).
then
(
res
=>
{
...
...
This diff is collapsed.
Click to expand it.