Commit graph

11 commits

Author SHA1 Message Date
Nobuyoshi Nakada
e433e6515e
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking 2025-01-02 12:36:06 +09:00
Nobuyoshi Nakada
b4ec22fe6c
[DOC] Exclude 'Method' from RDoc's autolinking 2025-01-02 12:23:49 +09:00
Nobuyoshi Nakada
d441d35107
[DOC] Exclude 'Process' from RDoc's autolinking 2025-01-02 11:58:15 +09:00
Stan Lo
8e34346afe Exclude 'Ruby' and 'Set' from RDoc's autolinking 2025-01-02 11:05:33 +09:00
Earlopain
83a34fb060 [DOC] Don't document gemspec files
Since cf711863cb, gemspecs are included because the default exclude is overwritten
2024-12-20 10:55:36 -08:00
Stan Lo
cf711863cb Exclude irb from documentation generation
- 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.
2024-12-16 11:55:33 -08:00
Stan Lo
8ad6860ff7
[DOC] New homepage for docs.ruby-lang.org/en (#12227) 2024-12-06 13:51:08 -05:00
Hiroshi SHIBATA
3eda59e975
Sync strscan HEAD again.
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
2024-06-04 12:40:08 +09:00
Nobuyoshi Nakada
9b78ef7552 [DOC] Load options and parse files from srcdir
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).
2024-01-06 21:19:51 +09:00
Nobuyoshi Nakada
f92f08ff23
[DOC] Set the documentation title and main page
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as
same as docs.ruby-lang.org.
2022-02-21 13:08:06 +09:00
Nobuyoshi Nakada
36df0c72dc
[DOC] Add .rdoc_options file
Set `--page-dir` option so that direct rdoc call is consistent
with `make html`.
2022-02-11 11:25:05 +09:00