Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ Thumbs.db
###############
_build
build

# Python Virtual Environment
.venv
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Python Flask API Lab

Content used for lab generation on HoW.

## Building the Site

```
# Set up a Python 3 virtual environment to install dependencies to...
> python3 -m venv .venv

# Activate the venv
> source .venv/bin/activate

# Install dependencies from requirements.txt...
> pip install -r requirements.txt

# Use sphinx to build the site...
> sphinx-build . _build
```
4 changes: 0 additions & 4 deletions README.rst

This file was deleted.

4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinxcontrib-fulltoc == 1.2.0
sphinx-bootstrap-theme == 0.6.0
sphinx_fontawesome
sphinx