File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,15 @@ have an existing workspace that you want to modify locally.
2626 [ getting-started] ( https://github.com/Midnighter/structurizr-python/blob/devel/examples/getting_started.py )
2727 script will be suitable.
2828
29- The ` #!python main() ` function in each example script creates a more or less involved
30- workspace for you. When you have created a workspace, it is time to upload
31- it so that you can create diagrams for it. You will need to create a
32- [ ` StructurizrClient ` ] [ structurizr.api.structurizr_client.StructurizrClient ] instance and its settings. The settings can be provided
33- as arguments, be read from environment variables, or be provided in a ` .env `
34- file.
29+ The ` #!python main() ` function in each example script creates a more or less
30+ involved workspace for you. When you have created a workspace, it is time
31+ to upload it so that you can create diagrams for it. You will need to
32+ create a
33+ [ ` StructurizrClient ` ] [ structurizr.api.structurizr_client.StructurizrClient ]
34+ instance and its
35+ [ settings] [ structurizr.api.structurizr_client_settings.StructurizrClientSettings ] .
36+ The settings can be provided as arguments, be read from environment
37+ variables, or be provided in a ` .env ` file.
3538
3639 ``` python
3740 from structurizr import StructurizrClient, StructurizrClientSettings
Original file line number Diff line number Diff line change 1+ ::: structurizr.StructurizrClientSettings
2+ selection:
3+ filters:
4+ - '!Config'
You can’t perform that action at this time.
0 commit comments