Skip to content

Commit 33f6c23

Browse files
Tom01098pre-commit-ci[bot]
andauthoredJul 14, 2024
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>
1 parent 5646274 commit 33f6c23

File tree

3 files changed

+8
-1128
lines changed

3 files changed

+8
-1128
lines changed
 

‎docs/img/overview.mermaidjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stateDiagram-v2
2-
%%{init:{'state':{'nodeSpacing': 0, 'rankSpacing': 20}}}%%
2+
%%{init:{'state':{'nodeSpacing': 250, 'rankSpacing': 30}}}%%
33

44
[*] --> conf
55
conf --> tox_env
@@ -31,7 +31,7 @@ report --> report :for each tox environment
3131
report --> [*]
3232

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

0 commit comments

Comments
 (0)