diff --git a/.gitignore b/.gitignore index 01f6c01..0c602af 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -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/ diff --git a/book/Data_visualisation/Making_figures_in_python.md b/book/Data_visualisation/Making_figures_in_python.md new file mode 100644 index 0000000..66533a4 --- /dev/null +++ b/book/Data_visualisation/Making_figures_in_python.md @@ -0,0 +1,4 @@ + +# Making figures in python + +TODO diff --git a/book/Getting_started/Intro_to_python.md b/book/Getting_started/Intro_to_python.md new file mode 100644 index 0000000..906f934 --- /dev/null +++ b/book/Getting_started/Intro_to_python.md @@ -0,0 +1,3 @@ +# Introduction to Python + +TODO \ No newline at end of file diff --git a/book/_toc.yml b/book/_toc.yml index c0938c1..a650410 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -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