orders-of-magnitude
Here you can document whatever you'd like on your main page. Common choices include installation instructions, a minimal usage example, BibTex citations, and contribution guidelines.
See this link for all the easy references and components you can use with mkdocs-material, or feel free to go through through from the top.
Installation
You can install this package via running:
pip install orders_of_magnitude
Update index files
- Edit
src/orders_of_magnitude/data/lengths.yml(and any other dataset files). - Edit
src/orders_of_magnitude/templates/index.htmlfor layout andsrc/orders_of_magnitude/templates/index.cssfor styles. - Run
nox -s render_site - Commit the updated
index.htmlandindex.css.