Add requisite warnings ("important remarks")
dkl9

dkl9 commited on 2023-184 18:46:20
Showing 1 changed files, with 10 additions and 1 deletions.

... ...
@@ -47,7 +47,16 @@
47 47
         <h1 id="title">RTensor</h1>
48 48
         <h2 id="vnum"><a href="changelog.md">version 2.3-dev</a></h2>
49 49
         <br />
50
-        <a href="./documentation_v2.1.pdf">documentation (prose, partially outdated)</a>
50
+        <details>
51
+            <summary>important remarks</summary>
52
+            <p>I made this many months ago with reckless/weird development practices, and haven't tested it since.
53
+            Hopefully, it still works, but one of the dozens of moving parts may have broken.
54
+            I might fix it sometime.</p>
55
+            <p><a href="documentation.md">There is prose documentation</a>, but it is outdated and only available as raw markdown.</p>
56
+            <p>Comments and questions on RTensor are welcome.
57
+            Email them to <code>contact@[this domain]</code>.</p>
58
+            <p><a href="/">dkl9 home</a></p>
59
+        </details>
51 60
         <details>
52 61
             <summary>documentation (example table)</summary>
53 62
             RTensor == (R)ecursive (Tensor)<br />
54 63