[ruby/csv] Small RDoc changes for recipes
(https://github.com/ruby/csv/pull/190) https://github.com/ruby/csv/commit/2102c78384
This commit is contained in:
parent
347afd39a3
commit
81c57ae7ac
Notes:
git
2023-05-24 16:44:41 +00:00
@ -1,5 +1,7 @@
|
|||||||
== Recipes for Filtering \CSV
|
== Recipes for Filtering \CSV
|
||||||
|
|
||||||
|
These recipes are specific code examples for specific \CSV filtering tasks.
|
||||||
|
|
||||||
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
||||||
|
|
||||||
All code snippets on this page assume that the following has been executed:
|
All code snippets on this page assume that the following has been executed:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
== Recipes for Generating \CSV
|
== Recipes for Generating \CSV
|
||||||
|
|
||||||
|
These recipes are specific code examples for specific \CSV generating tasks.
|
||||||
|
|
||||||
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
||||||
|
|
||||||
All code snippets on this page assume that the following has been executed:
|
All code snippets on this page assume that the following has been executed:
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
== Recipes for Parsing \CSV
|
== Recipes for Parsing \CSV
|
||||||
|
|
||||||
|
These recipes are specific code examples for specific \CSV parsing tasks.
|
||||||
|
|
||||||
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
For other recipes, see {Recipes for CSV}[./recipes_rdoc.html].
|
||||||
|
|
||||||
All code snippets on this page assume that the following has been executed:
|
All code snippets on this page assume that the following has been executed:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
== Recipes for \CSV
|
== Recipes for \CSV
|
||||||
|
|
||||||
See:
|
The recipes are specific code examples for specific tasks. See:
|
||||||
- {Recipes for Parsing CSV}[./parsing_rdoc.html]
|
- {Recipes for Parsing CSV}[./parsing_rdoc.html]
|
||||||
- {Recipes for Generating CSV}[./generating_rdoc.html]
|
- {Recipes for Generating CSV}[./generating_rdoc.html]
|
||||||
- {Recipes for Filtering CSV}[./filtering_rdoc.html]
|
- {Recipes for Filtering CSV}[./filtering_rdoc.html]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user