Repository ########## The overall structure of the repository is as follows: .. code:: + + doc/source/metrics | index.rst | .rst | .rst | ... | + ... + doc/source/rules | + | | index.rst | | .rst | | .rst | | ... | + ... + examples | + | | + | | | .etp | | | ... | | + | | | .etp | | | ... | | + ... | + ... + src/ansys/scade/design_rules | + metrics | | .py | | .py | | ... | + | | .py | | .py | | ... | + ... + tests | + metrics | | test_.py | | test_.py | | ... + | test_.py | test_.py | ... + ... This schema represents only the directories and files relative to the metrics and rules. A ``tools`` directory contains scripts used to ensure the repository's structure consistency, or the documentation consistency.