@@ -55,15 +55,6 @@ the [installation guide](installation/) for help on installing Ruby.
55
55
: The official Ruby API documentation for different versions including
56
56
the currently unreleased (trunk) version.
57
57
58
- [ Ruby Core Reference] [ 13 ]
59
- : Pulled straight from the source code using [ RDoc] [ 14 ] , this reference
60
- work documents all of the core classes and modules (like String,
61
- Array, Symbol, etc…).
62
-
63
- [ Ruby Standard Library Reference] [ 15 ]
64
- : Also pulled from the source code using RDoc, this reference work
65
- documents the standard library.
66
-
67
58
[ Ruby C API Reference] [ extensions ]
68
59
: The official introduction to Ruby's C API.
69
60
Great if you want to write C extensions
@@ -73,12 +64,6 @@ the [installation guide](installation/) for help on installing Ruby.
73
64
: The one-stop web site for reference documentation about Ruby gems and
74
65
GitHub-hosted Ruby projects.
75
66
76
- [ Ruby & Rails Searchable API Docs] [ 17 ]
77
- : Rails and Ruby documentation with smart searching.
78
-
79
- [ APIdock] [ 18 ]
80
- : Ruby, Rails and RSpec documentation with users’ notes.
81
-
82
67
[ RubyAPI.org] [ rubyapi-org ]
83
68
: Easily find and browse Ruby classes, modules, and methods.
84
69
@@ -125,8 +110,6 @@ documentation sources.
125
110
If you have questions about Ruby the
126
111
[ mailing list] ( /en/community/mailing-lists/ ) is a great place to start.
127
112
128
-
129
-
130
113
[ 1 ] : https://try.ruby-lang.org/
131
114
[ 2 ] : https://rubykoans.com/
132
115
[ 5 ] : https://poignant.guide
@@ -135,13 +118,8 @@ If you have questions about Ruby the
135
118
[ 9 ] : http://www.ruby-doc.org/docs/ProgrammingRuby/
136
119
[ 10 ] : http://pragmaticprogrammer.com/titles/ruby/index.html
137
120
[ 12 ] : http://en.wikibooks.org/wiki/Ruby_programming_language
138
- [ 13 ] : http://www.ruby-doc.org/core
139
- [ 14 ] : https://ruby.github.io/rdoc/
140
- [ 15 ] : http://www.ruby-doc.org/stdlib
141
121
[ extensions ] : https://docs.ruby-lang.org/en/master/extension_rdoc.html
142
122
[ 16 ] : http://www.rubydoc.info/
143
- [ 17 ] : http://rubydocs.org/
144
- [ 18 ] : http://apidock.com/
145
123
[ rubyapi-org ] : https://rubyapi.org/
146
124
[ 19 ] : http://www.aptana.com/
147
125
[ 20 ] : http://www.gnu.org/software/emacs/
@@ -165,7 +143,7 @@ If you have questions about Ruby the
165
143
[ 39 ] : http://kapeli.com/dash
166
144
[ docs-rlo-en ] : https://docs.ruby-lang.org/en/
167
145
[ atom ] : https://atom.io/
168
- [ vscode ] : https://code.visualstudio.com/
146
+ [ vscode ] : https://code.visualstudio.com/docs/languages/ruby
169
147
[ eric ] : https://eric-ide.python-projects.org/
170
148
[ kdevelop ] : https://www.kdevelop.org/
171
149
[ kate ] : https://kate-editor.org/
0 commit comments