Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.42 KB

azure-17

Usage

Bootstrap

The bootstrap may provide PlantUML artifacts like constants, procedures or style statements.

' loads the azure-17 bootstrap
include('azure-17/bootstrap')

Full inclusion

An additional include can be used to load all items in one shot.

' loads the bootstrap of `azure-17` and all related items
include('azure-17/full')

Single inclusion

Finally, another include can be used to load the library's bootstrap, the package's bootstrap and all items' resources in one !include statement.

Include remotely the resources:

' loads the library, the bootstrap of `azure-17` and all related items
!include https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution/azure-17/single.puml

Include locally the resources:

' configures the library
!global $INCLUSION_MODE="local"
' loads the library, the bootstrap of `azure-17` and all related items
!include <the relative path to the /distribution directory>/azure-17/single.puml

Modules

The package provides 2 modules.

Examples

The package provides 1 examples.

Scikit Learn and Deep Learning

Scikit Learn and Deep Learning
The source file.