提交 2a7a23af authored 作者: Frederic's avatar Frederic

Doc fix following code review.

上级 dc50fa74
...@@ -111,15 +111,15 @@ In Theano, we use the same coding style as the `Pylearn ...@@ -111,15 +111,15 @@ In Theano, we use the same coding style as the `Pylearn
project. The principal thing to know is that we follow the project. The principal thing to know is that we follow the
`pep8 <http://www.python.org/dev/peps/pep-0008/>`_ coding style. `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ coding style.
We use git hook provided in the project `pygithooks We use git hooks provided in the project `pygithooks
<https://github.com/lumberlabs/pygithooks>`_ to validate that commit <https://github.com/lumberlabs/pygithooks>`_ to validate that commits
respect pep8. This happen when each user commit, not when we respect pep8. This happens when each user commits, not when we
push/merge to the Theano repository. Github don't allow us to have push/merge to the Theano repository. Github doesn't allow us to have
code executed when we push to the repository. So we ask all code executed when we push to the repository. So we ask all
contributor to use those hooks. contributors to use those hooks.
For historic reason, we currently don't have all file respecting pep8. For historic reason, we currently don't have all files respecting pep8.
We decided fix everything incrementally. So not all file respect it We decided to fix everything incrementally. So not all files respect it
now. So we strongly suggest that you use the "increment" pygithooks now. So we strongly suggest that you use the "increment" pygithooks
config option to have a good workflow. See the pygithooks main page config option to have a good workflow. See the pygithooks main page
for how to set it up for Theano and how to enable this option. for how to set it up for Theano and how to enable this option.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论