qri-io / starlib

qri's standard library for starlark
MIT License
113 stars 29 forks source link

feat: allow proper nesting of methods under types #151

Closed chriswhong closed 2 years ago

chriswhong commented 2 years ago

Updates doc_template, defining a new template called mdFnChild which allows for proper nesting/hierarchy for methods that appear below a Type by making the method title an h4 instead of an h4, and its child headings h5 instead of h4.

This is necessary so that when rendered in our docs page, the append method of Dataframe appears smaller and lower in importance than its parent. (Before they were rendered with the same level of importance, causing confusion)

dataframe___Qri_io .