diff --git a/docs/conf.py b/docs/conf.py index 538c9bf70..a854ffcab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,6 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md', 'narratives', - 'contributing', ] diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst deleted file mode 100644 index 081d99120..000000000 --- a/docs/contributing/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -====================================== -Contributing -====================================== - -This page shouldn't be rendered & should jump to the first TOC entry instead. TODO. - -.. toctree:: - :hidden: - :maxdepth: 0 - :titlesonly: - - overview diff --git a/docs/contributing/overview.md b/docs/contributing/overview.md deleted file mode 120000 index e54d03a0a..000000000 --- a/docs/contributing/overview.md +++ /dev/null @@ -1 +0,0 @@ -../../DEV_DOCS.md \ No newline at end of file diff --git a/docs/releases/v2.rst b/docs/releases/v2.rst index 1e796692d..fec1cafec 100644 --- a/docs/releases/v2.rst +++ b/docs/releases/v2.rst @@ -16,7 +16,7 @@ Backstory Auspice started as the `nextstrain.org `__ visualisation tool, in fact for a long time nextstrain.org *was* Auspice. Slowly, we turned Auspice into a stand-alone tool and started expanding its capacity. This resulted in many v1.x releases (we made it all the way to v1.39.0), and things had a habit of changing a little too frequently, with not enough focus on documentation and communication. -So in a way, this is the first proper Auspice release! There are a few big and visible changes, including using pie charts to represent discrete variables on a map, but a lot of the changes were done to make things easier behind the scenes. There are also a bunch of really cool features such as the ability to define custom servers, change the aesthetics of the Auspice client, display multiple trees and write narratives which were technically part of Auspice v1 but undocumented. This documentation website is now up to date and should allow you to understand how to use Auspice to its full potential (`contributions are always welcome! <../contributing/overview.md>`__) +So in a way, this is the first proper Auspice release! There are a few big and visible changes, including using pie charts to represent discrete variables on a map, but a lot of the changes were done to make things easier behind the scenes. There are also a bunch of really cool features such as the ability to define custom servers, change the aesthetics of the Auspice client, display multiple trees and write narratives which were technically part of Auspice v1 but undocumented. This documentation website is now up to date and should allow you to understand how to use Auspice to its full potential (`contributions are always welcome! `__) In general, we hope that this documentation and the help messages of the various ``auspice`` subcommands are vastly improved. The major changes which Auspice v2 brings are detailed below 👇 If you have any comments please `email us `__ or say hi on `twitter `__.