From 097640b4e03fa278cedfb5c6fee16a4751a4eebd Mon Sep 17 00:00:00 2001 From: Eleftherios Zisis Date: Tue, 11 Jun 2024 17:54:06 +0200 Subject: [PATCH 1/3] Add title and short description --- doc/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6250158..50a6f67 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,3 +1,9 @@ + +ArchNGV +======= + +ArchNGV is a Python library that provides the building blocks for the digital reconstruction of the Neuro-Glia-Vascular (NGV) architecture. + .. toctree:: :hidden: :maxdepth: 2 From 177f4a363ca189fcce7a8967f32ce6bf891597b1 Mon Sep 17 00:00:00 2001 From: Eleftherios Zisis Date: Tue, 11 Jun 2024 18:00:39 +0200 Subject: [PATCH 2/3] Add links in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b18672d..558e23d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # ArchNGV Modules for in-silco building the Neuronal-Glial-Vascular structural architecture. +## Documentations: + +* [latest](https://archngv.readthedocs.io/en/latest) + +* [File Format Specification](https://sonata-extension.readthedocs.io/en/latest/index.html) + ## Installation ### From PyPI From 21e77d2eea1e1a4991ae5921e65f83d6fde4f360 Mon Sep 17 00:00:00 2001 From: Eleftherios Zisis Date: Tue, 11 Jun 2024 18:03:36 +0200 Subject: [PATCH 3/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558e23d..c59c96a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ArchNGV Modules for in-silco building the Neuronal-Glial-Vascular structural architecture. -## Documentations: +## Documentation: * [latest](https://archngv.readthedocs.io/en/latest)