Relations to other projects

The documentation for PRE projects aims at covering all basic information as well as tips and tricks regarding the repositories in both GitLab groups, Project-Rat included.

See also

Rat-Docs - The official documentation for Rat C++ libraries.

Self included documentation in each repository of the group shall gradually move into the generalized one for simpler browsing and interactions while manipulating projects.

        ---
align: center
alt: Documentaiton aggregation
name: aggregation
config:
    theme: 'neutral'
---

    graph BT
        D(Docs)

        A(Rat-vcpkg) ==> D
        B(Rat-Containers) ==> D
        C(pyRat) ==> D

        R(Rat) -.-> D

    

reStructuredText format should also make documentation more descriptive and precise than base MarkDown rendered on GitLab, although further from the described sources. It also allows to have some nice descriptive diagrams!

This project is still under active development thus many changes are to come in the future in order to adapt to users response and feedback.

Warning

Documentations from other projects are still being move into this repository for the time being. It should still be possible to browse previous revisions in case of loss of information.