Add to readme.
This commit is contained in:
parent
ff601bac24
commit
be959f6664
@ -1,6 +1,6 @@
|
|||||||
# Recipes for Engineers
|
# Recipes for Engineers
|
||||||
|
|
||||||
Store recipes in a nerdy JSON tree format and use that to generate [Cooking for Engineers]()-style tabular recipe cards in HTML.
|
Store recipes in a nerdy JSON tree format and use that to generate [Cooking for Engineers](https://www.cookingforengineers.com)-style tabular recipe cards in HTML.
|
||||||
|
|
||||||
Right now this project is just a set of scripts.
|
Right now this project is just a set of scripts.
|
||||||
|
|
||||||
@ -29,3 +29,7 @@ Leaves are raw ingredients, other nodes are tasks. The tree is output to a JSON
|
|||||||
## `output_html.py`
|
## `output_html.py`
|
||||||
|
|
||||||
This script takes that JSON file and does a recursive depth-first search to render an HTML-table-based recipe card.
|
This script takes that JSON file and does a recursive depth-first search to render an HTML-table-based recipe card.
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
|
||||||
|
- A single node cannot have multiple done on it. So this cannot represent, for example, mixing brown sugar and cinnamon, then splitting that mixture up and doing separate subsequent operations with the two batches.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user