aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-18 21:18:46 +1000
committerYuchen Pei <hi@ypei.me>2022-07-22 23:59:20 +1000
commit2ca51c8c06134897d53e7f1fbc3619edb2e1869c (patch)
tree42aed2935121f22c797a46f7c71d9107777b9c63
parent0c506baf2c263f1060d587d30257c8e3e08f4b3b (diff)
Updating README and adding a symlink to it
l---------README.org1
-rw-r--r--haddock-api/README.org8
2 files changed, 8 insertions, 1 deletions
diff --git a/README.org b/README.org
new file mode 120000
index 00000000..2aeba2ae
--- /dev/null
+++ b/README.org
@@ -0,0 +1 @@
+/home/hack/source/haddock/haddock-api/README.org \ No newline at end of file
diff --git a/haddock-api/README.org b/haddock-api/README.org
index dff1df34..ac63165e 100644
--- a/haddock-api/README.org
+++ b/haddock-api/README.org
@@ -1,5 +1,8 @@
* haddorg-api
+*NOTE*. This is the README file to ~haddorg-api~. For the README file
+to haddock, see README.md.
+
** Overview
Haddock is a documentation generator for Haskell libraries and it
@@ -80,7 +83,10 @@ package directory.
** Tips
-- If you want
+- If you would like cross-package links to work, simply concatenate
+ files. For example, concat the org file of base with that of any
+ library that say uses ~String~ in ~Prelude~ will cause ~String~
+ links to navigate to the definition of ~String~.
** Coverage and areas for further work