Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
404858db
提交
404858db
authored
9月 22, 2008
作者:
projects@lgcm
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
getting local html build to work
上级
81e9ad9e
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
+4
-3
local.build_html.sh
local.build_html.sh
+1
-0
local.epydoc
local.epydoc
+3
-3
没有找到文件。
local.build_html.sh
浏览文件 @
404858db
#!/bin/bash
#!/bin/bash
mkdir
-p
html/api
epydoc
--config
local.epydoc
epydoc
--config
local.epydoc
cd
doc
cd
doc
...
...
local.epydoc
浏览文件 @
404858db
...
@@ -23,7 +23,7 @@ verbosity: 1
...
@@ -23,7 +23,7 @@ verbosity: 1
# A boolean value indicating that Epydoc should show a tracaback
# A boolean value indicating that Epydoc should show a tracaback
# in case of unexpected error. By default don't show tracebacks
# in case of unexpected error. By default don't show tracebacks
debug:
0
debug:
1
# If True, don't try to use colors or cursor control when doing
# If True, don't try to use colors or cursor control when doing
# textual output. The default False assumes a rich text prompt
# textual output. The default False assumes a rich text prompt
...
@@ -122,7 +122,7 @@ separate-classes: no
...
@@ -122,7 +122,7 @@ separate-classes: no
#external-api-root: epydoc:http://epydoc.sourceforge.net/api
#external-api-root: epydoc:http://epydoc.sourceforge.net/api
external-api: wiki
external-api: wiki
external-api-root: wiki:http://lgcm.iro.umontreal.ca/theano/wiki/
external-api-root: wiki:http://lgcm.iro.umontreal.ca/theano/wiki/
external-api-file: wiki:
theano/
wiki.idx
external-api-file: wiki:wiki.idx
external-api: doc
external-api: doc
external-api-root: doc:http://lgcm.iro.umontreal.ca/doc/
external-api-root: doc:http://lgcm.iro.umontreal.ca/doc/
...
@@ -134,7 +134,7 @@ external-api-file: doc:doc/doc.idx
...
@@ -134,7 +134,7 @@ external-api-file: doc:doc/doc.idx
# in the output. Graphs are generated using the Graphviz "dot"
# in the output. Graphs are generated using the Graphviz "dot"
# executable. Graph types include: "classtree", "callgraph",
# executable. Graph types include: "classtree", "callgraph",
# "umlclass". Use "all" to include all graph types
# "umlclass". Use "all" to include all graph types
graph:
classtree
graph:
# The path to the Graphviz "dot" executable, used to generate
# The path to the Graphviz "dot" executable, used to generate
# graphs.
# graphs.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论