Skip to content

Commit

Permalink
fix: sphinx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 23, 2024
1 parent 0f14195 commit e788840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"github_url": "https://github.com/pyopensci/lessons",
"footer_start": ["code_of_conduct", "copyright"],
"footer_end": [],
"navigation_with_keys": False,
}

html_context = {
Expand Down
2 changes: 1 addition & 1 deletion publish-share-code/share-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sharing your code online using [open licenses](https://www.pyopensci.org/python-

When your code is hosted on a shared platform, others can easily download, install, and use it, making it more accessible and useful to the broader community. Additionally, you can set up proper citations for your code, giving contributors and yourself credit for the work and promoting transparency. [Learn more about setting up citation in our lesson on citing code.](cite-your-code)

### Different ways to share code
## Different ways to share code

There are several ways to share code.
1. You can post your code to an online repository like GitHub or GitLab.
Expand Down

0 comments on commit e788840

Please sign in to comment.