Update docs
This commit is contained in:
parent
1be09fcb27
commit
be531c96b8
@ -100,3 +100,14 @@ $ . venv/bin/activate
|
|||||||
# Generate the final wordlist from all previous files
|
# Generate the final wordlist from all previous files
|
||||||
(venv) $ ./04-deduplicated-words.py
|
(venv) $ ./04-deduplicated-words.py
|
||||||
----
|
----
|
||||||
|
|
||||||
|
++++
|
||||||
|
<style>
|
||||||
|
#header, #content, #footnotes, #footer {
|
||||||
|
max-width: unset !important;
|
||||||
|
}
|
||||||
|
.hll {
|
||||||
|
background-color: #ff0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
++++
|
||||||
|
26
docs/index.adoc
Normal file
26
docs/index.adoc
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
// echo WORDLIST.adoc | entr sh -c "podman run --rm -it --network none -v "${PWD}:/documents/" asciidoctor/docker-asciidoctor asciidoctor -r asciidoctor-mathematical -a mathematical-format=svg WORDLIST.adoc; printf 'Done ($(date -Isecond))\n'"
|
||||||
|
|
||||||
|
:nofooter:
|
||||||
|
:!webfonts:
|
||||||
|
:source-highlighter: rouge
|
||||||
|
:rouge-style: molokai
|
||||||
|
:sectlinks:
|
||||||
|
|
||||||
|
= this_algorithm
|
||||||
|
|
||||||
|
== Pages
|
||||||
|
|
||||||
|
* link:ALGORITHM.html[ALGORITHM] - Algorithm definition
|
||||||
|
* link:DESIGN.html[DESIGN] - Algorithm design documentation
|
||||||
|
* link:WORDLIST.html[WORDLIST] - Wordlist design and implementation
|
||||||
|
|
||||||
|
++++
|
||||||
|
<style>
|
||||||
|
#header, #content, #footnotes, #footer {
|
||||||
|
max-width: unset !important;
|
||||||
|
}
|
||||||
|
.hll {
|
||||||
|
background-color: #ff0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
++++
|
Loading…
Reference in New Issue
Block a user