Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit c795de4

Browse files
authored
Add docs for making deployments (#101)
1 parent 36897ab commit c795de4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/deploy.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _deploy:
2+
3+
Deploy your own
4+
===============
5+
6+
On Github Pages
7+
---------------
8+
9+
In order to make your own JupyterLite deployment, you can use the `xeus-python-demo repository template <https://github.com/jupyterlite/xeus-python-demo>`_
10+
that allows you to easily make a JupyteLite deployment on Github pages with xeus-python as default kernel.
11+
12+
This template repository contains an ``environment.yml`` file where you can specify the packages you need. You can also add Notebooks to the ``content`` folder.
13+
14+
15+
In sphinx documentation
16+
-----------------------
17+
18+
You can make a JupyterLite deployment with xeus-python installed using the `jupyterlite-sphinx extension <https://github.com/jupyterlite/jupyterlite-sphinx>`_

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ How does it compare with JupyterLite's ``Pyolite``?
2626
print("Hello from xeus-python!")
2727

2828
.. toctree::
29-
:caption: Installation
29+
:caption: Usage
3030
:maxdepth: 2
3131

3232
installation
33+
deploy
3334
configuration

0 commit comments

Comments
 (0)