python layer: Update README

This commit is contained in:
Daniel Wu 2015-03-21 00:58:59 -04:00 committed by syl20bnr
parent 43c9e14d16
commit 41efc0e263

View file

@ -32,7 +32,7 @@ Features:
- Code Navigation using [anaconda-mode][]
- Documentation Lookup using [anaconda-mode][] and [pylookup][]
- Test Runner using [nose.el][]
- Virtual Environment using [pyvenv][]
- Virtual Environment using [pyvenv][] and [pyenv][]
- semantic mode is enabled
- Django support via [pony-mode][]
@ -118,7 +118,8 @@ Test commands (start with <kbd>m t</kbd> or <kbd>m T</kbd>):
<kbd>SPC m g g</kbd> | go to definition using `anaconda-mode-goto` (<kbd>C-o</kbd> to jump back)
<kbd>SPC m h h</kbd> | quick documentation using anaconda
<kbd>SPC m h H</kbd> | open documentation in `firefox` using [pylookup][pylookup]
<kbd>SPC m v</kbd> | activate a virtual environment with [pyvenv][pyvenv]
<kbd>SPC m v</kbd> | activate a virtual environment with [pyenv][pyenv]
<kbd>SPC m V</kbd> | activate a virtual environment with [pyvenv][pyvenv]
### Django
@ -186,6 +187,7 @@ Manage Django with <kbd>SPC m j m</kbd>.
[anaconda-mode]: https://github.com/proofit404/anaconda-mode
[pyvenv]: https://github.com/jorgenschaefer/pyvenv
[pyenv]: https://github.com/yyuu/pyenv
[pylookup]: https://github.com/tsgates/pylookup
[nose]: https://github.com/nose-devs/nose/
[nose.el]: https://github.com/syl20bnr/nose.el