Welcome to the HaCRoM project documentation.
In here we will document our progress and almost all subprojects or programs we will create or write. If you want to take a deeper look in our open source code projects please refer to the HaCRoM Github Page
You can find a general description of the project MaLSAMi in the About Section
To contribute to this documentation please download the source code from the MaLSAMi Documentation Repository and follow the instructions at MkDocs.
To work with MkDocs after installing it, you can use these commands
mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs help
- Print this help message.
To upload the documentation to the git repository please following command, but be aware that changes might be immediately visible.
mkdocs gh-deploy
- Uploads build documentation sites to gh-pages branch
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.