This repository contains the source code for the Loyola University Chicago (LUC) CS Dept. minor, major, and course listings.
These listings contain information about the program or course, requirements, and where to find more information.
The site is built and deployed automatially using a GitHub Action with Python and Sphinx.
- git
- Python 3.7+ (Python 3.9.6+ preferred)
git clone https://github.com/LoyolaChicagoCS/coursedescriptions
cd coursedescriptions
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
make html
After building, the site is located in build/html
The following sites contain documentation for Sphinx, reStructuredText, and GitHub Flavored Markdown.
Current developers working on the project:
- Nicholas Synovic @ nsynovic@luc.edu
- Alvaaro de Landaluce @ adelandaluce@luc.edu