提交 ab105be6 authored 作者: Frederic Bastien's avatar Frederic Bastien

small doc update

上级 8c381254
......@@ -331,7 +331,7 @@ To install it on Linux, you can do like this:
.. code-block:: bash
cd
git clone https://github.com/gabrielelanaro/emacs-for-python.git .emacs.d/emacs-for-python
git clone https://github.com/gabrielelanaro/emacs-for-python.git ~/.emacs.d/emacs-for-python
Then in your ``~/.emacs`` file, add this:
......@@ -348,6 +348,8 @@ Then in your ``~/.emacs`` file, add this:
(require 'epy-python) ;; If you want the python facilities [optional]
(require 'epy-completion) ;; If you want the autocompletion settings [optional]
(require 'epy-editing) ;; For configurations related to editing [optional]
;; [newer version of emacs-for-python]
(require 'epy-nose) ;; For shortcut to call nosetests [optional]
;; Define f10 to previous error
;; Define f11 to next error
......
......@@ -60,7 +60,9 @@ Environment Variables
.. envvar:: THEANORC
The location[s] of the .theanorc file[s] in ConfigParser format.
It defaults to ``$HOME/.theanorc``.
It defaults to ``$HOME/.theanorc``. On Windows, it defalt to
``$HOME/.theanorc:$HOME/.theanorc.txt`` to make Windows users life
easier.
Here is the .theanorc equivalent to the THEANO_FLAGS in the example above:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论