mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
update readme
This commit is contained in:
parent
d4a2034613
commit
0392113dfd
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ README.rst: README.in.rst lisp/ein.el
|
|||
(describe-minor-mode \"ein:notebook-mode\") \
|
||||
(with-current-buffer \"*Help*\" (princ (buffer-string))))" 2>/dev/null \
|
||||
| tools/readme-sed.sh "KEYS NOTEBOOK" README.in.rst "key.*binding" > README.rst0
|
||||
sed "/CI VERSION/c"`grep -o 'emacs-[0-9][.0-9]*' .travis.yml | sort -n | head -1 | grep -o '[.0-9]*'` README.rst0 > README.rst1
|
||||
sed "/CI VERSION/c"`grep -o 'emacs-[0-9][.0-9-]*' .travis.yml | sort -n | head -1` README.rst0 > README.rst1
|
||||
grep ';;' lisp/ein.el \
|
||||
| awk '/;;;\s*Commentary/{within=1;next}/;;;\s*/{within=0}within' \
|
||||
| sed -e 's/^\s*;;*\s*//g' \
|
||||
|
|
|
@ -53,7 +53,7 @@ Alternatively, ob-ein_.
|
|||
Reporting bugs
|
||||
--------------
|
||||
EIN is tested on GNU Emacs versions
|
||||
25
|
||||
emacs-25-2
|
||||
and later.
|
||||
|
||||
**Please file issues using** ``M-x ein:dev-bug-report-template``.
|
||||
|
|
Loading…
Add table
Reference in a new issue