Skip to content

Commit c980cab

Browse files
st0012nobu
authored andcommitted
[DOC] Add bundled gem doc links
- rake - reline - logger - csv - rexml - racc
1 parent df66d2b commit c980cab

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

doc/standard_library.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ of each.
9292

9393
- [minitest]: A test library supporting TDD, BDD, mocking, and benchmarking
9494
- [power_assert]: Power Assert for Ruby
95-
- [rake]: Ruby build program with capabilities similar to make
95+
- [rake][rake-doc] ([GitHub][rake]): Ruby build program with capabilities similar to make
9696
- [test-unit]: A compatibility layer for MiniTest
97-
- [rexml]: An XML toolkit for Ruby
97+
- [rexml][rexml-doc] ([GitHub][rexml]): An XML toolkit for Ruby
9898
- [rss]: A family of libraries supporting various XML-based "feeds"
9999
- [net-ftp]: Support for the File Transfer Protocol
100100
- [net-imap]: Ruby client API for the Internet Message Access Protocol
@@ -105,7 +105,7 @@ of each.
105105
- [rbs]: RBS is a language to describe the structure of Ruby programs
106106
- [typeprof]: A type analysis tool for Ruby code based on abstract interpretation
107107
- [debug]: Debugging functionality for Ruby
108-
- [racc]: A LALR(1) parser generator written in Ruby
108+
- [racc][racc-doc] ([GitHub][racc]): A LALR(1) parser generator written in Ruby
109109
- [mutex_m]: Mixin to extend objects to be handled like a Mutex
110110
- [getoptlong]: Parse command line options similar to the GNU C getopt_long()
111111
- [base64]: Support for encoding and decoding binary data using a Base64 representation
@@ -117,13 +117,13 @@ of each.
117117
- [drb]: Distributed object system for Ruby
118118
- [nkf]: Ruby extension for the Network Kanji Filter
119119
- [syslog]: Ruby interface for the POSIX system logging facility
120-
- [csv]: Provides an interface to read and write CSV files and data
120+
- [csv][csv-doc] ([GitHub][csv]): Provides an interface to read and write CSV files and data
121121
- [ostruct]: A class to build custom data structures, similar to a Hash
122122
- [benchmark]: Provides methods to measure and report the time used to execute code
123-
- [logger]: Provides a simple logging utility for outputting messages
123+
- [logger][logger-doc] ([GitHub][logger]): Provides a simple logging utility for outputting messages
124124
- [pstore]: Implements a file-based persistence mechanism based on a Hash
125125
- [win32ole]: Provides an interface for OLE Automation in Ruby
126-
- [reline]: GNU Readline and Editline in a pure Ruby implementation
126+
- [reline][reline-doc] ([GitHub][reline]): GNU Readline and Editline in a pure Ruby implementation
127127
- [readline]: Wrapper for the Readline extension and Reline
128128
- [fiddle]: A libffi wrapper for Ruby
129129

@@ -215,5 +215,11 @@ of each.
215215
[yaml]: https://github.com/ruby/yaml
216216
[zlib]: https://github.com/ruby/zlib
217217

218+
[reline-doc]: https://ruby.github.io/reline/
219+
[rake-doc]: https://ruby.github.io/rake/
218220
[irb-doc]: https://ruby.github.io/irb/
219221
[rdoc-doc]: https://ruby.github.io/rdoc/
222+
[logger-doc]: https://ruby.github.io/logger/
223+
[racc-doc]: https://ruby.github.io/racc/
224+
[csv-doc]: https://ruby.github.io/csv/
225+
[rexml-doc]: https://ruby.github.io/rexml/

0 commit comments

Comments
 (0)