Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Rousselin
jscoq-light
Commits
7fa48fb7
Commit
7fa48fb7
authored
3 years ago
by
Shachar Itzhaky
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Finish landing page text & clean up.
parent
9b76a1fd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/Makefile
+5
-5
5 additions, 5 deletions
examples/Makefile
index.html
+7
-5
7 additions, 5 deletions
index.html
with
12 additions
and
10 deletions
examples/Makefile
+
5
−
5
View file @
7fa48fb7
.PHONY
:
all
.PHONY
:
all
clean
.PRECIOUS
:
_build/%.v
all
:
nahas_tutorial.html
...
...
@@ -22,10 +22,10 @@ _build/%.v: %.v
_build/%.vo
:
_build/%.v
$(
COQC
)
-R
_build Examples
$<
sqrt_2
.html
:
_build/
sqrt_2
.v _build/
sqrt_2
.vo
%
.html
:
_build/
%
.v _build/
%
.vo
JSCOQ_URL
=
.. ../ui-js/jscoqdoc.js
--no-index
--no-lib-name
--parse-comments
$<
@
rm
coqdoc.css
# urghh
nahas_tutorial.html
:
_build/nahas_tutorial.v _build/nahas_tutorial.vo
JSCOQ_URL
=
.. ../ui-js/jscoqdoc.js
--no-index
--no-lib-name
--parse-comments
$<
@
rm
coqdoc.css
# urghh
\ No newline at end of file
clean
:
rm
-rf
_build
\
examples.coq-pkg examples.json sqrt_2.html nahas_tutorial.html
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.html
+
7
−
5
View file @
7fa48fb7
...
...
@@ -9,6 +9,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
>
<script
src=
"node_modules/bootstrap/dist/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"ui-css/landing-page.css"
>
<script
src=
"ui-js/jscoq-loader.js"
type=
"text/javascript"
></script>
</head>
<body
class=
"jscoq-main"
>
...
...
@@ -189,7 +190,11 @@ Qed.</textarea>
other users in a manner that is similar to Pastebin.
</p>
<h5>
There's more
</h5>
See the official docs on GitHub
<p>
See the
<a
href=
"https://github.com/jscoq/jscoq/tree/v8.15/docs"
>
official docs
</a>
on GitHub for more details on using, building, embedding, and integrating
<span
class=
"jscoq-name"
>
jsCoq
</span>
in your developments.
</p>
<p>
<span
class=
"jscoq-name"
>
jsCoq
</span>
comes with a variety of addon packages,
...
...
@@ -233,16 +238,13 @@ Qed.</textarea>
</div>
<!-- /#code-wrapper -->
</div>
<!-- /#ide-wrapper -->
<script
src=
"ui-js/jscoq-loader.js"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
>
var
jscoq_ids
=
[
'
.snippet
'
,
'
addnC
'
,
'
prime_above1
'
,
'
prime_above2
'
,
'
prime_above3
'
,
'
prime_above4
'
];
var
jscoq_ids
=
[
'
.snippet
'
];
var
jscoq_opts
=
{
implicit_libs
:
false
,
focus
:
false
,
base_path
:
'
./
'
,
editor
:
{
mode
:
{
'
company-coq
'
:
true
}
},
init_pkgs
:
[
'
init
'
],
all_pkgs
:
{
'
+
'
:
[
'
coq
'
,
'
mathcomp
'
,
'
equations
'
,
'
elpi
'
,
'
quickchick
'
,
'
lf
'
,
'
plf
'
],
'
./examples
'
:
[
'
examples
'
]}
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment