From def1779d64f55fe4689cd54f60f0ae7bb338efe2 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 19 Mar 2024 15:58:17 -0700 Subject: [PATCH] undo stuff from trying to bughunt footer separators --- tutorials/add-license-coc.md | 2 +- tutorials/installable-code.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/add-license-coc.md b/tutorials/add-license-coc.md index bd0177fa..2e8f6ebc 100644 --- a/tutorials/add-license-coc.md +++ b/tutorials/add-license-coc.md @@ -170,12 +170,12 @@ The `CODE_OF_CONDUCT.md` should be placed at the root of your project directory, That's it - you've now added a code of conduct to your package directory. :::{admonition} Additional Code of Conduct resources +:class: note - [ 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) - [pyOpenSci package guide `CODE_OF_CONDUCT.md` overview](https://www.pyopensci.org/python-package-guide/documentation/repository-files/code-of-conduct-file.html) ::: - ## Wrap up In this lesson and the [last lesson](add-readme), you have added a: diff --git a/tutorials/installable-code.md b/tutorials/installable-code.md index 9b1372ba..6c25d42b 100644 --- a/tutorials/installable-code.md +++ b/tutorials/installable-code.md @@ -587,7 +587,9 @@ Type "help", "copyright", "credits" or "license" for more information. 3 ``` + :::{admonition} Installing packages from GitHub + If you wish to share your code without publishing to PyPI you can always install packages directly from GitHub using the syntax: