Skip to content

Commit b304083

Browse files
committed
add mermaid reference, link to docs:
1 parent fd71594 commit b304083

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/contribute/content_types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Below we've provided some examples of commons types of content for quick use. To
2727
- [SQL](executing-code-sql)
2828
3. [Non-executing Code](non-executing-code)
2929
4. [Internal References and Cross References](internal-refs)
30-
(executing-code)=
30+
5. Need a node graph to illustrate a complex flow or process? Try mermaid ([documentation here](https://mermaid.js.org/intro/)).
31+
(executing-code)=
3132

3233
### Executing Code
3334

docs/publishing/sections/5_analytics_portfolio_site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Create a `README.md` file in the repo where your work lies. This also forms the
4141
- `git rm portfolio/my_analysis/README_accidentally_named_something_else.md`
4242
- `rm portfolio/my_analysis/_build/html/README_accidentally_named_something.html`. We use `rm` because \_build/html folder is not checked into GitHub
4343
- `python portfolio/portfolio.py build my_report --no-execute-papermill --deploy` to rerun the portfolio to incorporate only the new changes to your `README.md` if the other pages are correct.
44+
- Need a node graph to illustrate where your data comes from and how it's processed? Try mermaid ([documentation here](https://mermaid.js.org/intro/)). See published [GTFS Digest](https://gtfs-digest--cal-itp-data-analyses.netlify.app/readme) for a current example.
4445

4546
### YML
4647

0 commit comments

Comments
 (0)