Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ remote_theme: dpshelio/indigo-jekyll
crumbs:
- link: https://www.ucl.ac.uk/arc
text: Advanced Research Computing
- link: https://www.ucl.ac.uk/advanced-research-computing/about-our-training
text: Training
- link: https://www.ucl.ac.uk/advanced-research-computing/teaching
text: Teaching

kramdown:
hard_wrap: false
Expand Down
2 changes: 1 addition & 1 deletion ch00git/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: Version Control
* Branching
* Rebasing and Merging
* Debugging with GitBisect
* Forks, Pull Requests and the GitHub Flow
* Forks, Pull Requests and the GitHub Flow
1 change: 1 addition & 0 deletions ch08performance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ title: Programming for Speed
* Profiling
* Scaling laws
* NumPy
* Miscellaneous libraries
* Cython
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Members of doctoral training schools, or Masters courses who offer this module a
<li>Profiling</li>
<li>Scaling laws</li>
<li>NumPy</li>
<li>Miscellaneous libraries</li>
<li>Cython</li>
</ul>
</td>
Expand Down
Loading