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

The LUC CS Departments Graduate Student Handbook

Notifications You must be signed in to change notification settings

NicholasSynovic/gradhandbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Languages

  • Python 71.5%
  • Makefile 22.9%
  • Batchfile 3.5%
  • CSS 2.1%