Skip to content

Commit a072969

Browse files
committed
move photos to assets
1 parent a679185 commit a072969

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/publishing/sections/4_notebooks_styling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ display(HTML(<h1>First Header</h1>) display(HTML(<h3>Next Header</h3>))
119119
Markdown cells of the <i>H1</i> type creates the titles of our website, not the `.yml` file. Let's use [SB125 Route Illustrations](https://sb125-route-illustrations--cal-itp-data-analyses.netlify.app/readme) to demonstrate this.
120120

121121
- We can see that the [yml](https://github.com/cal-itp/data-analyses/blob/main/portfolio/sites/sb125_route_illustrations.yml) file lists the abbreviated county names as the parameter.
122-
<img src="section4_image5.png" width="350" />
122+
<img src="assets/section4_image5.png" width="350" />
123123

124124
- However, the titles and headers in the notebook are the fully spelled out conunty names.
125-
<img src="section4_image3.png" width="350" />
125+
<img src="assets/section4_image3.png" width="350" />
126126

127127
- This is due to the fact that the parameter is mapped to another variable in the [notebook](https://github.com/cal-itp/data-analyses/blob/main/sb125_analyses/path_examples_tttf4/path_examples.ipynb).
128-
<img src="section4_image4.png" width="350" />
128+
<img src="assets/section4_image4.png" width="350" />
129129

130130
## Getting Ready for Parameterization
131131

@@ -164,7 +164,7 @@ Please note:
164164
- This Markdown cell also creates the navigation on the lefthand side. Without this, the notebooks will be parameterized but then there'd be no table contents to list out the pages for people to see.
165165
- Any styling (italicizing, bolding, changing the colors) you use in the markdown cell below will reflect in the Table of Contents.
166166
- Below, you can see District 1: Eureka is displayed as the first header and is also the page's name in the Table of Content. Observe that the because the `# District` is bolded, the names on the left bar are also bolded.
167-
- <img src="section4_image1.png" width="400" />
167+
- <img src="assets/section4_image1.png" width="400" />
168168

169169
#### Code Cell:
170170

@@ -179,7 +179,7 @@ You will need to create two separate code cells that take on the parameter. Let'
179179
# district = "4"
180180
```
181181
- Turn on the parameter tag: go to the code cell go to the upper right hand corner -> click on the gears -> go to "Cell Tags" -> Add Tag + -> add a tag called "parameters" -> click on the new "parameters" tag to ensure a checkmark shows up and it turns dark gray.
182-
- <img src="section4_image2.png" width="250" />
182+
- <img src="assets/section4_image2.png" width="250" />
183183
184184
- Code Cell #2:
185185

0 commit comments

Comments
 (0)