-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 163ff43 to 1.16 with MkDocs 1.6.0 and mike 1.1.2
- Loading branch information
1 parent
e92f2b1
commit 5bff196
Showing
98 changed files
with
8,945 additions
and
55 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=./dbterd/api.html"/> | ||
</head> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
/* monokai color scheme, see pdoc/template/README.md */ | ||
pre { line-height: 125%; } | ||
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 20px; } | ||
.pdoc-code .hll { background-color: #49483e } | ||
.pdoc-code { background: #272822; color: #f8f8f2 } | ||
.pdoc-code .c { color: #75715e } /* Comment */ | ||
.pdoc-code .err { color: #960050; background-color: #1e0010 } /* Error */ | ||
.pdoc-code .esc { color: #f8f8f2 } /* Escape */ | ||
.pdoc-code .g { color: #f8f8f2 } /* Generic */ | ||
.pdoc-code .k { color: #66d9ef } /* Keyword */ | ||
.pdoc-code .l { color: #ae81ff } /* Literal */ | ||
.pdoc-code .n { color: #f8f8f2 } /* Name */ | ||
.pdoc-code .o { color: #f92672 } /* Operator */ | ||
.pdoc-code .x { color: #f8f8f2 } /* Other */ | ||
.pdoc-code .p { color: #f8f8f2 } /* Punctuation */ | ||
.pdoc-code .ch { color: #75715e } /* Comment.Hashbang */ | ||
.pdoc-code .cm { color: #75715e } /* Comment.Multiline */ | ||
.pdoc-code .cp { color: #75715e } /* Comment.Preproc */ | ||
.pdoc-code .cpf { color: #75715e } /* Comment.PreprocFile */ | ||
.pdoc-code .c1 { color: #75715e } /* Comment.Single */ | ||
.pdoc-code .cs { color: #75715e } /* Comment.Special */ | ||
.pdoc-code .gd { color: #f92672 } /* Generic.Deleted */ | ||
.pdoc-code .ge { color: #f8f8f2; font-style: italic } /* Generic.Emph */ | ||
.pdoc-code .gr { color: #f8f8f2 } /* Generic.Error */ | ||
.pdoc-code .gh { color: #f8f8f2 } /* Generic.Heading */ | ||
.pdoc-code .gi { color: #a6e22e } /* Generic.Inserted */ | ||
.pdoc-code .go { color: #66d9ef } /* Generic.Output */ | ||
.pdoc-code .gp { color: #f92672; font-weight: bold } /* Generic.Prompt */ | ||
.pdoc-code .gs { color: #f8f8f2; font-weight: bold } /* Generic.Strong */ | ||
.pdoc-code .gu { color: #75715e } /* Generic.Subheading */ | ||
.pdoc-code .gt { color: #f8f8f2 } /* Generic.Traceback */ | ||
.pdoc-code .kc { color: #66d9ef } /* Keyword.Constant */ | ||
.pdoc-code .kd { color: #66d9ef } /* Keyword.Declaration */ | ||
.pdoc-code .kn { color: #f92672 } /* Keyword.Namespace */ | ||
.pdoc-code .kp { color: #66d9ef } /* Keyword.Pseudo */ | ||
.pdoc-code .kr { color: #66d9ef } /* Keyword.Reserved */ | ||
.pdoc-code .kt { color: #66d9ef } /* Keyword.Type */ | ||
.pdoc-code .ld { color: #e6db74 } /* Literal.Date */ | ||
.pdoc-code .m { color: #ae81ff } /* Literal.Number */ | ||
.pdoc-code .s { color: #e6db74 } /* Literal.String */ | ||
.pdoc-code .na { color: #a6e22e } /* Name.Attribute */ | ||
.pdoc-code .nb { color: #f8f8f2 } /* Name.Builtin */ | ||
.pdoc-code .nc { color: #a6e22e } /* Name.Class */ | ||
.pdoc-code .no { color: #66d9ef } /* Name.Constant */ | ||
.pdoc-code .nd { color: #a6e22e } /* Name.Decorator */ | ||
.pdoc-code .ni { color: #f8f8f2 } /* Name.Entity */ | ||
.pdoc-code .ne { color: #a6e22e } /* Name.Exception */ | ||
.pdoc-code .nf { color: #a6e22e } /* Name.Function */ | ||
.pdoc-code .nl { color: #f8f8f2 } /* Name.Label */ | ||
.pdoc-code .nn { color: #f8f8f2 } /* Name.Namespace */ | ||
.pdoc-code .nx { color: #a6e22e } /* Name.Other */ | ||
.pdoc-code .py { color: #f8f8f2 } /* Name.Property */ | ||
.pdoc-code .nt { color: #f92672 } /* Name.Tag */ | ||
.pdoc-code .nv { color: #f8f8f2 } /* Name.Variable */ | ||
.pdoc-code .ow { color: #f92672 } /* Operator.Word */ | ||
.pdoc-code .w { color: #f8f8f2 } /* Text.Whitespace */ | ||
.pdoc-code .mb { color: #ae81ff } /* Literal.Number.Bin */ | ||
.pdoc-code .mf { color: #ae81ff } /* Literal.Number.Float */ | ||
.pdoc-code .mh { color: #ae81ff } /* Literal.Number.Hex */ | ||
.pdoc-code .mi { color: #ae81ff } /* Literal.Number.Integer */ | ||
.pdoc-code .mo { color: #ae81ff } /* Literal.Number.Oct */ | ||
.pdoc-code .sa { color: #e6db74 } /* Literal.String.Affix */ | ||
.pdoc-code .sb { color: #e6db74 } /* Literal.String.Backtick */ | ||
.pdoc-code .sc { color: #e6db74 } /* Literal.String.Char */ | ||
.pdoc-code .dl { color: #e6db74 } /* Literal.String.Delimiter */ | ||
.pdoc-code .sd { color: #e6db74 } /* Literal.String.Doc */ | ||
.pdoc-code .s2 { color: #e6db74 } /* Literal.String.Double */ | ||
.pdoc-code .se { color: #ae81ff } /* Literal.String.Escape */ | ||
.pdoc-code .sh { color: #e6db74 } /* Literal.String.Heredoc */ | ||
.pdoc-code .si { color: #e6db74 } /* Literal.String.Interpol */ | ||
.pdoc-code .sx { color: #e6db74 } /* Literal.String.Other */ | ||
.pdoc-code .sr { color: #e6db74 } /* Literal.String.Regex */ | ||
.pdoc-code .s1 { color: #e6db74 } /* Literal.String.Single */ | ||
.pdoc-code .ss { color: #e6db74 } /* Literal.String.Symbol */ | ||
.pdoc-code .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ | ||
.pdoc-code .fm { color: #a6e22e } /* Name.Function.Magic */ | ||
.pdoc-code .vc { color: #f8f8f2 } /* Name.Variable.Class */ | ||
.pdoc-code .vg { color: #f8f8f2 } /* Name.Variable.Global */ | ||
.pdoc-code .vi { color: #f8f8f2 } /* Name.Variable.Instance */ | ||
.pdoc-code .vm { color: #f8f8f2 } /* Name.Variable.Magic */ |
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 |
---|---|---|
@@ -0,0 +1,101 @@ | ||
/** | ||
* termynal.js | ||
* | ||
* @author Ines Montani <[email protected]> | ||
* @version 0.0.1 | ||
* @license MIT | ||
*/ | ||
|
||
:root { | ||
--color-bg: #252a33; | ||
--color-text: #eee; | ||
--color-text-subtle: #a2a2a2; | ||
} | ||
|
||
[data-termynal] { | ||
width: 750px; | ||
max-width: 100%; | ||
background: var(--color-bg); | ||
color: var(--color-text); | ||
font-size: 12px; | ||
font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace; | ||
border-radius: 4px; | ||
padding: 75px 45px 35px; | ||
position: relative; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
[data-termynal]:before { | ||
content: ''; | ||
position: absolute; | ||
top: 15px; | ||
left: 15px; | ||
display: inline-block; | ||
width: 15px; | ||
height: 15px; | ||
border-radius: 50%; | ||
/* A little hack to display the window buttons in one pseudo element. */ | ||
background: #d9515d; | ||
-webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930; | ||
box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930; | ||
} | ||
|
||
[data-termynal]:after { | ||
content: 'bash'; | ||
position: absolute; | ||
color: var(--color-text-subtle); | ||
top: 5px; | ||
left: 0; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
|
||
[data-ty] { | ||
display: block; | ||
line-height: 2; | ||
} | ||
|
||
[data-ty]:before { | ||
/* Set up defaults and ensure empty lines are displayed. */ | ||
content: ''; | ||
display: inline-block; | ||
vertical-align: middle; | ||
} | ||
|
||
[data-ty="input"]:before, | ||
[data-ty-prompt]:before { | ||
margin-right: 0.75em; | ||
color: var(--color-text-subtle); | ||
} | ||
|
||
[data-ty="input"]:before { | ||
content: '$'; | ||
} | ||
|
||
[data-ty][data-ty-prompt]:before { | ||
content: attr(data-ty-prompt); | ||
} | ||
|
||
[data-ty-cursor]:after { | ||
content: attr(data-ty-cursor); | ||
font-family: monospace; | ||
margin-left: 0.5em; | ||
-webkit-animation: blink 1s infinite; | ||
animation: blink 1s infinite; | ||
} | ||
|
||
|
||
/* Cursor animation */ | ||
|
||
@-webkit-keyframes blink { | ||
50% { | ||
opacity: 0; | ||
} | ||
} | ||
|
||
@keyframes blink { | ||
50% { | ||
opacity: 0; | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
:root { | ||
--pdoc-background: #212529; | ||
} | ||
|
||
.pdoc { | ||
--text: #f7f7f7; | ||
--muted: #9d9d9d; | ||
--link: #58a6ff; | ||
--link-hover: #3989ff; | ||
--code: #333; | ||
--active: #555; | ||
|
||
--accent: #343434; | ||
--accent2: #555; | ||
|
||
--nav-hover: rgba(0, 0, 0, 0.1); | ||
--name: #77C1FF; | ||
--def: #0cdd0c; | ||
--annotation: #00c037; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.