1Cura Documentation
2====
3Welcome to the Cura documentation pages.
4
5Objective
6----
7The goal of this documentation is to give an overview of the architecture of Cura's source code. The purpose of this overview is to make programmers familiar with Cura's source code so that they may contribute more easily, write plug-ins more easily or get started within the Cura team more quickly.
8
9There are some caveats though. These are *not* within the scope of this documentation:
10* There is no documentation on individual functions or classes of the code here. For that, refer to the Doxygen documentation and Python Docstrings in the source code itself, or generate the documentation locally using Doxygen.
11* It's virtually impossible and indeed not worth the effort or money to keep this 100% up to date.
12* There are no example plug-ins here. There are a number of example plug-ins in the Ultimaker organisation on Github.com to draw from.
13* The slicing process is not documented here. Refer to CuraEngine for that.
14
15This documentation will touch on the inner workings of Uranium as well though, due to the nature of the architecture.
16
17Index
18----
19The following chapters are available in this documentation:
20* [Repositories](repositories.md): An overview of the repositories that together make up the Cura application.
21* [Profiles](profiles/profiles.md): About the setting and profile system of Cura.
22* [Scene](scene/scene.md): How Cura's 3D scene looks.