This website works better with JavaScript
首頁
探索
說明
註冊
登入
xiaoguang_li
/
hue
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
b5f0b2e46c
分支列表
標籤列表
cdh6.2.1
hue-cdh-4.3.0
master
release-4.3.0
hue
/
desktop
/
core
/
ext-py
/
pysaml2-2.4.0
/
doc
/
make.sh
make.sh
84 B
文件歷史
原始文件
1
2
3
4
5
#!/bin/sh
rm -f saml2*
sphinx-apidoc -F -o ../doc/ ../src/saml2
make clean
make html