View Source Spark.CheatSheet (spark v1.1.55)

Tools to generate cheat sheets for spark DSLs

Summary

Functions

Generate a cheat sheet for a given DSL

Generate a markdown bullet list documentation for a list of sections

Generate a table of contents for a list of sections

Functions

Generate a cheat sheet for a given DSL

Link to this function

doc(sections, depth \\ 1)

View Source

Generate a markdown bullet list documentation for a list of sections

Link to this function

doc_index(sections, depth \\ 0, prefix \\ "module")

View Source

Generate a table of contents for a list of sections

Link to this function

section_cheat_sheet(section, path \\ [])

View Source