Add pandoc for PDF creation and GitHub Actions for auto-generation

This commit is contained in:
Rick Calixte
2021-12-26 02:00:40 -05:00
parent 3df19b2e4f
commit f733e5970e
32 changed files with 1092 additions and 169 deletions

View File

@@ -80,7 +80,7 @@ Handy conversion guide:
> Outline a high level design with all important components.
![Imgur](http://i.imgur.com/E8klrBh.png)
![High level design of Mint.com](https://i.imgur.com/E8klrBh.png)
## Step 3: Design core components
@@ -327,7 +327,7 @@ class SpendingByCategory(MRJob):
> Identify and address bottlenecks, given the constraints.
![Imgur](http://i.imgur.com/V5q57vU.png)
![Scaled design of Mint.com](https://i.imgur.com/V5q57vU.png)
**Important: Do not simply jump right into the final design from the initial design!**