mc2-center / data-models

Versioned history of the MC2 Center data model
https://mc2-center.github.io/data-models/
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

[docs] Refine docs site #91

Closed vpchung closed 3 months ago

vpchung commented 3 months ago

Fixes #68

Changelog

Preview

https://github.com/mc2-center/data-models/assets/9377970/4102fb97-a587-4c78-98ee-b1ad39c172a2

To test locally

  1. Install mkdocs, mkdocs-material, mkdocs-table-reader-plugin, pandas, ideally in a virtual environment, e.g.

    conda create -n docs python=3.12
    conda activate docs
    pip install mkdocs mkdocs-material mkdocs-table-reader-plugin pandas
  2. Change directories to the repo and checkout this branch:

    cd path/to/data-models 
    git checkout docs-68
  3. Start the server:

    mkdocs serve

    This will serve the documentation on http://127.0.0.1:8000.

Once done, stop the server with Ctrl + C