Skip to content

Commit def1779

Browse files
undo stuff from trying to bughunt footer separators
1 parent c0da378 commit def1779

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tutorials/add-license-coc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ The `CODE_OF_CONDUCT.md` should be placed at the root of your project directory,
170170
That's it - you've now added a code of conduct to your package directory.
171171

172172
:::{admonition} Additional Code of Conduct resources
173+
:class: note
173174

174175
- [<i class="fa-brands fa-github"></i> Guide: `CODE_OF_CONDUCT.md` files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)
175176
- [pyOpenSci package guide `CODE_OF_CONDUCT.md` overview](https://www.pyopensci.org/python-package-guide/documentation/repository-files/code-of-conduct-file.html)
176177
:::
177178

178-
179179
## <i class="fa-solid fa-hands-bubbles"></i> Wrap up
180180

181181
In this lesson and the [last lesson](add-readme), you have added a:

tutorials/installable-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,9 @@ Type "help", "copyright", "credits" or "license" for more information.
587587
3
588588
```
589589
590+
590591
:::{admonition} Installing packages from GitHub
592+
591593
If you wish to share your code without publishing to PyPI you can
592594
always install packages directly from GitHub using the syntax:
593595

0 commit comments

Comments
 (0)