From 99ddb13d7a70b12a70ed3d28c2b7f6abbaecfa24 Mon Sep 17 00:00:00 2001 From: Ivano Talamo Date: Mon, 10 May 2021 15:12:52 +0200 Subject: [PATCH 1/3] 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 ---------- From 7a3313d5d593a98681ccaa792a18ecd8c97fc192 Mon Sep 17 00:00:00 2001 From: Ivano Talamo Date: Mon, 10 May 2021 15:13:05 +0200 Subject: [PATCH 2/3] test: creation of a markdown file --- admin-guide/architecture/overview2.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 admin-guide/architecture/overview2.md diff --git a/admin-guide/architecture/overview2.md b/admin-guide/architecture/overview2.md new file mode 100644 index 00000000..70688872 --- /dev/null +++ b/admin-guide/architecture/overview2.md @@ -0,0 +1,6 @@ +# Overview + +## Documentation + +This guide is written using jupyterbook that accepts both ReStructured Text files (that's the system that was used initially) +and Markdown. From 3f8fb9780af4e4a2a9057f4c31e5aa29d7507d1d Mon Sep 17 00:00:00 2001 From: Ivano Talamo Date: Mon, 10 May 2021 15:16:41 +0200 Subject: [PATCH 3/3] removed test markdown file --- admin-guide/architecture/overview2.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 admin-guide/architecture/overview2.md diff --git a/admin-guide/architecture/overview2.md b/admin-guide/architecture/overview2.md deleted file mode 100644 index 70688872..00000000 --- a/admin-guide/architecture/overview2.md +++ /dev/null @@ -1,6 +0,0 @@ -# Overview - -## Documentation - -This guide is written using jupyterbook that accepts both ReStructured Text files (that's the system that was used initially) -and Markdown.