Skip to content

Commit

Permalink
[custom] fix lesson contents
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored and Carpentries Apprentice committed May 2, 2023
1 parent 4d3343e commit e1a2c57
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 12 deletions.
2 changes: 1 addition & 1 deletion episodes/02-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ NameError: name 'last_name' is not defined
```

- The last line of an error message is usually the most informative.
- We will look at error messages in detail [later](15-scope#reading-error-messages).
- We will look at error messages in detail [later](17-scope.md#reading-error-messages).

::::::::::::::::::::::::::::::::::::::::: callout

Expand Down
13 changes: 4 additions & 9 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ site: sandpaper::sandpaper_site
>
> If anything seems off, please contact Zhian Kamvar [[email protected]](mailto:[email protected])
{% include gh\_variables.html %}

This lesson is an introduction to programming in Python 3 for people with little or no previous
programming experience. It uses plotting as its motivating example and is designed to be used in
both [Data Carpentry][dc-lessons] and [Software Carpentry][swc-lessons] workshops.
Expand All @@ -28,14 +26,11 @@ as well (e.g., repl.it, Anaconda).

3. Learners must get the gapminder data before class starts:
please download and unzip the file
[python-novice-gapminder-data.zip](files/python-novice-gapminder-data.zip).

Please see [the setup instructions][lesson-setup]
for more details.


::::::::::::::::::::::::::::::::::::::::::::::::::
[python-novice-gapminder-data.zip](episodes/files/python-novice-gapminder-data.zip).

Please see [the setup instructions][lesson-setup]
for more details.

::::::::::::::::::::::::::::::::::::::::::::::::::


4 changes: 2 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ server in the root directory (see [Starting JupyterLab](episodes/01-run-quit.md#

## Installing Python Using Anaconda

{% include python\_install.html %}
Please refer to the [Python section of the workshop website for installation instructions.](https://carpentries.github.io/workshop-template/#python)


<br>

[gapminder]: https://en.wikipedia.org/wiki/Gapminder_Foundation

Expand Down
40 changes: 40 additions & 0 deletions links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
[ci]: https://communityin.org/
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/
[contrib-covenant]: https://contributor-covenant.org/
[cran-checkpoint]: https://cran.r-project.org/package=checkpoint
[cran-knitr]: https://cran.r-project.org/package=knitr
[cran-stringr]: https://cran.r-project.org/package=stringr
[dc-lessons]: https://www.datacarpentry.org/lessons/
[email]: mailto:[email protected]
[github-importer]: https://import2.github.com/
[importer]: https://github.com/new/import
[jekyll-collection]: https://jekyllrb.com/docs/collections/
[jekyll-install]: https://jekyllrb.com/docs/installation/
[jekyll-windows]: https://jekyll-windows.juthilo.com/
[jekyll]: https://jekyllrb.com/
[jupyter]: https://jupyter.org/
[kramdown]: https://kramdown.gettalong.org/
[lc-lessons]: https://librarycarpentry.org/lessons/
[lesson-example]: https://carpentries.github.io/lesson-example/
[mit-license]: https://opensource.org/licenses/mit-license.html
[morea]: https://morea-framework.github.io/
[numfocus]: https://numfocus.org/
[osi]: https://opensource.org
[pandoc]: https://pandoc.org/
[paper-now]: https://github.com/PeerJ/paper-now
[python-gapminder]: https://swcarpentry.github.io/python-novice-gapminder/
[pyyaml]: https://pypi.org/project/PyYAML/
[r-markdown]: https://rmarkdown.rstudio.com/
[rstudio]: https://www.rstudio.com/
[ruby-install-guide]: https://www.ruby-lang.org/en/downloads/
[ruby-installer]: https://rubyinstaller.org/
[rubygems]: https://rubygems.org/pages/download/
[styles]: https://github.com/carpentries/styles/
[swc-lessons]: https://software-carpentry.org/lessons/
[swc-releases]: https://github.com/swcarpentry/swc-releases
[training]: https://carpentries.github.io/instructor-training/
[yaml]: https://yaml.org/

0 comments on commit e1a2c57

Please sign in to comment.