Skip to content

YannCoderre/aaw-developer-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAW Developer Documentation

Developer-facing documentation that covers the major features of the AAW platform.

How to Contribute

Update the Diagrams

Diagrams are created using the Diagrams Python package. To update the diagrams for this repo, simply run make at the root of the repository to find all *.py files and build the corresponding *.png file for each one.

Develop a diagram

Create a new diagram with a unique name in the /docs folder.

Run the below make target

make dev/diagram_name

replacing diagram_name with the name of your new diagram (excluding the .py file extension). This make dev/diagram_name will rebuild the diagram each time you save the corresponding python file.

About

Developer documentation for features of the AAW platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 50.8%
  • Dockerfile 27.2%
  • Shell 22.0%