From a353c15469cba4232b5d27e63ec441d6832c3f31 Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 8 Jun 2020 17:26:40 +0200 Subject: [PATCH] Documentation --- docs/index.rst | 3 ++- docs/install_docker.rst | 3 +++ docs/install_venv.rst | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/install_docker.rst create mode 100644 docs/install_venv.rst diff --git a/docs/index.rst b/docs/index.rst index a2e603a..83227e5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,8 @@ Welcome to EOA Publication Platform's documentation! :maxdepth: 2 :caption: Contents: - + install_docker.rst + install_venv.rst Indices and tables ================== diff --git a/docs/install_docker.rst b/docs/install_docker.rst new file mode 100644 index 0000000..2209cf1 --- /dev/null +++ b/docs/install_docker.rst @@ -0,0 +1,3 @@ +========================== + Installation with Docker +========================== diff --git a/docs/install_venv.rst b/docs/install_venv.rst new file mode 100644 index 0000000..d175874 --- /dev/null +++ b/docs/install_venv.rst @@ -0,0 +1,3 @@ +======================================= + Installation with Virtual Environment +=======================================