Skip to content
 
 

Latest commit

 

History

126 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UETRV_Pcore Documentation

Documentation Status

This repository contains the documentation for the UETRV_Pcore project, generated using Sphinx with Markdown support via MyST Parser.

📘 Read the full documentation:
👉 https://uetrv-pcore-doc.readthedocs.io/en/main/


🛠️ Build Docs Locally

To build the documentation locally:

  1. Clone the repository:

    git clone https://github.com/ee-uet/UETRV_Pcore_doc.git
    cd UETRV_Pcore_doc
  2. Create a virtual environment and install dependencies:

    python3 -m venv venv
    source venv/bin/activate
    pip install -r docs/requirements.txt
  3. Build the HTML documentation:

    cd docs
    make html
  4. Open _build/html/index.html in your browser.


🧱 Tech Stack

  • Sphinx
  • MyST Parser for Markdown support
  • nbsphinx for Jupyter notebooks
  • sphinx_rtd_theme (Read the Docs theme)

📂 Directory Structure

UETRV_Pcore_doc/
├── docs/
│   ├── source/
│   │   └── design_document/
│   │       └── index.md
│   │   └── images/
│   │   └── user_guide/
│   │       └── index.md
│   │   ├── index.md
│   ├── conf.py
│   ├── Makefile
├── .readthedocs.yml
└── README.md
└── requirements.txt

🧪 Continuous Documentation

Documentation is automatically built and deployed via Read the Docs. Any changes pushed to the main branch are reflected here:

🔗 https://uetrv-pcore-doc.readthedocs.io/en/main/


👥 Contributors


📜 License

This project is licensed under the MIT License.

Releases

Packages

Contributors

Languages