Recipe Style Guide (draft) - ibm-granite-community/pm GitHub Wiki
Style guide for Granite Cookbook recipes.
Headers
- H1 (
#
): The recipe title. Follow this with a plaintext preamble motivating the recipe. - H2 (
##
): The section title. Follow this with a plaintext explanation of the purpose of the section. - H3 (
###
): The title of a code block. Follow this with a plaintext description of the code.
General Recipe Structure
- Title
- Introduction motivating the recipe.
- Model Setup
- Pip installs
- Imports
- Data Acquisition
- Data Prep
- Model Setup
- Model Execution
- Useful Links?