Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
db18e58c
提交
db18e58c
authored
7月 05, 2010
作者:
erhandum@bikat.iro.umontreal.ca
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
auto-build is now done differently
上级
4978a2df
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
11 行增加
和
19 行删除
+11
-19
metadocumentation.txt
doc/internal/metadocumentation.txt
+11
-19
没有找到文件。
doc/internal/metadocumentation.txt
浏览文件 @
db18e58c
...
...
@@ -96,29 +96,21 @@ For more details:
--help: this help
How documentation is
auto-built on push
How documentation is
built on deeplearning.net
---------------------------------------
When you push to the main repository, the following file is run::
The server that hosts the theano documentation runs a cron job roughly every
2 hours that fetches a fresh Theano install (clone, not just pull) and
executes the docgen.py script. It then over-writes the previous docs with the
newly generated ones.
projects@pylearn.org:~/repos/theano/.hg/refresh-epydoc.sh
Note that the server will most definitely use a different version of sphinx
than yours so formatting could be slightly off, or even wrong. If you're
getting unxpected results and/or the auto-build of the documentation seems
broken, please contact theano-dev@ (or Dumitru, or Fred directly).
It calls ``epydoc`` and ``sphinx`` on the code.
Output is written to location ``TARGET_DIR=/home/projects/www/theano``.
Note that this location is *removed* at each invocation, and a fresh version
is copied in.
Static files should be kept in
``STATIC_DIR=/home/projects/www/theano_static``. For example, the
tar.gz'ed releases are in ``STATIC_DIR``. After ``TARGET_DIR`` is
recreated, the contents of ``STATIC_DIR`` are copied into ``TARGET_DIR``.
*It would be nice to explain this stuff in a little more depth:*
* Who calls refresh-epydoc.sh ?
* What exactly does it do?
* Can we get links about mercurial hooks?
* What happens if two people push at the same time? Does documentation get clobbered?
In the future, we might go back to the system of auto-refresh on push (though
that might increase the load of the server quite significantly).
pylint
---------------------------------------
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论