From 8a0073b6bbfaa81c207dc5966139eed4b75782a9 Mon Sep 17 00:00:00 2001 From: grayson-helmholz Date: Mon, 18 Nov 2024 15:37:44 +0100 Subject: [PATCH] reordered warning in `visualize` --- docs/usage/visualize.ipynb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/usage/visualize.ipynb b/docs/usage/visualize.ipynb index d67a3255..f17747c8 100644 --- a/docs/usage/visualize.ipynb +++ b/docs/usage/visualize.ipynb @@ -50,16 +50,6 @@ "```" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - ":::{warning}\n", - "Currently the main user-interface is the ```StateTransitionManager```. There is work in progress to remove it and split its functionality into several functions/classes to separate concerns\n", - "and to facilitate the modification of intermediate results like the filtering of ```QNProblemSet```s, setting allowed interaction types, etc. (see below)\n", - ":::" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -85,6 +75,16 @@ "The {mod}`~qrules.io` module allows you to convert {class}`.MutableTransition`, {class}`.Topology` instances, and {class}`.ProblemSet`s to [DOT language](https://graphviz.org/doc/info/lang.html) with {func}`.asdot`. You can visualize its output with third-party libraries, such as [Graphviz](https://graphviz.org). This is particularly useful after running {meth}`~.StateTransitionManager.find_solutions`, which produces a {class}`.ReactionInfo` object with a {class}`.list` of {class}`.MutableTransition` instances (see {doc}`/usage/reaction`)." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + ":::{warning}\n", + "Currently the main user-interface is the ```StateTransitionManager```. There is work in progress to remove it and split its functionality into several functions/classes to separate concerns\n", + "and to facilitate the modification of intermediate results like the filtering of ```QNProblemSet```s, setting allowed interaction types, etc. (see below)\n", + ":::" + ] + }, { "cell_type": "markdown", "metadata": {},