Skip to content

Commit

Permalink
Fix user guide system overview so nodes don't overlap. (#3307)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Tom01098 and pre-commit-ci[bot] authored Jul 14, 2024
1 parent 5646274 commit 33f6c23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,128 deletions.
4 changes: 2 additions & 2 deletions docs/img/overview.mermaidjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stateDiagram-v2
%%{init:{'state':{'nodeSpacing': 0, 'rankSpacing': 20}}}%%
%%{init:{'state':{'nodeSpacing': 250, 'rankSpacing': 30}}}%%

[*] --> conf
conf --> tox_env
Expand Down Expand Up @@ -31,7 +31,7 @@ report --> report :for each tox environment
report --> [*]

conf: build configuration (CLI + files) <br> identify environments to run
create: create an isolated tox environment <br> the other steps executed within this
create: create an isolated tox environment <br> the other steps are executed within this
deps: install project dependencies (if has deps)
package: build package
install: install package without dependencies
Expand Down
Loading

0 comments on commit 33f6c23

Please sign in to comment.