Skip to content
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

Removes cookiecutter, updates developer docs #636

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ repos:
- id: check-added-large-files
- id: check-case-conflict
- id: check-toml
exclude: ^packages/jupyter-ai-module-cookiecutter
- id: check-yaml
exclude: ^packages/jupyter-ai-module-cookiecutter
- id: debug-statements
- id: forbid-new-submodules
- id: check-builtin-literals
Expand Down
4 changes: 3 additions & 1 deletion docs/source/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ Please note that this will only work with Jupyter AI magics (the `%ai` and `%%ai
## Custom slash commands in the chat UI

You can add a custom slash command to the chat interface by
creating a new class that inherits from `BaseChatHandler`. Set
creating a JupyterLab extension using the
[JupyterLab extension template](https://github.com/jupyterlab/extension-template).
Create a new class that inherits from `BaseChatHandler`. Set
its `id`, `name`, `help` message for display in the user interface,
and `routing_type`. Each custom slash command must have a unique
slash command. Slash commands can only contain ASCII letters, numerals,
Expand Down
120 changes: 0 additions & 120 deletions packages/jupyter-ai-module-cookiecutter/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions packages/jupyter-ai-module-cookiecutter/LICENSE

This file was deleted.

38 changes: 0 additions & 38 deletions packages/jupyter-ai-module-cookiecutter/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions packages/jupyter-ai-module-cookiecutter/cookiecutter.json

This file was deleted.

40 changes: 0 additions & 40 deletions packages/jupyter-ai-module-cookiecutter/hooks/post_gen_project.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading