jupyterlite / xeus

JupyterLite loader for Xeus kernels
https://jupyterlite-xeus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 11 forks source link

add documentation #8

Closed DerThorsten closed 8 months ago

DerThorsten commented 9 months ago

A lot of the documentation can be copy pasted from https://github.com/jupyterlite/xeus-python-kernel, yet we need a bit more, since this repo has more capabilities.

DerThorsten commented 8 months ago

16

jtpio commented 8 months ago

Shouldn't this issue be more about having a nice documentation on ReadTheDocs, like https://xeus-python-kernel.readthedocs.io ?

DerThorsten commented 8 months ago

Shouldn't this issue be more about having a nice documentation on ReadTheDocs, like https://xeus-python-kernel.readthedocs.io ?

At some point we should have a readthedocs documentation. But with this issue I just ment some minimal documentation st. other people can start to play around with it. I will add another issue for the rtd build. Btw the prefix.dev team moved all their documentation from readthedocs to mkdocs on github pages.

DerThorsten commented 8 months ago

see https://github.com/jupyterlite/xeus/issues/17

jtpio commented 8 months ago

Right. mkdocs would be fine, although the sphinx / pydata-sphinx-theme is still commonly used across Jupyter repos, it could make sense to stick to it for the time being (and maybe suggest mkdocs as an alternative for the future?)

In terms of work, copy pasting https://github.com/jupyterlite/xeus-python-kernel/tree/main/docs here would likely do most of it.