File tree 3 files changed +13
-15
lines changed
3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,10 @@ Ruby-Programmieren sicher nützlich sein werden.
64
64
Dokumentation wird ebenfalls direkt aus dem Quelltext generiert
65
65
(englisch).
66
66
67
- [ Referenz zu Rubys C-API] [ 11 ]
68
- : Eine C-API-Dokumentation von Ruby. Für Erweiterungen von Ruby ist
69
- dieses API absolut unverzichtbar. Es beschreibt die vordefinierten
70
- Schnittstellen für Erweiterungen in der Programmiersprache C und wie
71
- diese sowohl von der Ruby- als auch der C-Seite aus verwendet werden.
67
+ [ Referenz zu Rubys C-API] [ extensions ]
68
+ : Offizielle C-API-Dokumentation von Ruby. Sie beschreibt die vordefinierten
69
+ Schnittstellen für Erweiterungen in der Programmiersprache C und wie diese
70
+ sowohl von der Ruby- als auch der C-Seite aus verwendet werden.
72
71
73
72
[ RubyDoc.info] [ 12 ]
74
73
: Die Referenzdokumentation für Ruby, Gems und auf GitHub gehostete
@@ -93,7 +92,7 @@ deutschsprachigen Artikeln. Für weitergehende Fragen steht eine große
93
92
[ 8 ] : http://www.approximity.com/rubybuch2/
94
93
[ 9 ] : http://www.ruby-doc.org/core
95
94
[ 10 ] : http://www.ruby-doc.org/stdlib
96
- [ 11 ] : http://www .ruby-doc .org/doxygen/current/
95
+ [ extensions ] : http://docs .ruby-lang .org/en/trunk/extension_rdoc.html
97
96
[ 12 ] : http://www.rubydoc.info/
98
97
[ 13 ] : http://ruby-doc.org
99
98
[ 14 ] : http://wiki.ruby-portal.de
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ serán útiles a la hora de desarrollar con Ruby.
57
57
: También extraída del código fuente mediante RDoc, esta referencia
58
58
documenta la biblioteca estándar.
59
59
60
- [ Referencia de la API C de Ruby] [ 10 ]
61
- : Documentación del código C subyacente en Ruby. Perfecto si quieres
62
- escribir extensiones en C para contribuir al desarrollo de Ruby .
60
+ [ Referencia de la API C de Ruby] [ extensions ]
61
+ : Documentación de la API C de Ruby.
62
+ Perfecto si quieres escribir extensiones en C.
63
63
64
64
### Otras lecturas
65
65
@@ -79,6 +79,6 @@ correo](/es/community/mailing-lists/) es un buen lugar para comenzar.
79
79
[ 7 ] : http://www.ruby-doc.org/core
80
80
[ 8 ] : http://docs.seattlerb.org/rdoc/
81
81
[ 9 ] : http://www.ruby-doc.org/stdlib
82
- [ 10 ] : http://www .ruby-doc .org/doxygen/current/
82
+ [ extensions ] : http://docs .ruby-lang .org/en/trunk/extension_rdoc.html
83
83
[ 11 ] : http://ruby-doc.org
84
84
[ 12 ] : http://www.ruby-doc.org/bookstore
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ pour les nombreuses façons d'obtenir Ruby.
118
118
: Également extraite du code source par RDoc, cette seconde référence
119
119
documente la bibliothèque standard.
120
120
121
- [ * Ruby C API Reference* ] [ 19 ]
122
- : La documentation de l’implémentation C de ruby. Très utile si vous
123
- comptez écrire des extensions C ou contribuer au développement de
124
- Ruby.
121
+ [ * Ruby C API Reference* ] [ extensions ]
122
+ : La documentation de l’API C de Ruby.
123
+ Très utile si vous comptez écrire des extensions C.
125
124
126
125
[ rubydoc.info] [ 20 ]
127
126
: Documentation auto-générée pour un grand nombre de bibliothèques Ruby.
@@ -163,7 +162,7 @@ la [liste de diffusion](/en/community/mailing-lists/) est un bon endroit
163
162
[ 16 ] : http://www.ruby-doc.org/core
164
163
[ 17 ] : http://docs.seattlerb.org/rdoc/
165
164
[ 18 ] : http://www.ruby-doc.org/stdlib
166
- [ 19 ] : http://www .ruby-doc .org/doxygen/current/
165
+ [ extensions ] : http://docs .ruby-lang .org/en/trunk/extension_rdoc.html
167
166
[ 20 ] : http://rubydoc.info/
168
167
[ 21 ] : http://rubydocs.org/
169
168
[ 22 ] : http://www.rubydox.net/
You can’t perform that action at this time.
0 commit comments