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

Academic Programs and Course Descriptions for Loyola University Chicago Computer Science (Sphinx Book)

License

Notifications You must be signed in to change notification settings

NicholasSynovic/coursedescriptions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loyola University Chicago CS Dept. Course Descriptions

https://academics.cs.luc.edu

GH Pages Deployment

About

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.

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/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

Documentation

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

Contact

Current developers working on the project:

About

Academic Programs and Course Descriptions for Loyola University Chicago Computer Science (Sphinx Book)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 76.4%
  • Jupyter Notebook 12.8%
  • Makefile 4.9%
  • Batchfile 4.5%
  • HTML 0.6%
  • Shell 0.4%
  • CSS 0.4%