SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
24 stars 9 forks source link

Auto-generate Importer-Exporter markdown templates #71

Open athityakumar opened 6 years ago

athityakumar commented 6 years ago

As mentioned by @zverok in PR #64, the README seems to be quite crowded with examples and useful information of ALL Importer-Exporter modules. Rather, the corresponding links in the LOC in the README can be linked to corresponding module/{FORMAT}_IMPORTER.md. These module/{FORMAT}_IMPORTER.md can preferably be generated by a Rake task, via ERB templates.

zverok commented 6 years ago

In fact, my proposal was to have one doc/Importers.md file with all importers & autogenerated TOC. Source for it should/can be taken from lib/importers/importer_name.rb top comment block.