aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-06 13:19:19 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-06 13:19:19 +0100
commit7bad049c2f1775e79e40162ccfd41110c80ae509 (patch)
tree11f0baa7a833ec2101f4fc583d1062c090610831
parentaf34080189479a91844a654f0793ec0b23a61103 (diff)
downloadgeml-7bad049c2f1775e79e40162ccfd41110c80ae509.tar.gz
geml-7bad049c2f1775e79e40162ccfd41110c80ae509.tar.bz2
geml-7bad049c2f1775e79e40162ccfd41110c80ae509.zip
Remove documentation for modules
Modules won't be used. We use external commands instead.
l---------docs/modules/array.md1
l---------docs/modules/file.md1
l---------docs/modules/protect.md1
l---------docs/modules/python.md1
-rw-r--r--mkdocs.yml5
5 files changed, 0 insertions, 9 deletions
diff --git a/docs/modules/array.md b/docs/modules/array.md
deleted file mode 120000
index 1c9ed09..0000000
--- a/docs/modules/array.md
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/array/README.md \ No newline at end of file
diff --git a/docs/modules/file.md b/docs/modules/file.md
deleted file mode 120000
index 82313a3..0000000
--- a/docs/modules/file.md
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/file/README.md \ No newline at end of file
diff --git a/docs/modules/protect.md b/docs/modules/protect.md
deleted file mode 120000
index 5a63a23..0000000
--- a/docs/modules/protect.md
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/protect/README.md \ No newline at end of file
diff --git a/docs/modules/python.md b/docs/modules/python.md
deleted file mode 120000
index cdce586..0000000
--- a/docs/modules/python.md
+++ /dev/null
@@ -1 +0,0 @@
-../../modules/python/README.md \ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 247b0df..38a500f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,11 +7,6 @@ pages:
- Syntax: syntax.md
- Built-in commands: builtin_commands.md
- Evaluation process: evaluation.md
-- Modules:
- - Array: modules/array.md
- - File: modules/file.md
- - Protect: modules/protect.md
- - Python: modules/python.md
- Modules creation: module_creation.md
theme: readthedocs