Added numpydoc to compare to sphinx-doc

This commit is contained in:
Andrew Scott 2022-01-25 23:18:49 -05:00
parent 76cd9a5e34
commit d4e137e541
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -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)