You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/repository-files/license-files.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,13 @@ This would not be true with a GPL licensed package. `GPL-3` packages can include
132
132
133
133
While many permissive licenses do not require citation, we strongly encourage that you cite all software that you use in papers, blogs, and other publications. You tell your users how to cite your package by using a [citation.cff file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files).
134
134
135
+
:::{tip} Additional resources on software citation
136
+
The Turing Way has excellent guides on this topic:
137
+
138
+
-[CITATION.cff files](https://book.the-turing-way.org/communication/citable/citable-cff) — detailed guide on creating and maintaining citation files
139
+
-[Software citation pathways](https://book.the-turing-way.org/pathways/pathways-software-citation) — overview of how software citation works in practice
140
+
:::
141
+
135
142
### Citation.cff files: Making your software citable
136
143
137
144
A `CITATION.cff` file is a machine-readable file that provides citation information for your software package. The "cff" stands for "Citation File Format," which is a standardized format for software citation metadata.
The first round of our community-developed, how to create a Python package tutorial series for scientists is complete! Join our community review process or watch development of future tutorials in our [GitHub repo here](https://github.com/pyOpenSci/python-package-guide).
62
62
@@ -91,6 +91,7 @@ The first round of our community-developed, how to create a Python package tutor
91
91
:class-card: left-aligned
92
92
93
93
*[Introduction to Hatch](/tutorials/get-to-know-hatch)
94
+
*[Run Python scripts using Hatch](/tutorials/run-python-scripts-hatch)
94
95
95
96
:::
96
97
::::
@@ -193,7 +194,6 @@ Learn about best practices for:
193
194
194
195
## Tests
195
196
196
-
197
197
:::::{grid} 1 1 2 2
198
198
:class-container: text-center
199
199
:gutter: 3
@@ -212,7 +212,8 @@ Learn about best practices for:
:alt: xkcd comic showing a stick figure on the ground and one in the air. The one on the ground is saying. `You're flying! how?` The person in the air replies `Python!` Below is a 3 rectangle comic with the following text in each box. Box 1 - I learned it last night. Everything is so simple. Hello world is just print hello world. Box 2 - the person on the ground says - come join us programming is fun again. It's a whole new world. But how are you flying? box 3 - the person flying says - i just typed import antigravity. I also sampled everything in the medicine cabinet. But i think this is the python. The person on the ground is saying - that's it?
0 commit comments