-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,262 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
138 changes: 69 additions & 69 deletions
138
All_Project_Files/Final_Project_Files/docs/_build/html/_static/debug.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
/* | ||
This CSS file should be overridden by the theme authors. It's | ||
meant for debugging and developing the skeleton that this theme provides. | ||
*/ | ||
body { | ||
font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, | ||
"Apple Color Emoji", "Segoe UI Emoji"; | ||
background: lavender; | ||
} | ||
.sb-announcement { | ||
background: rgb(131, 131, 131); | ||
} | ||
.sb-announcement__inner { | ||
background: black; | ||
color: white; | ||
} | ||
.sb-header { | ||
background: lightskyblue; | ||
} | ||
.sb-header__inner { | ||
background: royalblue; | ||
color: white; | ||
} | ||
.sb-header-secondary { | ||
background: lightcyan; | ||
} | ||
.sb-header-secondary__inner { | ||
background: cornflowerblue; | ||
color: white; | ||
} | ||
.sb-sidebar-primary { | ||
background: lightgreen; | ||
} | ||
.sb-main { | ||
background: blanchedalmond; | ||
} | ||
.sb-main__inner { | ||
background: antiquewhite; | ||
} | ||
.sb-header-article { | ||
background: lightsteelblue; | ||
} | ||
.sb-article-container { | ||
background: snow; | ||
} | ||
.sb-article-main { | ||
background: white; | ||
} | ||
.sb-footer-article { | ||
background: lightpink; | ||
} | ||
.sb-sidebar-secondary { | ||
background: lightgoldenrodyellow; | ||
} | ||
.sb-footer-content { | ||
background: plum; | ||
} | ||
.sb-footer-content__inner { | ||
background: palevioletred; | ||
} | ||
.sb-footer { | ||
background: pink; | ||
} | ||
.sb-footer__inner { | ||
background: salmon; | ||
} | ||
.sb-article { | ||
background: white; | ||
} | ||
/* | ||
This CSS file should be overridden by the theme authors. It's | ||
meant for debugging and developing the skeleton that this theme provides. | ||
*/ | ||
body { | ||
font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, | ||
"Apple Color Emoji", "Segoe UI Emoji"; | ||
background: lavender; | ||
} | ||
.sb-announcement { | ||
background: rgb(131, 131, 131); | ||
} | ||
.sb-announcement__inner { | ||
background: black; | ||
color: white; | ||
} | ||
.sb-header { | ||
background: lightskyblue; | ||
} | ||
.sb-header__inner { | ||
background: royalblue; | ||
color: white; | ||
} | ||
.sb-header-secondary { | ||
background: lightcyan; | ||
} | ||
.sb-header-secondary__inner { | ||
background: cornflowerblue; | ||
color: white; | ||
} | ||
.sb-sidebar-primary { | ||
background: lightgreen; | ||
} | ||
.sb-main { | ||
background: blanchedalmond; | ||
} | ||
.sb-main__inner { | ||
background: antiquewhite; | ||
} | ||
.sb-header-article { | ||
background: lightsteelblue; | ||
} | ||
.sb-article-container { | ||
background: snow; | ||
} | ||
.sb-article-main { | ||
background: white; | ||
} | ||
.sb-footer-article { | ||
background: lightpink; | ||
} | ||
.sb-sidebar-secondary { | ||
background: lightgoldenrodyellow; | ||
} | ||
.sb-footer-content { | ||
background: plum; | ||
} | ||
.sb-footer-content__inner { | ||
background: palevioletred; | ||
} | ||
.sb-footer { | ||
background: pink; | ||
} | ||
.sb-footer__inner { | ||
background: salmon; | ||
} | ||
.sb-article { | ||
background: white; | ||
} |
Oops, something went wrong.