Skip to content

profile-website-hmunoz04 created by GitHub Classroom

Notifications You must be signed in to change notification settings

isaacgbaba/profile-website-hmunoz04

 
 

Repository files navigation

Sphinx Profile Page

This is is a template for a resume/ personal portfolio, built with Sphinx! Based on Chris Holdgraf's

This template is designed for use with the [ml4sts lab]

To work with this repo offline

The easiest way to build the website is to use nox, which handles all of the environment generation automatically. To do so, follow these steps:

  1. Install nox.

    pip install -U nox
  2. Run tox

    nox -s docs

this should install a Sphinx environment and build the site, putting the output files in _build/html.

To run a live webserver that will auto-build and reload when you make changes, run:

nox -s docs-live

About

profile-website-hmunoz04 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.2%
  • CSS 24.6%
  • Makefile 10.4%
  • HTML 6.8%