summaryrefslogtreecommitdiff
path: root/.rdoc_options
AgeCommit message (Collapse)Author
2025-05-22[DOC] Set canonical root for online docs (#13410)Stan Lo
Notes: Merged-By: k0kubun <[email protected]>
2025-05-19[DOC] Escape dot in regexpNobuyoshi Nakada
2025-01-07[DOC] Fix `exclude:` as regexpsNobuyoshi Nakada
2025-01-02[ruby/rdoc] Stop autolinking the word "RDoc"Nobuyoshi Nakada
(https://github.com/ruby/rdoc/pull/1266) https://github.com/ruby/rdoc/commit/73af94e3e3
2025-01-02[DOC] Exclude 'Class' and 'Module' from RDoc's autolinkingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12496
2025-01-02[DOC] Exclude 'Method' from RDoc's autolinkingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12496
2025-01-02[DOC] Exclude 'Process' from RDoc's autolinkingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12496
2025-01-02Exclude 'Ruby' and 'Set' from RDoc's autolinkingStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12491
2024-12-20[DOC] Don't document gemspec filesEarlopain
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
2024-12-16Exclude irb from documentation generationStan Lo
- 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
2024-12-06[DOC] New homepage for docs.ruby-lang.org/en (#12227)Stan Lo
Notes: Merged-By: peterzhu2118 <[email protected]>
2024-06-04Sync strscan HEAD again.Hiroshi SHIBATA
https://github.com/ruby/strscan/pull/99 split document with multi-byte chars.
2024-01-06[DOC] Load options and parse files from srcdirNobuyoshi Nakada
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).
2022-02-21[DOC] Set the documentation title and main pageNobuyoshi Nakada
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as same as docs.ruby-lang.org.
2022-02-11[DOC] Add `.rdoc_options` fileNobuyoshi Nakada
Set `--page-dir` option so that direct rdoc call is consistent with `make html`.