Skip to content

Commit

Permalink
ran make html
Browse files Browse the repository at this point in the history
  • Loading branch information
dernorberto committed Apr 17, 2023
1 parent 319a9e7 commit 275be46
Show file tree
Hide file tree
Showing 56 changed files with 13,178 additions and 332 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ help:

github:
@make html
@git checkout gh-pages
@git checkout master
@git add ./build/
@git commit -m "updated html"
@git push
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealBiryaniChicken.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealCarbonara.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealChickenRicePot.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealNatashasChickenFajitas.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealPastaHamGratin.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealPumpkinChili.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealQuicheLorraine.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealSpanishTortilla.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealSpanishTortillaKids.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/mealSwedishMeatballsMushroomGravy.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipeBologneseRagu.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipeFrenchToast.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePancakesBuck.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePancakesMatty.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePateBrisee.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePizzaDoughHome.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePizzaDoughWoodFire.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipePlaydough.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/recipeTemplate.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8ffaecc76a832dace5b02dc616bd9d41
config: 156339eee9db25fbd482beff45ba014b
tags: 645f666f9bcd5a90fca523b33c5a78b7
17 changes: 14 additions & 3 deletions docs/build/html/_static/_sphinx_javascript_frameworks_compat.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
/* Compatability shim for jQuery and underscores.js.
/*
* _sphinx_javascript_frameworks_compat.js
* ~~~~~~~~~~
*
* Compatability shim for jQuery and underscores.js.
*
* WILL BE REMOVED IN Sphinx 6.0
* xref RemovedInSphinx60Warning
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* select a different prefix for underscore
*/
$u = _.noConflict();


/**
* small helper function to urldecode strings
*
Expand Down
52 changes: 24 additions & 28 deletions docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -236,6 +236,16 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
Expand Down Expand Up @@ -324,17 +334,11 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -373,17 +377,13 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -608,27 +608,19 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {

dl.footnote > dd,
dl.citation > dd {
margin-bottom: 0em;
}
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {

dl.footnote > dd:after,
dl.citation > dd:after {
content: "";
clear: both;
}
Expand All @@ -644,6 +636,10 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
Loading

0 comments on commit 275be46

Please sign in to comment.