有什么方法可以轻松链接 RDoc 中的文件吗?
我想链接到 RDoc 中文件的文档。但我能做的唯一方法是使用以下标记:
configuration.rb[link:files/configuration_rb.html]
我想以更好的方式做到这一点,如下所示:
<file>configuration.rb</file>
是否有任何现有的标记规则可以做到这一点?
编辑:当然,我尝试过没有任何像这样的标记 configuration.rb
但它显示的文件名没有链接:(
I want to link to a documentation of a file in RDoc. but the only way I could do is with the following markup:
configuration.rb[link:files/configuration_rb.html]
I would like to do it in a better way, something like this:
<file>configuration.rb</file>
Is there any existing markup rule to do this?
EDIT: of course I've tried without any markup like this configuration.rb
but it shows the filename without the link :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
中显示链接,
要在 rdoc示例
将创建此问题的链接
To display a link in rdoc
Sample
will create a link of the this question
听起来你正在寻找第二个,但我以前从未使用过它,所以我不能给你一个完全有用的例子。
It sounds like you're looking for that second one, but I've never used it before so I can't give you a fully useful example.
尽量不要使用标记。
看看RDoc自己的文档,他们在“Roadmap”段落中有类似的链接。他们的标记是 这里。
魔法!
Try not to use markup at all.
Look at RDoc's own documentation, they have similar links in the "Roadmap" paragraph. They markup is here.
Magic!