From d4e137e54130b792878880a88f4136f5604c1336 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 25 Jan 2022 23:18:49 -0500 Subject: [PATCH] Added numpydoc to compare to sphinx-doc --- emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 5555098..0b949fc 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -307,6 +307,10 @@ :config (setq sphinx-doc-include-types t)) +(use-package numpydoc + :bind (:map python-mode-map + ("C-c C-n" . numpydoc-generate))) + ;; Rust ;(use-package rust-mode)