Skip to content

Commit e48e423

Browse files
committed
basics: relate network-view picture
- Move it higher to where the other lessons are - Move the image itself to the new basics/ directory
1 parent 1953dc1 commit e48e423

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

basics.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ repository. This is the progression of the repository (with the
115115
**commit message** over time).
116116
```
117117

118+
```{figure} /img/basics/commits-and-branches.svg
119+
---
120+
class: with-border
121+
---
122+
123+
Network graph of all commits in the
124+
[EHT-imaging](https://github.com/achael/eht-imaging/network)
125+
repository. This shows the relationship between different **forks**
126+
of people who are contributing and sharing code.
127+
```
128+
118129

119130
### Interesting repositories to explore these concepts
120131

@@ -136,19 +147,6 @@ repository. This is the progression of the repository (with the
136147
- Data: [https://github.com/thegetty/provenance-index-csv](https://github.com/thegetty/provenance-index-csv)
137148

138149

139-
### [Example](https://github.com/achael/eht-imaging/network)
140-
141-
```{figure} /img/commits-and-branches.svg
142-
---
143-
class: with-border
144-
---
145-
146-
Network graph of all commits in the
147-
[EHT-imaging](https://github.com/achael/eht-imaging/network)
148-
repository. This shows the relationship between different **forks**
149-
of people who are contributing and sharing code.
150-
```
151-
152150
---
153151

154152
> ## Why using repositories?
File renamed without changes.

0 commit comments

Comments
 (0)