PlantUML 1.2020.22 Guide de référence du langageSpecification and Description Language (SDL) • diagrammes Ditaa • diagrammes de Gantt • MindMap diagram • Work Breakdown Structure diagram • notation mathématique avec AsciiMath ou JLaTeXMath Les diagrammes Bob --> Alice: Bye ! @enduml 1.19 Text wrapping To break long messages, you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles:0 码力 | 295 页 | 3.03 MB | 1 年前3
PlantUML 1.2020.23 Guide de référence du langageSpecification and Description Language (SDL) • diagrammes Ditaa • diagrammes de Gantt • MindMap diagram • Work Breakdown Structure diagram • notation mathématique avec AsciiMath ou JLaTeXMath Les diagrammes Bob --> Alice: Bye ! @enduml 1.20 Text wrapping To break long messages, you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles:0 码力 | 308 页 | 3.12 MB | 1 年前3
PlantUML 1.2019.6 Guide de référence du langageSpecification and Description Language (SDL) • diagrammes Ditaa • diagrammes de Gantt • MindMap diagram • Work Breakdown Structure diagram • notation mathématique avec AsciiMath ou JLaTeXMath Les diagrammes mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles: endlegend @endmindmap Guide de référence du langage PlantUML (1.2019.6) 108 / 173 12 WORK BREAKDOWN STRUCTURE 12 Work Breakdown Structure WBS diagram are still in beta: the syntax may change without notice0 码力 | 174 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guide de référence du langageSpecification and Description Language (SDL) • diagrammes Ditaa • diagrammes de Gantt • MindMap diagram • Work Breakdown Structure diagram • notation mathématique avec AsciiMath ou JLaTeXMath Les diagrammes mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles: endlegend @endmindmap Guide de référence du langage PlantUML (1.2019.9) 108 / 173 12 WORK BREAKDOWN STRUCTURE 12 Work Breakdown Structure WBS diagram are still in beta: the syntax may change without notice0 码力 | 174 页 | 1.93 MB | 1 年前3
PlantUML 1.2023.11 Guide de référence du langage(SDL) • diagrammes ditaa • diagrammes de Gantt • diagrammes d’idées (mindmap) • organigramme (Work Breakdown Structure) • notation mathématique avec AsciiMath ou JLaTeXMath • diagrammes entité relation mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles: for actor with guillemet which is now deprecated and will be removed some days. Please do not use in your diagram. 8.2.2 Component @startuml component component1 [component2] @enduml 8.2.3 Interface0 码力 | 534 页 | 7.56 MB | 1 年前3
PlantUML 1.2021.2 Guide de référence du langage(SDL) • diagrammes ditaa • diagrammes de Gantt • diagrammes d’idées (mindmap) • organigramme (Work Breakdown Structure) • notation mathématique avec AsciiMath ou JLaTeXMath • diagrammes entité relation Bob --> Alice: Bye ! @enduml 1.22 Text wrapping To break long messages, you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles:0 码力 | 391 页 | 4.10 MB | 1 年前3
PlantUML 1.2021.1 Guide de référence du langage(SDL) • diagrammes ditaa • diagrammes de Gantt • diagrammes d’idées (mindmap) • organigramme (Work Breakdown Structure) • notation mathématique avec AsciiMath ou JLaTeXMath • diagrammes entité relation Bob --> Alice: Bye ! @enduml 1.22 Text wrapping To break long messages, you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles:0 码力 | 385 页 | 4.05 MB | 1 年前3
PlantUML 1.2021.3 Guide de référence du langage(SDL) • diagrammes ditaa • diagrammes de Gantt • diagrammes d’idées (mindmap) • organigramme (Work Breakdown Structure) • notation mathématique avec AsciiMath ou JLaTeXMath • diagrammes entité relation Bob --> Alice: Bye ! @enduml 1.22 Text wrapping To break long messages, you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles:0 码力 | 406 页 | 4.24 MB | 1 年前3
PlantUML 1.2019.4 Guide de référence du langageSpecification and Description Language (SDL) • diagrammes Ditaa • diagrammes de Gantt • MindMap diagram • Work Breakdown Structure diagram • notation mathématique avec AsciiMath ou JLaTeXMath Les diagrammes mettre un titre dans les séparateurs. @startuml usecase UC1 as "You can use several lines to define your usecase. You can also use separators. -- Several separators are possible. == And you can add titles: endlegend @endmindmap Guide de référence du langage PlantUML (1.2019.4) 108 / 167 12 WORK BREAKDOWN STRUCTURE 12 Work Breakdown Structure WBS diagram are still in beta: the syntax may change without notice0 码力 | 168 页 | 1.83 MB | 1 年前3
Click Documentation
Release 4.2.dev0command() @click.option('--count', default=1, help='Number of greetings.') @click.option('--name', prompt='Your name', help='The person to greet.') def hello(count, name): """Simple program that greets NAME for if __name__ == '__main__': hello() And what it looks like when run: $ python hello.py --count=3 Your name: John Hello John! Hello John! Hello John! It automatically generates nicely formatted help pages: comes to POSIX compliant argument handling. Click is designed to be fun to work with and at the same time not stand in your way. It’s not overly flexible either. Currently, for instance, it does not allow0 码力 | 101 页 | 407.32 KB | 1 年前3
共 18 条
- 1
- 2













