<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/.rdoc_options, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Apply new RDoc config options</title>
<updated>2025-05-22T22:04:47+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-05-22T21:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc2e95ee93d3e0584e4d916bed8bb0382762c4ec'/>
<id>bc2e95ee93d3e0584e4d916bed8bb0382762c4ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Don't document gemspec files</title>
<updated>2024-12-20T18:55:36+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2024-12-18T17:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83a34fb060aa0cbd569d747ceecddd8fd6e50ed2'/>
<id>83a34fb060aa0cbd569d747ceecddd8fd6e50ed2</id>
<content type='text'>
Since https://github.com/ruby/ruby/commit/cf711863cbe0b81be5ff0adfb64936137995cc4e, gemspecs are included because the default exclude is overwritten
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since https://github.com/ruby/ruby/commit/cf711863cbe0b81be5ff0adfb64936137995cc4e, gemspecs are included because the default exclude is overwritten
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude irb from documentation generation</title>
<updated>2024-12-16T19:55:33+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2024-12-12T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf711863cbe0b81be5ff0adfb64936137995cc4e'/>
<id>cf711863cbe0b81be5ff0adfb64936137995cc4e</id>
<content type='text'>
- 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] New homepage for docs.ruby-lang.org/en (#12227)</title>
<updated>2024-12-06T18:51:08+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2024-12-06T18:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8ad6860ff79a7d52668df695e4bfc14a0940bdee'/>
<id>8ad6860ff79a7d52668df695e4bfc14a0940bdee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync strscan HEAD again.</title>
<updated>2024-06-04T03:40:08+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-06-04T03:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3eda59e9752baec109241983bb7f946db31b74d1'/>
<id>3eda59e9752baec109241983bb7f946db31b74d1</id>
<content type='text'>
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Load options and parse files from srcdir</title>
<updated>2024-01-06T12:19:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-01-06T11:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9b78ef75522b1f6aa20fc81ddf06e5fb40db152d'/>
<id>9b78ef75522b1f6aa20fc81ddf06e5fb40db152d</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Set the documentation title and main page</title>
<updated>2022-02-21T04:08:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-21T04:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f92f08ff23dbda568ef66fea4fbc2216249f60e1'/>
<id>f92f08ff23dbda568ef66fea4fbc2216249f60e1</id>
<content type='text'>
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as
same as docs.ruby-lang.org.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as
same as docs.ruby-lang.org.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add `.rdoc_options` file</title>
<updated>2022-02-11T02:25:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-11T02:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=36df0c72dc62317714ba460358873feb6b58c69d'/>
<id>36df0c72dc62317714ba460358873feb6b58c69d</id>
<content type='text'>
Set `--page-dir` option so that direct rdoc call is consistent
with `make html`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set `--page-dir` option so that direct rdoc call is consistent
with `make html`.
</pre>
</div>
</content>
</entry>
</feed>
