-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusting some customization options; add yasnippet support. (#3)
* yasnippet works; needs more documenation. * Improving prompt insertion configuration. * helper -> style * add NEWS and improve docs.
- Loading branch information
1 parent
fcbdeca
commit 1549f36
Showing
7 changed files
with
200 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*.elc | ||
numpydoc-autoloads.el | ||
.DS_Store | ||
README.html | ||
|
||
# Added automatically by ‘eldev init’. | ||
/.eldev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
numpydoc.el NEWS -- history of user visable changes | ||
|
||
* Unreleased | ||
|
||
** Changes | ||
TBD | ||
|
||
* 0.2.0 (Mar 5, 2021) | ||
|
||
** Changes | ||
|
||
*** Added support for yasnippet | ||
If yasnippet is installed we we `yas-expand-snippet' to on-the-fly add | ||
the docstring components in buffer. | ||
|
||
*** Added customization `numpydoc-insertion-style'. | ||
Use this single customization to direct the insertion style instead of | ||
multiple boolean customization. Can take on: | ||
- 'prompt (prompt in minibuffer) | ||
- 'yas (use yasnippet) | ||
- nil (use insertion helper, just use templates) | ||
|
||
*** Added interactive convenience functions for toggling insertion style. | ||
`numpydoc-use-yasnippet', `numpydoc-use-prompt', and | ||
`numpydoc-use-templates' are new interactive convenience functions to | ||
adjust `numpydoc-insertion-style' without having to use | ||
`eval-expression' and `setq'. | ||
|
||
** Removed | ||
|
||
*** Removed variable `numpydoc-prompt-for-input'. | ||
Not needed anymore (use `numpydoc-insertion-style'). | ||
|
||
*** Removed function `numpydoc-toggle-prompt'. | ||
Not needed anymore (use numpydoc-use-{yasnippet,prompt,templates}). | ||
|
||
* 0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.