Skip to content

Conversation

@ko1
Copy link
Contributor

@ko1 ko1 commented Dec 13, 2024

No description provided.

@ko1 ko1 enabled auto-merge (rebase) December 13, 2024 08:39
@nobu nobu added the Documentation Improvements to documentation. label Dec 13, 2024
@nobu
Copy link
Member

nobu commented Dec 13, 2024

Backqoutes prevent rdoc from linking.

@ko1 ko1 disabled auto-merge December 13, 2024 08:43
@ko1
Copy link
Contributor Author

ko1 commented Dec 13, 2024

Backqoutes prevent rdoc from linking.

Do you mean all of names of methods (or classes, etc) should not use back quotes?

@Pricer187

This comment was marked as spam.

@Pricer187

This comment was marked as spam.

nobu added a commit to nobu/rdoc that referenced this pull request Dec 14, 2024
Some people like to mark up method names in MarkDown style block
quotes, like this: ruby/ruby#12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.
@nobu
Copy link
Member

nobu commented Dec 15, 2024

Also:

  • Array#fetch_values
  • Fiber::Scheduler#blocking_operation_wait
  • String#append_as_bytes
  • Symbol#to_s
  • Time#xmlschema
  • Time#iso8601
  • Tempfile.create
  • Timeout.timeout

nobu added a commit to nobu/rdoc that referenced this pull request Dec 16, 2024
Some people like to mark up method names in MarkDown style block
quotes, like this: ruby/ruby#12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.
nobu added a commit to nobu/rdoc that referenced this pull request Dec 17, 2024
Some people like to mark up method names in MarkDown style block
quotes, like this: ruby/ruby#12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.
st0012 pushed a commit to ruby/rdoc that referenced this pull request Dec 17, 2024
Some people like to mark up method names in MarkDown style block
quotes, like this: ruby/ruby#12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.
matzbot pushed a commit that referenced this pull request Dec 17, 2024
(ruby/rdoc#1240)

Some people like to mark up method names in MarkDown style block
quotes, like this: #12333.
Currently, no links are created in the code in the RDoc, but such
words most likely refer to methods.
This PR makes a word a code cross-reference if the whole word can be
resolved as a reference.

ruby/rdoc@7d7efb0709
@nobu nobu closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants