Skip to content

ssciwr/DataScienceUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Unit Site

This repository contains a small MkDocs site for the Data Science Unit using the Material theme.

Structure

  • mkdocs.yml: site configuration
  • content/: markdown source files

Pages Setup

This project is configured so that MkDocs reads from content/ and writes the generated site into docs/. GitHub Pages is deployed by the workflow in .github/workflows/pages.yml.

Local Build

Install the dependencies and build the site:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install .
mkdocs build --strict

Content Pages

  • content/index.md
  • content/whatwedo.md
  • content/principles.md
  • content/showroom.md
  • content/contact.md

About

Data Science Unit overview site source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages