1 Star 0 Fork 8

wujun0329/reghdfe

forked from 连享会/reghdfe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
create_html_help.do 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sergio Correia 提交于 2017-02-13 23:59 . version 4 - alpha
foreach fn in reghdfe hdfe {
cd ../source
copy `fn'.sthlp ../docs/`fn'.smcl, replace
* local ufn = upper("`fn'")
cd ../docs
* Note: log2html kinda sucks and the results are a bit ugly
* EG: {hline} is replaced by a bunch of "-" instead of <hr>
log2html `fn'.smcl, replace erase ///
title("help for `fn'.ado") ///
line(80) ///
css(help.css)
}
* scheme(yellow) /// black white yellow // Ugly: blue
* This creates the website scorreia.com/reghdfe
* We still need to manually upload the other git repo
cd ..
shell mkdocs build --clean
shell rmdir ..\sergiocorreia.github.io\reghdfe /S /Q
shell move site ..\sergiocorreia.github.io\
shell rename ..\sergiocorreia.github.io\site reghdfe
cd build
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wujun0329/reghdfe.git
git@gitee.com:wujun0329/reghdfe.git
wujun0329
reghdfe
reghdfe
master

搜索帮助