summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-01 10:26:23 -0400
committereudoxia <uplink@distress.network>2022-04-01 10:26:23 -0400
commit1dee28e98606e77a1cef964781c8174bd1088dd0 (patch)
treea7b8402e8c70b5d7304665fdfa330f53f931f0da /doc
parenteac46231ab86e3b6a3862c92323ee58fe1ee722b (diff)
docs formatting fixes
Diffstat (limited to 'doc')
-rwxr-xr-x[-rw-r--r--]doc/data.html6
-rwxr-xr-x[-rw-r--r--]doc/log.html6
-rwxr-xr-x[-rw-r--r--]doc/tangle.html6
-rwxr-xr-x[-rw-r--r--]doc/weave.html6
4 files changed, 8 insertions, 16 deletions
diff --git a/doc/data.html b/doc/data.html
index ccf8c3a..935d846 100644..100755
--- a/doc/data.html
+++ b/doc/data.html
@@ -10,16 +10,14 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>data.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-03-31 23:28:56-04:00" />
-<style>.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-style: italic;}</style>
+<meta http-equiv="last-modified" content="2022-04-01 10:20:01-04:00" />
+<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
<div class="contentlevel">
<main>
<div class="leading">data.lp</div>
<hr>
-<h1 id="data.zig">data.zig</h1>
-
<p>This file contains the various data processing-related constants and functions referenced by the tangling and weaving processes.</p>
<h3 id="section">*:</h3>
diff --git a/doc/log.html b/doc/log.html
index 5a538c3..b75f543 100644..100755
--- a/doc/log.html
+++ b/doc/log.html
@@ -10,16 +10,14 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>log.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-03-31 23:28:57-04:00" />
-<style>.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-style: italic;}</style>
+<meta http-equiv="last-modified" content="2022-04-01 10:20:02-04:00" />
+<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
<div class="contentlevel">
<main>
<div class="leading">log.lp</div>
<hr>
-<h1 id="log.zig">log.zig</h1>
-
<p>This file contains a simple logging function. It is a modified version of the example logging function implementation provided in <code>std.log</code>.</p>
<h3 id="section">*:</h3>
diff --git a/doc/tangle.html b/doc/tangle.html
index b8269a3..51456a6 100644..100755
--- a/doc/tangle.html
+++ b/doc/tangle.html
@@ -10,16 +10,14 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>tangle.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-03-31 23:28:57-04:00" />
-<style>.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-style: italic;}</style>
+<meta http-equiv="last-modified" content="2022-04-01 10:20:02-04:00" />
+<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
<div class="contentlevel">
<main>
<div class="leading">tangle.lp</div>
<hr>
-<h1 id="tangle.zig">tangle.zig</h1>
-
<p>The structure of this file is quite similar to that of <code>weave.zig</code>, only differing in terms of which functions are used to transform the input data.</p>
<h3 id="section">*:</h3>
diff --git a/doc/weave.html b/doc/weave.html
index 9bfee51..d3f9ea1 100644..100755
--- a/doc/weave.html
+++ b/doc/weave.html
@@ -10,16 +10,14 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>weave.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-03-31 23:28:57-04:00" />
-<style>.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-style: italic;}</style>
+<meta http-equiv="last-modified" content="2022-04-01 10:20:02-04:00" />
+<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
<div class="contentlevel">
<main>
<div class="leading">weave.lp</div>
<hr>
-<h1 id="weave.zig">weave.zig</h1>
-
<p>The structure of this file is quite similar to that of <code>tangle.zig</code>, only differing in terms of which functions are used to transform the input data.</p>
<h3 id="section">*:</h3>