summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--code_devel.md1
-rw-r--r--scope.md1
-rw-r--r--using_it.md1
4 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5797977..1dc982d 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,16 @@ This repository should contain all documentation written for Sandhi.
- Build it
- Get Binary
-## Using it
+## [Using it](using_it.md)
- Hello World
- Demos
-## Code Development
+## [Code Development](code_devel.md)
- Disruptive introduction to framework
- Coding a simple block
- Coding a Sci-block
-## Scope
+## [Scope](scope.md)
- Current development
- Areas to be explored
- Links to earlier documentation
diff --git a/code_devel.md b/code_devel.md
new file mode 100644
index 0000000..0cf6f72
--- /dev/null
+++ b/code_devel.md
@@ -0,0 +1 @@
+## Code Development
diff --git a/scope.md b/scope.md
new file mode 100644
index 0000000..c3ab08b
--- /dev/null
+++ b/scope.md
@@ -0,0 +1 @@
+## Scope
diff --git a/using_it.md b/using_it.md
new file mode 100644
index 0000000..01f1257
--- /dev/null
+++ b/using_it.md
@@ -0,0 +1 @@
+## Using it