-
Notifications
You must be signed in to change notification settings - Fork 441
Improve CONTRIBUTING.rdoc #1358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This fixes some trivial mistakes in the CONTRIBUTING document without changing the content largely. - Fix typos - Add commas for readability - Fix grammar mistakes - Fix broken links - Use monospace font where necessary
parsing class must respond to \::parse and accept a String argument containing | ||
the markup format. An RDoc::Document containing documentation items | ||
parsing class must respond to +::parse+ and accept a String argument containing | ||
the markup format. An RDoc::Markup::Document containing documentation items |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[note] RDoc::Document
doesn't exist now. I probably RDoc::Markup::Document
is correct.
parsing class must respond to \::parse and accept a String argument containing | ||
the markup format. An RDoc::Document containing documentation items | ||
parsing class must respond to +::parse+ and accept a String argument containing | ||
the markup format. An RDoc::Markup::Document containing documentation items | ||
(RDoc::Markup::Heading, RDoc::Markup::Paragraph, RDoc::Markup::Verbatim, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[note] RDoc::Markup::Heading
exists but isn't rendered as a link in HTML. This seems like a bug, but I'm not sure about the details. 🤔
rdoc/lib/rdoc/markup/heading.rb
Line 5 in fdaa5a6
RDoc::Markup::Heading = |

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One failure on CI is caused by the Ruby installation. It seems like a temporary issue (re-run can recover?). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
This fixes some trivial mistakes in the CONTRIBUTING document without changing the content largely.
+
or<tt>
) where necessaryThe current published page: https://ruby.github.io/rdoc/CONTRIBUTING_rdoc.html