Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ ls

ci deploy docs LICENSE misc README.rst src tox.ini


$ tree -L 3

├── ci
│   └── labs
│   └── arm
├── deploy
│   └── compass
│   ├── deployIEC.sh
│   ├── deploy.sh
│   └── deployVM.sh
├── docs
│   ├── conf.py
│   ├── conf.yaml
│   ├── index.rst
│   ├── release
│   │   ├── api
│   │   ├── installation
│   │   └── release-notes
│   └── requirements.txt
├── LICENSE
├── misc
│   └── type1
│   ├── macbin
│   └── README.md
├── README.rst
├── src
│   ├── foundation
│   │   ├── api
│   │   ├── hot
│   │   └── scripts
│   ├── use_cases
│   │   └── seba_on_arm
│   └── xConnect
│   └── README
└── tox.ini



./iec/docs

  • The documentation in this directory provides a more detailed introduction to IEC


./iec/src/foundation/scripts/

...

  • This dir contains the miscellaneous information about IEC Type 1 device and software info. Currently we choose the MACCHIATObin board as the main Type 1 hardware platform.


IEC Static Code Check

Currently, a source code commit to IEC code repo would be subject to a code syntax check under Akraino Jobbuilder job by Tox, which would check the following type of code:

  • Bash shell script(.sh)
  • Python(.py)
  • Yaml(.yaml,.yml)
  • ReStructuredText(.rst)