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