Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.44 KB

Loyola University Chicago CS Dept. Graduate Handbook

https://graduatehandbook.cs.luc.edu

GH Pages Deployment

About

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.

How To Build The Site

The site is built and deployed automatially using a GitHub Action with Python and Sphinx.

How To Build the Site Locally

Requirements

  • git
  • Python 3.7+ (Python 3.9.6+ preferred)

Build steps

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

Documentation

The following sites contain documentation for Sphinx, reStructuredText, and GitHub Flavored Markdown.

Contact

Current developers working on the project: