Added images // Uppercase authored by thiuda's avatar thiuda
<!-- conML documentation master file, created by
sphinx-quickstart on Fri Apr 3 21:45:45 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. -->
# conML - constructivst machine learning?
## Tutorials
* [Installation of conML](installation)
* [Quickstart](quickstart)
## How-To Guides
* [Where do I find the application config folder?](./guides#where-do-I-find-the-application-config-folder)
* [Where do I find find the settings files?](./guides#where-do-I-find-find-the-settings-files)
* [How to read a settings files?](./guides#how-to-read-a-settings-files)
* [How to create a constructor?](./guides#how-to-create-a-constructor)
* [How to modify the behaviour of a constructor?](./guides#how-to-modify-the-behaviour-of-a-constructor)
* [How to create a reconstructor?](./guides#how-to-create-a-reconstructor)
* [How to modify the behaviour of a reconstructor?](./guides#how-to-modify-the-behaviour-of-a-reconstructor)
* [How to create a deconstructor?](./guides#how-to-create-a-deconstructor)
* [How to modify the behaviour of a deconstructor?](./guides#how-to-modify-the-behaviour-of-a-deconstructor)
* [How to load a knowledge database?](./guides#how-to-load-a-knowledge-database)
* [How to save a knowledge database?](./guides#how-to-save-a-knowledge-database)
* [How to continue a knowledge search?](./guides#how-to-continue-a-knowledge-search)
* [How to perform the knowledge search in parallel?](./guides#how-to-perform-the-knowledge-search-in-parallel)
* [Where do I find the log files?](./guides#where-do-I-find-the-log-files)
## Reference
* [API](api)
* Domain
* Construction
* Reconstruction
* Deconstruction
* Knowledge database
* Lernblock identification
* Usecases
* Ports
* scikit-learn Adapter
* pandas Adapter
* ckmeans Adapter
* krippendorff Adapter
* Shared
* Exceptions
* Logging
* Settings
* Parameter
## Explanation
* [Constructivst Machine Learning](./Explanations/conML)
* [Construction](./Explanations/Construction)
* [Reconstruction](./Explanations/Reconstruction)
* [Deconstruction](./Explanations/Deconstruction)