Skip to content
Draft
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: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# Mac OS files
.DS_Store

# User-specific files
*.rsuser
*.suo
Expand Down Expand Up @@ -33,6 +36,7 @@ bld/

# Visual Studio 2015/2017 cache/options directory
.vs/
.vscode
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

Expand Down
4 changes: 4 additions & 0 deletions book/Data_visualisation/Making_figures_in_python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Making figures in python

TODO
3 changes: 3 additions & 0 deletions book/Getting_started/Intro_to_python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Introduction to Python

TODO
2 changes: 2 additions & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ parts:
- file: Getting_started/Getting_started
sections:
- file: Getting_started/Intro_to_R
- file: Getting_started/Intro_to_python
- file: Getting_started/Resources
- file: Getting_started/How_to_ask_for_help
- file: Data_visualisation/Data_visualisation
sections:
- file: Data_visualisation/Making_figures_in_R
- file: Data_visualisation/Making_figures_in_python
- file: Data_visualisation/General_figures
- file: Data_visualisation/Accessibility
- file: Tutorials/Tutorials
Expand Down