diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | code_devel.md | 1 | ||||
-rw-r--r-- | scope.md | 1 | ||||
-rw-r--r-- | using_it.md | 1 |
4 files changed, 6 insertions, 3 deletions
@@ -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 |