Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rST docs conversion #1858

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-functionality/view-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Auspice has some hardcoded defaults, largely for historical reasons. Each of the
- Default geographic resolution is "country", if available.
- Default colouring is "country", if available.
- Default branch labelling is "clade", if available.
- Default tip labelling is the sample / strain name (`node.name`)
- Default tip labelling is the sample / strain name (``node.name``)

Dataset (JSON) configurable defaults
------------------------------------
Expand Down
11 changes: 10 additions & 1 deletion docs/releases/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,16 @@ v1 Auspice JSONs used 0-based starts for the gene positions and ``1``/``-1`` for
Changes to how node data is stored
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Each tree node (internal & terminal) can now contain the following properties \* ``name`` (required) -- formerly this was ``strain`` \* ``node_attrs`` -- attributes associated with the node (sequence, date, location) as opposed to changes from one node to another. \* Node attributes can now be objects and contain confidence information if available. \* A ``hidden`` node attribute can control Auspice's display of the node \* Author information is now contained under the ``author`` key, and the ``author_info`` dictionary is no longer present in the JSON. \* ``branch_attrs`` -- attributes associated with the branch from the parent node to this node, such as branch lengths, mutations, support values \* ``branch_attrs.mutations`` -- both AA & nucleotide mutations are now defined in the same object. \* ``children`` (unchanged)
Each tree node (internal & terminal) can now contain the following properties

* ``name`` (required) -- formerly this was ``strain``
* ``node_attrs`` -- attributes associated with the node (sequence, date, location) as opposed to changes from one node to another.
* Node attributes can now be objects and contain confidence information if available.
* A ``hidden`` node attribute can control Auspice's display of the node
* Author information is now contained under the ``author`` key, and the ``author_info`` dictionary is no longer present in the JSON.
* ``branch_attrs`` -- attributes associated with the branch from the parent node to this node, such as branch lengths, mutations, support values
* ``branch_attrs.mutations`` -- both AA & nucleotide mutations are now defined in the same object.
* ``children`` (unchanged)

Colorings, geographic resolutions, and defaults
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Loading