-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfile.Links.html
175 lines (149 loc) · 5.89 KB
/
file.Links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no'>
<meta name='apple-touch-fullscreen' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='rgba(228,228,228,1.0)'>
<title>Links - Documentation & Other...</title>
<link rel='stylesheet' type='text/css' href='css/y_fonts.css' />
<link rel='stylesheet' type='text/css' href='css/highlight.github.css' />
<link rel='stylesheet' type='text/css' href='css/y_style.css' />
<link rel='stylesheet' type='text/css' href='css/y_list.css' />
<link rel='stylesheet' type='text/css' href='css/y_color.css' />
<link rel='stylesheet' type='text/css' href='css/custom.css' />
<link rel='stylesheet' type='text/css' href='css/common.css' />
<script type='text/javascript'>
var pathId = "Links",
relpath = '';
var t2Info = {
CSEP: '.',
ISEP: '#',
NSEP: '::'
};
</script>
<script type='text/javascript' charset='utf-8' src='js/highlight.pack.js'></script>
<script type='text/javascript' charset='utf-8' src='js/y_app.js'></script>
</head>
<body>
<svg id='y_wait' class viewBox='0 0 90 90'></svg>
<div id='settings' class='hidden'></div>
<div id='y_list' class='d h'>
<header id='list_header'></header>
<nav id= 'list_nav' class='y_nav l_nav'>
<ul id='list_items'></ul>
</nav>
</div>
<div id='y_toc' class='f h'>
<header id='toc_header'></header>
<nav id= 'toc_nav' class='y_nav t_nav'>
<ol id='toc_items'></ol>
</nav>
</div>
<div id='y_main' tabindex='-1'>
<header id='y_header'>
<div id='y_menu'>
<a href='index.html'>Home</a> »
<a href='_index.html'>Index</a> »
<span class='title'><a id='t2_doc_top' href='#'>Links - Documentation & Other... ▲</a></span>
</div>
<a id='list_href' href="file_list.html"></a>
<div id='y_measure_em' class='y_measure'></div>
<div id='y_measure_vh' class='y_measure'></div>
<span id='y_measure_50pre' class='y_measure'><code>123456789_123456789_123456789_123456789_123456789_</code></span>
</header>
<div id='content' class='file'>
<h1>Links - Documentation & Other...</h1>
<h2>Ruby Documentation</h2>
<ul>
<li><a href="https://docs.Ruby-Lang.org/en/">ruby-lang.org EN</a> - RDoc</li>
<li><a href="https://docs.Rruby-Lang.org/ja/">ruby-lang.org JA</a></li>
<li><a href="http://Ruby-Doc.org/">ruby-doc.org</a> - RDoc</li>
<li><a href="https://docs.ruby-lang.org/en/trunk/">ruby-lang.org trunk EN</a> - RDoc - shows all Core and std-lib classes & methods together, as if one required all of the std-lib</li>
<li><a href="http://ruby-doc.org/core-trunk/">ruby-doc.org trunk</a> - RDoc - shows std-lib separate from Core</li>
<li><a href="http://www.RubyDoc.info/stdlib">RubyDoc.info</a> - YARD</li>
<li><a href="http://guides.rubygems.org/command-reference/">RubyGems Command Reference</a></li>
</ul>
<h2>Ruby Downloads</h2>
<div class='col_2'>
<ul>
<li><a href='https://www.ruby-lang.org/'>Ruby-Lang.org EN</a>
<ul>
<li><a href='https://www.ruby-lang.org/en/downloads/'>Downloads</a></li>
<li><a href='https://www.ruby-lang.org/en/documentation/installation/'>Installing Ruby</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href='https://www.ruby-lang.org/de/'>Ruby-Lang.org DE</a>
<ul>
<li><a href='https://www.ruby-lang.org/de/downloads/'>Ruby herunterladen</a></li>
<li><a href='https://www.ruby-lang.org/de/documentation/installation/'>Ruby installieren</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href='https://www.ruby-lang.org/es/'>Ruby-Lang.org ES</a>
<ul>
<li><a href='https://www.ruby-lang.org/es/downloads/'>Descarga Ruby</a></li>
<li><a href='https://www.ruby-lang.org/es/documentation/installation/'>Instalar Ruby</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href='https://www.ruby-lang.org/fr/'>Ruby-Lang.org FR</a>
<ul>
<li><a href='https://www.ruby-lang.org/fr/downloads/'>élécharger Ruby</a></li>
<li><a href='https://www.ruby-lang.org/fr/documentation/installation/'>Installer Ruby</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href='https://www.ruby-lang.org/ja/'>Ruby-Lang.org JA</a>
<ul>
<li><a href='https://www.ruby-lang.org/ja/downloads/'>ダウンロード</a></li>
<li><a href='https://www.ruby-lang.org/ja/documentation/installation/'>Ruby のインストール</a></li>
</ul>
</li>
</ul>
</div>
<p>Note that the site is available in several other languages.</p>
<h2>Rails</h2>
<ul>
<li><a href="https://RubyOnRails.org/">RubyOnRails.org Main</a></li>
<li><a href="https://guides.RubyOnRails.org/">RubyOnRails.org Guides</a> - available for multiple Rails versions</li>
</ul>
<h2>Rails Documentation</h2>
<ul>
<li><a href="http://edgeapi.rubyonrails.org/">RubyOnRails.org API master (edge)</a> - RDoc - master branch</li>
<li><a href="http://api.RubyOnRails.org/">RubyOnRails.org API current gem</a> - RDoc</li>
<li><a href="http://www.RubyDoc.info/docs/rails">RubyDoc.info v4.1.7</a> - YARD</li>
<li><a href="http://www.RubyDoc.info/docs/rails/4.0.0">RubyDoc.info v4.0.0</a> - YARD</li>
</ul>
<h2>AWS SDK for Ruby</h2>
<ul>
<li><a href="http://docs.aws.amazon.com/sdk-for-ruby/v2/developer-guide/">Official AWS Developer Guide</a></li>
<li><a href="http://docs.aws.amazon.com/sdkforruby/api/">Official AWS API Docs</a></li>
</ul>
<style type='text/css'>
div.col_2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
ul {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
</style>
<div id='footer'>
Generated by
<a href='http://yardoc.org' title='Yay! A Ruby Documentation Tool' target="_parent">yard</a>
0.9.36 with <a href='https://msp-greg.github.io/yard-t2/' title='yard-t2' target="_parent">yard-t2</a> 0.9.0 (ruby 3.4.0dev 2024-11-22)
</div>
</div> <!-- content -->
</div> <!-- y_main -->
</body>
</html>