From 33f6c23a19e42b449ea8afbeff29060c997e2010 Mon Sep 17 00:00:00 2001 From: Tom Humphreys Date: Sun, 14 Jul 2024 07:39:20 +0100 Subject: [PATCH] Fix user guide system overview so nodes don't overlap. (#3307) * Fix user guide system overview so nodes don't overlap. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/img/overview.mermaidjs | 4 +- docs/img/overview_dark.svg | 566 +----------------------------------- docs/img/overview_light.svg | 566 +----------------------------------- 3 files changed, 8 insertions(+), 1128 deletions(-) diff --git a/docs/img/overview.mermaidjs b/docs/img/overview.mermaidjs index 3bd5db100..0cd7ad652 100644 --- a/docs/img/overview.mermaidjs +++ b/docs/img/overview.mermaidjs @@ -1,5 +1,5 @@ stateDiagram-v2 -%%{init:{'state':{'nodeSpacing': 0, 'rankSpacing': 20}}}%% +%%{init:{'state':{'nodeSpacing': 250, 'rankSpacing': 30}}}%% [*] --> conf conf --> tox_env @@ -31,7 +31,7 @@ report --> report :for each tox environment report --> [*] conf: build configuration (CLI + files)
identify environments to run -create: create an isolated tox environment
the other steps executed within this +create: create an isolated tox environment
the other steps are executed within this deps: install project dependencies (if has deps) package: build package install: install package without dependencies diff --git a/docs/img/overview_dark.svg b/docs/img/overview_dark.svg index 2b488ab51..f7406f86e 100644 --- a/docs/img/overview_dark.svg +++ b/docs/img/overview_dark.svg @@ -1,563 +1,3 @@ -
for each tox environment
for each tox environment
build configuration (CLI + files)
identify environments to run
tox_env
has (new) project dependencies (deps)
yes
no, has package
has package
yes, built package in this run
no
yes
no
for each entry
in commands*
pass outcome to report
create an isolated tox environment
the other steps executed within this
install project dependencies (if has deps)
run command
install (new) package dependencies
build package
install package without dependencies
report the outcome of the run
+ + +
for each tox environment
build configuration (CLI + files)
identify environments to run
tox_env
has (new) project dependencies (deps)
yes
no, has package
has package
yes, built package in this run
no
yes
no
for each entry
in commands*
pass outcome to report
create an isolated tox environment
the other steps are executed within this
install project dependencies (if has deps)
run command
install (new) package dependencies
build package
install package without dependencies
report the outcome of the run
for each tox environment
diff --git a/docs/img/overview_light.svg b/docs/img/overview_light.svg index 698a04290..1a0d2caa7 100644 --- a/docs/img/overview_light.svg +++ b/docs/img/overview_light.svg @@ -1,563 +1,3 @@ -
for each tox environment
for each tox environment
build configuration (CLI + files)
identify environments to run
tox_env
has (new) project dependencies (deps)
yes
no, has package
has package
yes, built package in this run
no
yes
no
for each entry
in commands*
pass outcome to report
create an isolated tox environment
the other steps executed within this
install project dependencies (if has deps)
run command
install (new) package dependencies
build package
install package without dependencies
report the outcome of the run
+ + +
for each tox environment
build configuration (CLI + files)
identify environments to run
tox_env
has (new) project dependencies (deps)
yes
no, has package
has package
yes, built package in this run
no
yes
no
for each entry
in commands*
pass outcome to report
create an isolated tox environment
the other steps are executed within this
install project dependencies (if has deps)
run command
install (new) package dependencies
build package
install package without dependencies
report the outcome of the run
for each tox environment