зеркало из https://github.com/microsoft/jupyrest.git
add jupyter book and create folder
This commit is contained in:
Родитель
39aee80ff6
Коммит
ee4988f8a0
|
@ -11,6 +11,10 @@
|
|||
{
|
||||
"name": "Azure Function",
|
||||
"path": "src/jupyrest_function"
|
||||
},
|
||||
{
|
||||
"name": "Docs",
|
||||
"path": "src/jupyrest_docs"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "jupyrest-docs"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "jupyrest_docs"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
jupyter-book = "^1.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Загрузка…
Ссылка в новой задаче