Skip to content

Commit 5d9fba6

Browse files
authored
Merge pull request ruby#3355 from st0012/improve-documentation-page
Improve documentation page
2 parents 49b24e6 + 57833a4 commit 5d9fba6

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

en/documentation/index.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ the [installation guide](installation/) for help on installing Ruby.
5555
: The official Ruby API documentation for different versions including
5656
the currently unreleased (trunk) version.
5757

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-
6758
[Ruby C API Reference][extensions]
6859
: The official introduction to Ruby's C API.
6960
Great if you want to write C extensions
@@ -73,12 +64,6 @@ the [installation guide](installation/) for help on installing Ruby.
7364
: The one-stop web site for reference documentation about Ruby gems and
7465
GitHub-hosted Ruby projects.
7566

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-
8267
[RubyAPI.org][rubyapi-org]
8368
: Easily find and browse Ruby classes, modules, and methods.
8469

@@ -125,8 +110,6 @@ documentation sources.
125110
If you have questions about Ruby the
126111
[mailing list](/en/community/mailing-lists/) is a great place to start.
127112

128-
129-
130113
[1]: https://try.ruby-lang.org/
131114
[2]: https://rubykoans.com/
132115
[5]: https://poignant.guide
@@ -135,13 +118,8 @@ If you have questions about Ruby the
135118
[9]: http://www.ruby-doc.org/docs/ProgrammingRuby/
136119
[10]: http://pragmaticprogrammer.com/titles/ruby/index.html
137120
[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
141121
[extensions]: https://docs.ruby-lang.org/en/master/extension_rdoc.html
142122
[16]: http://www.rubydoc.info/
143-
[17]: http://rubydocs.org/
144-
[18]: http://apidock.com/
145123
[rubyapi-org]: https://rubyapi.org/
146124
[19]: http://www.aptana.com/
147125
[20]: http://www.gnu.org/software/emacs/
@@ -165,7 +143,7 @@ If you have questions about Ruby the
165143
[39]: http://kapeli.com/dash
166144
[docs-rlo-en]: https://docs.ruby-lang.org/en/
167145
[atom]: https://atom.io/
168-
[vscode]: https://code.visualstudio.com/
146+
[vscode]: https://code.visualstudio.com/docs/languages/ruby
169147
[eric]: https://eric-ide.python-projects.org/
170148
[kdevelop]: https://www.kdevelop.org/
171149
[kate]: https://kate-editor.org/

0 commit comments

Comments
 (0)