Skip to content
Merged
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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This lesson introduces the basics of profiling and optimising Python code. The c

## Contact Us

This course was originally authored by and is currently maintained by [@Robadob](https://github.com/Robadob), it is a fork of the University of Sheffield branded course. Both repositories are maintained, so issues will be monitored .
This course was originally authored by [@Robadob](https://github.com/Robadob) and is now also maintained by [@JostMigenda](https://github.com/Robadob).

Releases prior to Beta, exist in the original [University of Sheffield repository](https://github.com/RSE-Sheffield/pando-python), which includes custom branding. Please direct issues with course content to the [Carpentries Incubator repository](https://github.com/carpentries-incubator/pando-python).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ keywords: 'python, profiling, optimisation, data structures, algorithms'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'alpha'
life_cycle: 'beta'

# License of the lesson
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/RSE-Sheffield/pando-python'
source: 'https://github.com/carpentries-incubator/pando-python'

# Default branch of your lesson
branch: 'main'
Expand Down
Loading