-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation #71
Conversation
docs/Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could drop the make files and use hatch
scripts directly?
Something like the following in pyproject.toml
:
[tool.hatch.envs.docs.scripts]
build = "sphinx-build -W -b html docs docs/build/html"
watch = "sphinx-autobuild -W -b html docs docs/build/html --host 0.0.0.0"
serve = "python -m http.server --directory docs/build/html"
.readthedocs.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a jupyter-chat
project on ReadTheDocs already?
Otherwise happy to create and invite you to have access on https://readthedocs.org.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just created a project on ReadTheDocs: https://jupyter-chat.readthedocs.io/en/latest/
docs/source/developers/contributing/jupyterlab-collaborative-chat.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/extension-providing-chat.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/extension-providing-chat.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/extension-providing-chat.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/extension-providing-chat.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/using-chat-extensions.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/using-chat-extensions.md
Outdated
Show resolved
Hide resolved
docs/source/developers/developing_extensions/using-chat-extensions.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Let's get this in and we can iterate more in follow-up PRs.
This PR includes documentation