/hpccf-docs

User documentation for the UC Davis HPC Core Facility clusters.

Primary LanguagePython

HPCCF Docs

pages-build-deployment

To get started with local development, clone repo docs and spack-ucdavis repos:

git clone git@github.com:ucdavis/hpccf-docs.git
git clone git@github.com:ucdavis/spack-ucdavis.git

cd hpccf-docs
ln -s ../spack-ucdavis .

Then create a virtual environment, either with virtualenv:

python -m venv venv
. venv/bin/activate

Or with conda:

conda create -n mkdocs
conda activate mkdocs

Then install the dependencies:

python -m pip install -r requirements.txt

You can serve the documentation locally by running:

mkdocs serve

Once the environment is created and dependencies installed, you only need to activate it in the future.

Resources