mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Added numpydoc to compare to sphinx-doc
This commit is contained in:
parent
76cd9a5e34
commit
d4e137e541
1 changed files with 4 additions and 0 deletions
|
@ -307,6 +307,10 @@
|
||||||
:config
|
:config
|
||||||
(setq sphinx-doc-include-types t))
|
(setq sphinx-doc-include-types t))
|
||||||
|
|
||||||
|
(use-package numpydoc
|
||||||
|
:bind (:map python-mode-map
|
||||||
|
("C-c C-n" . numpydoc-generate)))
|
||||||
|
|
||||||
;; Rust
|
;; Rust
|
||||||
|
|
||||||
;(use-package rust-mode)
|
;(use-package rust-mode)
|
||||||
|
|
Loading…
Reference in a new issue