Ai
1 Star 0 Fork 0

Python超人/mayavi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DEVELOPING.rst 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
Prabhu Ramachandran 提交于 2011-04-02 22:15 +08:00 . Fixing spelling.

Building documentation

In the top-level directory, run:

python setup.py build_docs

Uploading docs on the web page

The docs live on their own gh-pages git branch. So to update, starting from the root of the project here is what you do:

# Recompile docs
cd docs/
make html
# Copy to other branch
cd ..
git checkout gh-pages
cp -r docs/build/tvtk/html/* tvtk/
cp -r docs/build/mayavi/html/* mayavi/
git add tvtk mayavi
# Commit and push new docs
git commit -a -m "Updated docs"
git push
# Return to master branch
git checkout master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pythoncr/mayavi.git
git@gitee.com:pythoncr/mayavi.git
pythoncr
mayavi
mayavi
master

搜索帮助