Welcome the to Plotly learn tutorials repository!
-
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.
Scripts and commands:
_scripts/
: scripts handling the conversion to plot.ly-ready processmakefile/
: shortcut commands to run the scripts, show conversion log and push the published content to thestreambed/
repository (more inContributing.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 documentspublished/
subdirectory : content generated by the scriptstranslate_static.json
file : rules for static references (e.g. images)translate_filename_url.json
file : rules for naming URLs
Please read Contributing.md