mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Stop numpydoc from inserting Examples section
This commit is contained in:
parent
d4e137e541
commit
1a1ce44270
1 changed files with 3 additions and 1 deletions
|
@ -309,7 +309,9 @@
|
|||
|
||||
(use-package numpydoc
|
||||
:bind (:map python-mode-map
|
||||
("C-c C-n" . numpydoc-generate)))
|
||||
("C-c C-n" . numpydoc-generate))
|
||||
:config
|
||||
(setq numpydoc-insert-examples-block nil))
|
||||
|
||||
;; Rust
|
||||
|
||||
|
|
Loading…
Reference in a new issue