Skip to content

Commit 1acc402

Browse files
author
committed
Deployed 748e20d with MkDocs version: 1.6.0
0 parents  commit 1acc402

File tree

178 files changed

+218467
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+218467
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+946
Large diffs are not rendered by default.

api/commands/focus-component/index.html

+1,595
Large diffs are not rendered by default.

api/commands/navigate/index.html

+1,533
Large diffs are not rendered by default.

api/commands/scroll-into-view/index.html

+1,554
Large diffs are not rendered by default.

api/commands/set-page-title/index.html

+1,523
Large diffs are not rendered by default.

api/config/index.html

+1,991
Large diffs are not rendered by default.

api/page/index.html

+2,047
Large diffs are not rendered by default.

api/query-params/index.html

+1,683
Large diffs are not rendered by default.

api/style/index.html

+3,778
Large diffs are not rendered by default.

api/viewport-size/index.html

+1,697
Large diffs are not rendered by default.

assets/_mkdocstrings.css

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
2+
/* Avoid breaking parameter names, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Max width for docstring sections tables. */
14+
.doc .md-typeset__table,
15+
.doc .md-typeset__table table {
16+
display: table !important;
17+
width: 100%;
18+
}
19+
20+
.doc .md-typeset__table tr {
21+
display: table-row;
22+
}
23+
24+
/* Defaults in Spacy table style. */
25+
.doc-param-default {
26+
float: right;
27+
}
28+
29+
/* Backward-compatibility: docstring section titles in bold. */
30+
.doc-section-title {
31+
font-weight: bold;
32+
}
33+
34+
/* Symbols in Navigation and ToC. */
35+
:root,
36+
[data-md-color-scheme="default"] {
37+
--doc-symbol-attribute-fg-color: #953800;
38+
--doc-symbol-function-fg-color: #8250df;
39+
--doc-symbol-method-fg-color: #8250df;
40+
--doc-symbol-class-fg-color: #0550ae;
41+
--doc-symbol-module-fg-color: #5cad0f;
42+
43+
--doc-symbol-attribute-bg-color: #9538001a;
44+
--doc-symbol-function-bg-color: #8250df1a;
45+
--doc-symbol-method-bg-color: #8250df1a;
46+
--doc-symbol-class-bg-color: #0550ae1a;
47+
--doc-symbol-module-bg-color: #5cad0f1a;
48+
}
49+
50+
[data-md-color-scheme="slate"] {
51+
--doc-symbol-attribute-fg-color: #ffa657;
52+
--doc-symbol-function-fg-color: #d2a8ff;
53+
--doc-symbol-method-fg-color: #d2a8ff;
54+
--doc-symbol-class-fg-color: #79c0ff;
55+
--doc-symbol-module-fg-color: #baff79;
56+
57+
--doc-symbol-attribute-bg-color: #ffa6571a;
58+
--doc-symbol-function-bg-color: #d2a8ff1a;
59+
--doc-symbol-method-bg-color: #d2a8ff1a;
60+
--doc-symbol-class-bg-color: #79c0ff1a;
61+
--doc-symbol-module-bg-color: #baff791a;
62+
}
63+
64+
code.doc-symbol {
65+
border-radius: .1rem;
66+
font-size: .85em;
67+
padding: 0 .3em;
68+
font-weight: bold;
69+
}
70+
71+
code.doc-symbol-attribute {
72+
color: var(--doc-symbol-attribute-fg-color);
73+
background-color: var(--doc-symbol-attribute-bg-color);
74+
}
75+
76+
code.doc-symbol-attribute::after {
77+
content: "attr";
78+
}
79+
80+
code.doc-symbol-function {
81+
color: var(--doc-symbol-function-fg-color);
82+
background-color: var(--doc-symbol-function-bg-color);
83+
}
84+
85+
code.doc-symbol-function::after {
86+
content: "func";
87+
}
88+
89+
code.doc-symbol-method {
90+
color: var(--doc-symbol-method-fg-color);
91+
background-color: var(--doc-symbol-method-bg-color);
92+
}
93+
94+
code.doc-symbol-method::after {
95+
content: "meth";
96+
}
97+
98+
code.doc-symbol-class {
99+
color: var(--doc-symbol-class-fg-color);
100+
background-color: var(--doc-symbol-class-bg-color);
101+
}
102+
103+
code.doc-symbol-class::after {
104+
content: "class";
105+
}
106+
107+
code.doc-symbol-module {
108+
color: var(--doc-symbol-module-fg-color);
109+
background-color: var(--doc-symbol-module-bg-color);
110+
}
111+
112+
code.doc-symbol-module::after {
113+
content: "mod";
114+
}
115+
116+
.doc-signature .autorefs {
117+
color: inherit;
118+
border-bottom: 1px dotted currentcolor;
119+
}

assets/codespaces/create.png

50.7 KB
Loading
88.5 KB
Loading
127 KB
Loading

assets/codespaces/set-env.png

165 KB
Loading

assets/codespaces/view-mesop.png

62.8 KB
Loading

assets/colab.svg

+1
Loading

assets/csp-message.webp

44.5 KB
Binary file not shown.

assets/editor-v1.png

191 KB
Loading

assets/favicon.ico

14.7 KB
Binary file not shown.

assets/hf/create-hf-space-2.png

46.9 KB
Loading

assets/hf/create-hf-space.png

80.5 KB
Loading

assets/hf/deployed-hf-space.png

42.9 KB
Loading

assets/hf/example.Dockerfile

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
FROM python:3.10.15-bullseye
2+
3+
RUN apt-get update && \
4+
apt-get install -y \
5+
# General dependencies
6+
locales \
7+
locales-all && \
8+
# Clean local repository of package files since they won't be needed anymore.
9+
# Make sure this line is called after all apt-get update/install commands have
10+
# run.
11+
apt-get clean && \
12+
# Also delete the index files which we also don't need anymore.
13+
rm -rf /var/lib/apt/lists/*
14+
15+
ENV LC_ALL en_US.UTF-8
16+
ENV LANG en_US.UTF-8
17+
ENV LANGUAGE en_US.UTF-8
18+
19+
# Install dependencies
20+
COPY requirements.txt .
21+
RUN pip install -r requirements.txt
22+
23+
# Create non-root user
24+
RUN groupadd -g 900 mesop && useradd -u 900 -s /bin/bash -g mesop mesop
25+
USER mesop
26+
27+
# Add app code here
28+
COPY . /srv/mesop-app
29+
WORKDIR /srv/mesop-app
30+
31+
# Run Mesop through gunicorn. Should be available at localhost:8080
32+
CMD ["gunicorn", "--bind", "0.0.0.0:8080", "main:me"]

assets/hf/select-docker.png

58.5 KB
Loading

assets/hot-reload.gif

1.08 MB
Loading

assets/ide-support.gif

1.14 MB
Loading

assets/images/favicon.png

1.83 KB
Loading

0 commit comments

Comments
 (0)