Skip to content

Commit

Permalink
fix: toctree updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 11, 2024
1 parent f711274 commit 32ef542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# <img src="https://www.pyopensci.org/images/logo.png" width=100 /> pyOpenSci Lessons
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![All Contributors](https://img.shields.io/github/all-contributors/pyOpenSci/lessons?color=ee8449)](#contributors-)

![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/lessons?color=purple&display_name=tag&style=plastic)

[![DOI](https://zenodo.org/badge/855935338.svg)](https://doi.org/10.5281/zenodo.13910245)


[![CircleCI](https://circleci.com/gh/pyOpenSci/python-package-guide.svg?style=svg)](https://circleci.com/gh/pyOpenSci/python-package-guide)

## What is pyOpenSci?
Expand Down
4 changes: 2 additions & 2 deletions clean-modular-code/intro-clean-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jupyter:
name: python3
---

<!-- #region editable=true slideshow={"slide_type": ""} tags=["hide-content"] -->
<!-- #region editable=true slideshow={"slide_type": ""} -->
:::{toctree}
:hidden:
:caption: Lessons
Expand Down Expand Up @@ -51,7 +51,7 @@ Tests & Checks <checks-conditionals/tests-checks>
:caption: Activities
:maxdepth: 2

Clean Code: Activity 1 <activity-1/clean-code-part-1>
Clean Code: Activity 1 <activity-1/clean-code-activity-1>
Clean Code: Activity 2 <activity-2/clean-code-part-2>
Clean Code: Activity 3 <activity-3/clean-code-part-3>
:::
Expand Down

0 comments on commit 32ef542

Please sign in to comment.