rdoc
Create doc for rails, plugins, app in a single file
I was wondering what the best option for generating doc for rails, its plugin and the app in one single file that I can navigate.[详细]
2022-12-30 07:06 分类:问答RDoc template customization
how can I change my default RDoc template for my gem environment. I\'d like my gem server to look like this RDoc: http://getcloudkit.com/api/ and I\'ve seen that des开发者_StackOverflow社区ign around[详细]
2022-12-28 13:21 分类:问答What parts of a Ruby-on-Rails application (with reasonably expressive unit tests) should have RDoc? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-21 14:03 分类:问答Is there any way to easily link a file in RDoc?
I want to link to a documentation of a file in RDoc. but the only way I could do is with the following markup:[详细]
2022-12-19 11:50 分类:问答Can I get my README.textile into my RDoc with proper formatting?
I like to use Textile or Markdown to write readme files for my projects, but when I generate the RDoc the readme file gets interpreted as RDoc and looks really horrible. Is there a way to make RDoc ru[详细]
2022-12-17 08:50 分类:问答How do you remove the documentation installed by gem install?
I know it\'s possible to install a gem without the documentation, but unfortunately, I didn\'t for the first three months I used ruby. In that time, I managed to install a significant amount of gems,[详细]
2022-12-12 23:27 分类:问答Best wiki syntax for documentation in ruby code and project README files
Are there any wiki syntax like rdoc, markdown, ... recommended i开发者_JAVA技巧n the ruby world?[详细]
2022-12-11 05:12 分类:问答Displaying inherited methods in rdoc
I have a program written in Ruby that uses multiple levels of inheritance.All of the parent classes have implemented methods that an object of a child class would use, but when I generate an rdoc for[详细]
2022-12-10 16:55 分类:问答Why does my Ruby 'ri' tool not return results in command prompt? [duplicate]
This question already has answers here: 开发者_如何学PythonClosed 11 years ago. The community reviewed whether to reopen this question 19 days ago and left it closed:[详细]
2022-12-08 02:07 分类:问答