aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-15 21:34:41 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-15 21:34:41 +0000
commit6a892863d6e88fb4ce889007f98f2acb1a27c381 (patch)
treeb1d3335176f29febfcc58790e9ae2fe8bdd9daad /docs
parent90c7fd8d23881e3f120fd003537b0bd86d81ab40 (diff)
downloadvericert-kvx-6a892863d6e88fb4ce889007f98f2acb1a27c381.tar.gz
vericert-kvx-6a892863d6e88fb4ce889007f98f2acb1a27c381.zip
Update website
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/index.org (renamed from docs/documentation.org)2
-rw-r--r--docs/index.org2
-rw-r--r--docs/proof/index.org (renamed from docs/proof/toc.org)2
-rw-r--r--docs/publish.el6
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/documentation.org b/docs/docs/index.org
index 3891fac..061d841 100644
--- a/docs/documentation.org
+++ b/docs/docs/index.org
@@ -9,7 +9,7 @@ Vericert translates C code into a hardware description language called Verilog,
#+attr_html: :width 600
#+caption: Current design of Vericert, where HTL is an intermediate language representing a finite state machine with data-path (FSMD) and Verilog is the target language.
#+name: fig:design
-[[./images/design.jpg]]
+[[../images/design.jpg]]
The design shown in Figure [[fig:design]] shows how Vericert leverages an existing verified C compiler called [[https://compcert.org/compcert-C.html][CompCert]] to perform this translation.
diff --git a/docs/index.org b/docs/index.org
index 455a23a..4948d65 100644
--- a/docs/index.org
+++ b/docs/index.org
@@ -14,5 +14,5 @@ The project is currently a work in progress, so proofs remain to be finished. C
* Content
-- [[./proof/toc.html][Vericert Proof]]
+- [[./proof/index.org][Vericert Proof]]
- [[./documentation.org][Vericert Documentation]]
diff --git a/docs/proof/toc.org b/docs/proof/index.org
index 9d4bcdb..1b5f074 100644
--- a/docs/proof/toc.org
+++ b/docs/proof/index.org
@@ -1,3 +1,3 @@
-#+title: Table of Contents
+#+title: Vericert Proof
- [[./Compiler.html][Compiler]]
diff --git a/docs/publish.el b/docs/publish.el
index 930023c..0d6d2da 100644
--- a/docs/publish.el
+++ b/docs/publish.el
@@ -16,14 +16,14 @@
(defvar vericert/site-attachments nil)
(defvar vericert/base "")
-(setq vericert/base "/vericert")
+(setq vericert/base "")
(setq vericert/header (concat "<div id=\"left-bar\">
<header id=\"header\" class=\"status\">
<div class=\"logo\"><a href=\"" vericert/base "\">Vericert</a></div>
<nav id=\"navbar\">
-<span><a href=\"" vericert/base "/documentation.html\">Documentation</a></span>
-<span><a href=\"" vericert/base "/proof/toc.html\">Proof</a></span>
+<span><a href=\"" vericert/base "/docs/\">Documentation</a></span>
+<span><a href=\"" vericert/base "/proof/\">Proof</a></span>
</nav>
<p>Vericert is the first formally verified high-level synthesis tool.</p>
</header>