Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.47 KB

Readme.md

File metadata and controls

41 lines (28 loc) · 1.47 KB

Plotly learn tutorials

Welcome the to Plotly learn tutorials repository!

Goals of this repo

  • Make updating, adding content to and fixing typos in plot.ly learn tutorials fast and easy, for all!

  • Make contents in Google documents (examples) one command away from being plot.ly-ready.

Files and folders in this repo:

Scripts and commands:

  • _scripts/ : scripts handling the conversion to plot.ly-ready process
  • makefile/ : shortcut commands to run the scripts, show conversion log and push the published content to the streambed/ repository (more in Contributing.md)

Content directory:

  • web_app_tutorials/ : content of the web app tutorials (example)
  • excel_tutorials/ : content of the excel tutorials (example)
  • data_literacy/ : content of the data literacy tutorials (example)

Each content directory contains:

  • raw/ subdirectory : content (HTML files etc) from imported Google documents
  • published/ subdirectory : content generated by the scripts
  • translate_static.json file : rules for static references (e.g. images)
  • translate_filename_url.json file : rules for naming URLs

Have tutorials to update, add or fix?

Please read Contributing.md