Skip to content

Commit

Permalink
Removes the cookiecutter package from the codebase, mentions using th…
Browse files Browse the repository at this point in the history
…e extension-template in dev docs
  • Loading branch information
JasonWeill committed Feb 9, 2024
1 parent 40ff68c commit bf79d9f
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 1,608 deletions.
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

0 comments on commit bf79d9f

Please sign in to comment.