This repository contains the source code for the Loyola University Chicago (LUC) CS Dept. graduate program handbook.
These listings contain information about the graduate programs offered by the CS Dept. at LUC.
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/gradhandbook
cd gradhandbook
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