Age | Commit message (Collapse) | Author |
|
Notes:
Merged-By: k0kubun <[email protected]>
|
|
|
|
|
|
(https://github.com/ruby/rdoc/pull/1266)
https://github.com/ruby/rdoc/commit/73af94e3e3
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12491
|
|
Since https://github.com/ruby/ruby/commit/cf711863cbe0b81be5ff0adfb64936137995cc4e, gemspecs are included because the default exclude is overwritten
Notes:
Merged: https://github.com/ruby/ruby/pull/12386
|
|
- IRB has its own documentation in the project readme and https://ruby.github.io/irb/ already.
- As a tool, its internal implementation details are not relevant to the user.
- Excluding it from the documentation generation reduces the size of the generated documentation
and makes search results more relevant.
I also checked the there are no references to IRB so it should not break any links.
Notes:
Merged: https://github.com/ruby/ruby/pull/12325
|
|
Notes:
Merged-By: peterzhu2118 <[email protected]>
|
|
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
|
|
RDoc options that do not change and can be written in `.rdoc_options`
file are moved, so that they match when called without `make`.
Get rid of parsing the files in `page_dir` twice (as relative paths
and absolute paths).
|
|
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as
same as docs.ruby-lang.org.
|
|
Set `--page-dir` option so that direct rdoc call is consistent
with `make html`.
|