this_algorithm/docs/index.adoc

23 lines
640 B
Plaintext
Raw Normal View History

2023-03-02 01:10:02 -05:00
// 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'"
2023-03-13 00:17:31 -04:00
include::common.adoc.template[]
2023-03-02 01:10:02 -05:00
2023-03-13 00:06:48 -04:00
= Index
2023-03-02 01:10:02 -05:00
== Pages
2023-03-12 01:38:17 -05:00
* link:/docs/ALGORITHM.html[ALGORITHM] - Algorithm definition
* link:/docs/DESIGN.html[DESIGN] - Algorithm design documentation
* link:/docs/WORDLIST.html[WORDLIST] - Wordlist design and implementation
2023-03-02 01:10:02 -05:00
++++
<style>
#header, #content, #footnotes, #footer {
max-width: unset !important;
}
.hll {
background-color: #ff0;
}
</style>
++++