From 99ddb13d7a70b12a70ed3d28c2b7f6abbaecfa24 Mon Sep 17 00:00:00 2001 From: Ivano Talamo Date: Mon, 10 May 2021 15:12:52 +0200 Subject: [PATCH] Small fix on RST overview file --- admin-guide/architecture/overview.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/admin-guide/architecture/overview.rst b/admin-guide/architecture/overview.rst index 318e5cd7..edabc167 100644 --- a/admin-guide/architecture/overview.rst +++ b/admin-guide/architecture/overview.rst @@ -4,13 +4,8 @@ Overview Documentation ------------- -This admin guide as well as the user guide are written using Sphinx with -ReStructured Text. In addition, Git repositories usually contain a README.md -file. - -This `admin guide `_ is -automatically rebuilt when changes are pushed. - +This guide is written using jupyterbook that accepts both ReStructured Text files (that's the system that was used initially) +and Markdown. Deployment ----------