[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:
Burdette Lamar 2020-10-28 20:12:11 -05:00 committed by Nobuyoshi Nakada
parent 347afd39a3
commit 81c57ae7ac
Notes: git 2023-05-24 16:44:41 +00:00
4 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
== 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].
All code snippets on this page assume that the following has been executed:

View File

@ -1,5 +1,7 @@
== 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].
All code snippets on this page assume that the following has been executed:

View File

@ -1,5 +1,7 @@
== 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].
All code snippets on this page assume that the following has been executed:

View File

@ -1,6 +1,6 @@
== Recipes for \CSV
See:
The recipes are specific code examples for specific tasks. See:
- {Recipes for Parsing CSV}[./parsing_rdoc.html]
- {Recipes for Generating CSV}[./generating_rdoc.html]
- {Recipes for Filtering CSV}[./filtering_rdoc.html]