https://docs.deepin.io/ 访问不了了
Tofloor
poster avatar
130******12
deepin
2019-10-02 23:40
Author
访问不了,这个问题如何解决???
Reply Favorite View the author
All Replies
avatar
iceyer
deepin
2019-10-03 04:18
#1
这个网站已经实际上不对外开放了。
Reply View the author
avatar
130******12
deepin
2019-10-03 05:48
#2
Iceyer 发表于 2019-10-2 20:18
这个网站已经实际上不对外开放了。

那我怎么看它的dtk文档?
Reply View the author
avatar
wtz
deepin
2019-10-03 07:25
#3
https://bbs.deepin.org/post/183373
那我怎么看它的dtk文档?

同问
Reply View the author
avatar
impressionyang
deepin
2019-10-03 17:41
#4
额,直接下载编译dtk项目就好了呀,里面就有dtk的离线文档的,地址是:https://github.com/linuxdeepin/dtk

用法:
1.注意,必须是用git clone下这个项目
2.正常使用此项目生成文档只需要修改 dtkwidget、 dtkcore 和dtkwm 三个子模块的版本,然后控制台运行make 即可。运行 make 默认会生成 html 和 qch 两种类型的文档
make成功后用浏览器打开dtk/Docs_html/index.html就可以打开利离线文档的主页了

效果

Reply View the author
avatar
impressionyang
deepin
2019-10-03 17:45
#5
编译出来大概有80M的文档,不好直接上传,想要的话你可以私我的bilibili: impressionyang 给你发压缩
Reply View the author
avatar
走钢丝
deepin
2019-10-03 17:49
#6
https://bbs.deepin.org/post/183373
额,直接下载编译dtk项目就好了呀,里面就有dtk的离线文档的,地址是:https://github.com/linuxdeepin/dtk ...

学习了。。
Reply View the author
avatar
impressionyang
deepin
2019-10-04 06:28
#7
本帖最后由 impression 于 2019-10-3 22:29 编辑

你用浏览器嫌麻烦也可以把qch文档添加到qt creator里面,如果你是用qt creator开发的话
通过 工具->选项->帮助->文档 然后添加就行了



用的时候可以光标在dtk widget类的时候按F1或者通过左边栏的帮助里面也能直接看到deepin toolkit的文档


Reply View the author