Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 19, 2024
1 parent 3071e57 commit 3fb5c23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,28 @@ Thanks for considering to contribute and reading this!

Here we discuss how to contribute

- [Spoken text](#spoken-text), e.g. ideas, feedback, messages, etc. and are written in English.
- [Spoken text](#spoken-text), e.g. ideas, feedback, messages, etc.
and are written in English.
- [Code](#code), e.g. textual changes where the text is formatted in Markdown

## Spoken text

Spoken text are ideas, feedback, messages, etc. and are written in English.

For ideas or feedback, create an [Issue](https://github.com/UPPMAX/uppmax_intro_python/issues).
For ideas or feedback, create an
[Issue](https://github.com/UPPMAX/uppmax_intro_python/issues).
These Issues will be discussed in a meeting and/or below that Issue.

Ideas that improve the experience of UPPMAX users trying to use our resources will likely be accepted.
Ideas that improve the experience of our learners
will likely be accepted.

## Code

We welcome any contribution that:

- improves the experience of our learners
- follow all standards set by the continuous integration tools (e.g. use 4 spaces for indentation)
- follow all standards set by the continuous integration tools
(e.g. use 4 spaces for indentation)

As an UPPMAX contributor, one can contribute by:

Expand Down
8 changes: 3 additions & 5 deletions docs/morning_session/lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ with single or double quotes.
We can actually several of the same operations we used for the numeric data
type on strings.

<!-- markdownlint-disable MD013 -->

!!! example "String operations"

Expand Down Expand Up @@ -415,8 +416,6 @@ type on strings.
Notice also that a string object has many associated methods. Try using the
`.`-notation to access methods (and attributes) by pressing `tab`.

<!-- markdownlint-disable MD013 -->

```python
In [3]: greeting1.
capitalize() endswith() index() isdigit() isspace() lower() removesuffix() rpartition() startswith() upper()
Expand All @@ -426,9 +425,6 @@ In [3]: greeting1.
encode() format_map() isdecimal() isprintable() ljust() removeprefix() rjust() splitlines() translate()
```


<!-- markdownlint-enable MD013 -->

!!! example "String methods"

```ipython
Expand Down Expand Up @@ -830,3 +826,5 @@ slides developed by Nina Fischer (see [slide deck
one](https://docs.google.com/presentation/d/1ocVm9dAFB4hJs_KVhxHapuPIOVkymltxWtVGT9nXRag/edit#slide=id.p1)
and [slide deck
two](https://docs.google.com/presentation/d/1hoFC7Ax_WsGmdl2m8aVhfVSvaHykt96lOrFqsSDEIrQ/edit#slide=id.p4)).

<!-- markdownlint-enable MD013 -->

0 comments on commit 3fb5c23

Please sign in to comment.