mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-mime.el: Mention all methods defined in the file
This commit is contained in:
parent
c4f37a0156
commit
08363178ac
1 changed files with 10 additions and 1 deletions
|
@ -24,10 +24,19 @@
|
|||
;;; Commentary:
|
||||
|
||||
;; Routines for working with MIME types.
|
||||
;; Adds the following methods which may be extended:
|
||||
;; Also adds the following methods which may be extended:
|
||||
;;
|
||||
;; - jupyter-markdown-follow-link
|
||||
;; - jupyter-insert
|
||||
;;
|
||||
;; For working with display IDs, currently rudimentary
|
||||
;;
|
||||
;; - jupyter-current-display
|
||||
;; - jupyter-beginning-of-display
|
||||
;; - jupyter-end-of-display
|
||||
;; - jupyter-next-display-with-id
|
||||
;; - jupyter-delete-current-display
|
||||
;; - jupyter-update-display
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue