-
Notifications
You must be signed in to change notification settings - Fork 0
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
maxtheman
committed
Sep 24, 2023
1 parent
9f288da
commit 7a409da
Showing
12 changed files
with
637 additions
and
846 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"headings":["install","how-to-use"],"entries":[]} | ||
{"entries":[],"headings":["install","calculations","how-to-to-install"]} |
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,63 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"data": { | ||
"text/markdown": [ | ||
"---\n", | ||
"\n", | ||
"### Function(run_server)\n", | ||
"\n", | ||
"> Function(run_server) (*args, **kwargs)\n", | ||
"\n", | ||
"Functions are the basic units of serverless execution on Modal.\n", | ||
"\n", | ||
"Generally, you will not construct a `Function` directly. Instead, use the\n", | ||
"`@stub.function()` decorator on the `Stub` object for your application." | ||
], | ||
"text/plain": [ | ||
"---\n", | ||
"\n", | ||
"### Function(run_server)\n", | ||
"\n", | ||
"> Function(run_server) (*args, **kwargs)\n", | ||
"\n", | ||
"Functions are the basic units of serverless execution on Modal.\n", | ||
"\n", | ||
"Generally, you will not construct a `Function` directly. Instead, use the\n", | ||
"`@stub.function()` decorator on the `Stub` object for your application." | ||
] | ||
}, | ||
"execution_count": 1, | ||
"metadata": {}, | ||
"output_type": "execute_result" | ||
} | ||
], | ||
"source": [ | ||
"#| echo: false\n", | ||
"#| output: asis\n", | ||
"show_doc(run_server)" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "python3", | ||
"language": "python", | ||
"name": "python3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
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
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,5 @@ | ||
website: | ||
sidebar: | ||
contents: | ||
- index.ipynb | ||
- 00_core.ipynb |
Oops, something went wrong.