diff --git a/.gitignore b/.gitignore index 956fc7850..b75fdae3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _build venv venv_prod .vscode +.venv # Base ignores: # ============= diff --git a/source/flowchart.rst b/source/flowchart.rst index 6fd3c6698..6f1086a5d 100644 --- a/source/flowchart.rst +++ b/source/flowchart.rst @@ -254,10 +254,10 @@ Flowchart with options %% Styles %% Style for options - classDef options stroke-width:4px,stroke-dasharray: 5,fill:#ecc4a5 + classDef options fill:#ffdfef,stroke-width:4px,stroke-dasharray: 5 %% Style for stages - classDef stages fill:#11b7aa,rx:10,ry:10 + classDef stages fill:#ffe771,rx:10,ry:10 class dataset-stage,Split,OpenSFM,openmvs,odm-filterpoints stages class odm-meshing,mvs-texturing,odm-georeferencing,odm-dem stages class odm-orthophoto,odm-report,odm-postprocess,Spliting stages