Skip to content

Commit

Permalink
Deployed c7d51e7 to 0.0.1 with MkDocs 1.4.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jul 23, 2023
1 parent db1444d commit dc91c3f
Show file tree
Hide file tree
Showing 51 changed files with 8,257 additions and 1 deletion.
421 changes: 421 additions & 0 deletions 0.0.1/404.html

Large diffs are not rendered by default.

Empty file added 0.0.1/assets/_mkdocstrings.css
Empty file.
32 changes: 32 additions & 0 deletions 0.0.1/assets/css/custom-partitio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
:root {

/*
For a list of all available variables, see
https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_colors.scss
*/
--partitio-primary: hsla(236, 100%, 19%, 1.0);
--partitio-secondary: hsla(290, 61%, 43%, 1.0);
--partitio-ternary: hsla(236, 100%, 9%, 1.0);
}

/* Change the header background to use a gradient */
.md-header {
background-image: linear-gradient(to right, var(--partitio-secondary), var(--partitio-primary));
}

/* Change the footer background to use a gradient */
.md-footer {
background-image: linear-gradient(to right, var(--partitio-primary), var(--partitio-ternary));
}

/* Change the tabs background to use a gradient */
.md-tabs {
background-image: linear-gradient(to right, #F4F6F9, #dfc3e2);
color: var(--partitio-ternary);
}

/* Remove the `In` and `Out` block in rendered Jupyter notebooks */
.md-container .jp-Cell-outputWrapper .jp-OutputPrompt.jp-OutputArea-prompt,
.md-container .jp-Cell-inputWrapper .jp-InputPrompt.jp-InputArea-prompt {
display: none !important;
}
Binary file added 0.0.1/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions 0.0.1/assets/javascripts/bundle.220ee61c.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions 0.0.1/assets/javascripts/bundle.220ee61c.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.1/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 0.0.1/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.0.1/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 0.0.1/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc91c3f

Please sign in to comment.