Merge branch 'master' into asalikhov/use_sphinx_theme

This commit is contained in:
Ayaz Salikhov
2022-02-06 23:50:51 +03:00
2 changed files with 5 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ install-dev-env: ## install libraries required to build images and run tests
docs: ## build HTML documentation
sphinx-build docs/ docs/_build/
sphinx-build -W docs/ docs/_build/
install-docs-env: ## install libraries required to build docs
@pip install -r requirements-docs.txt

View File

@@ -264,5 +264,9 @@ core images and link them below.
`base-notebook` image.
Try it on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/knonm/kotlin-notebook/main)
- [transformers_notebook](https://github.com/ToluClassics/transformers_notebook): Easily run JupyterLab Notebooks pre-installed with the
[Transformers Library](https://huggingface.co/docs/transformers/index)
and other popular NLP frameworks such as **Tensorflow**, **Keras**, **Jax** and **PyTorch** by running a Docker container.
See the [contributing guide](../contributing/stacks.md) for information about how to create your own
Jupyter Docker Stack.