提交 327f119c authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Removed more references to hg:

- Deleted hg_primer.txt and reference to it in the documentation - Updated release instructions (although those may need to be revised to use the new recommended git workflow) - Removed reference to theano.__src_version__() that does not seem to exist anymore (note that there is however a hg_version function in setup.py that will need to be updated for git at some point)
上级 2b8e13b9
.. _hg_primer:
================
hg in a Nutshell
================
Deleted. We're not using hg anymore, we switched to git.
...@@ -51,9 +51,9 @@ You will need to commit the previous changes, tag the resulting version, and ...@@ -51,9 +51,9 @@ You will need to commit the previous changes, tag the resulting version, and
push that into the original repository. The syntax is something like the push that into the original repository. The syntax is something like the
following:: following::
hg commit -m"modifications for 0.X release" setup.py doc/conf.py NEWS.txt HISTORY.txt theano/configdefaults.py doc/library/config.txt git commit -m "Modifications for 0.X.Y release" setup.py doc/conf.py NEWS.txt HISTORY.txt theano/configdefaults.py doc/library/config.txt
hg tag 0.X git tag -a rel-0.X.Y
hg push git push
The documentation will be automatically regenerated in the next few hours. The documentation will be automatically regenerated in the next few hours.
......
...@@ -17,5 +17,4 @@ If you're feeling ambitious, go fix some `pylint ...@@ -17,5 +17,4 @@ If you're feeling ambitious, go fix some `pylint
mammouth mammouth
metadocumentation metadocumentation
python python
hg_primer
how_to_release how_to_release
...@@ -134,7 +134,7 @@ be logged into ``ceylon``, Fred leaves a shell open for that.) ...@@ -134,7 +134,7 @@ be logged into ``ceylon``, Fred leaves a shell open for that.)
The cronjob executes the scripts The cronjob executes the scripts
``~/nightly_build/do_nightly_build_{theano,pylearn,deeplearning}``. ``~/nightly_build/do_nightly_build_{theano,pylearn,deeplearning}``.
These scripts perform an "hg pull -u" of theano (and pylearn, and These scripts perform an update of theano (and pylearn, and
DeepLearningTutorials too), and execute nosetests (in various settings). DeepLearningTutorials too), and execute nosetests (in various settings).
The output is emailed automatically to the `theano-buildbot`_ mailing list. The output is emailed automatically to the `theano-buildbot`_ mailing list.
......
...@@ -46,12 +46,3 @@ There are also some top-level imports that you might find more convenient: ...@@ -46,12 +46,3 @@ There are also some top-level imports that you might find more convenient:
Works like :func:`tensor.dot` for both sparse and dense matrix products Works like :func:`tensor.dot` for both sparse and dense matrix products
.. function:: __src_version__()
Returns the mercurial (hg) identifier of the current tip.
If there are uncommitted modifications, this function raises an Exception.
If the theano package is not under mercurial control, then again this function
raises an Exception.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论