Skip to content

Add rubyapi.org to documentations page #2369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ja/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Rubyでプログラミングする際に役立つドキュメントを紹介し
: Ruby gemsやGitHubでホスティングされてるRubyプロジェクトのリファレンスが見れる
完結型のリファレンスサイト。

[Ruby API (英語)](https://rubyapi.org)
: こちらは Ruby のソースコードから生成したのリファレンス、コアクラスやモジュールのリファレンスがあります。

### 旧版

刷新計画以前の古いRubyリファレンスマニュアルの公開は終了しましたが、
Expand Down
4 changes: 4 additions & 0 deletions zh_cn/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ ruby -v
[APIdock][18]
: 带有用户评注的 Ruby、Rails 和 RSpec 文档。

[Ruby API][40]
: 简单搜索浏览 Ruby 类、模块和方法。

### 编辑器和集成开发环境

您可以用操作系统中默认的编辑器来进行 Ruby 编程。不过,为了更高效地编程,建议选择一个支持 Ruby 基本特性(比如句法高亮,文件浏览)的代码编辑器,或者有高级特性(比如代码补全,重构,测试支持等)的集成开发环境。
Expand Down Expand Up @@ -143,5 +146,6 @@ ruby -v
[37]: http://www.sublimetext.com/
[38]: https://learncodethehardway.org/ruby/
[39]: http://kapeli.com/dash
[40]: https://rubyapi.org/
[atom]: https://atom.io/
[vscode]: https://code.visualstudio.com/
4 changes: 4 additions & 0 deletions zh_tw/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ lang: zh_tw
[APIdock][18]
: Ruby、Rails 與 RSpec 的文件,具有使用者的評論。

[Ruby API][40]
: 簡單搜尋瀏覽 Ruby 類別、模組及方法。

### 編輯器與整合開發環境

您可以用操作系統內建的編輯器來撰寫 Ruby。為了更有效的寫程式,值得選個 Ruby 基本特性支援良好的編輯器(如:語法高亮、檔案瀏覽)或是有更進階功能的整合開發環境(如:程式碼補全、重構、支持測試等。)
Expand Down Expand Up @@ -139,6 +142,7 @@ lang: zh_tw
[37]: http://www.sublimetext.com/
[38]: https://learncodethehardway.org/ruby/
[39]: http://kapeli.com/dash
[40]: https://rubyapi.org/
[docs-rlo-en]: https://docs.ruby-lang.org/en/
[atom]: https://atom.io/
[vscode]: https://code.visualstudio.com/
Expand Down