/docs
|-- /source
    |-- index.rst                     # Entry point and table of contents
    |-- installation.md               # Quick installation guide in Markdown
    |-- overview.rst                  # High-level overview of the MATER model
    |-- /getting_started
    |   |-- index.rst                 # Introduction to getting started section
    |   |-- quick_start.md            # Quick start guide in Markdown
    |-- /user_guide
    |   |-- index.rst                 # Entry point for user guides
    |   |-- basic_usage.rst           # Basic usage guide
    |   |-- advanced_features.rst     # Guide to advanced features
    |-- /technical_reference
    |   |-- index.rst                 # Detailed technical reference
    |   |-- modules.rst               # Breakdown of modules and functions
    |   |-- api.rst                   # Auto-generated API docs
    |-- faq.md                        # Frequently asked questions in Markdown
    |-- glossary.rst                  # Glossary of terms used in the documentation
|-- conf.py                           # Sphinx configuration file
|-- makefile
|-- make.bat
