-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add CITATION.cff #10553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CITATION.cff #10553
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,32 @@ | ||||||||
| cff-version: 1.2.0 | ||||||||
| message: "If you use this software, please cite it as below." | ||||||||
| authors: | ||||||||
| - family-names: Brandl | ||||||||
| given-names: Georg | ||||||||
| alias: birkenfeld | ||||||||
| email: [email protected] | ||||||||
| affiliation: FZ Jülich | ||||||||
| city: München | ||||||||
| country: DE | ||||||||
| - family-names: Shimizukawa | ||||||||
| given-names: Takayuki | ||||||||
| alias: shimizukawa | ||||||||
| email: [email protected] | ||||||||
| website: "http://about.me/shimizukawa" | ||||||||
| city: Tokyo | ||||||||
| country: JP | ||||||||
| - family-names: Komiya | ||||||||
| given-names: Takeshi | ||||||||
| alias: tk0miya | ||||||||
| email: [email protected] | ||||||||
| city: Saitama | ||||||||
| country: JP | ||||||||
| - family-names: Kampik | ||||||||
| given-names: Timotheus | ||||||||
| alias: TimKam | ||||||||
| orcid: "https://orcid.org/0000-0002-6458-2252" | ||||||||
| website: "people.cs.umu.se/tkampik" | ||||||||
| title: "Sphinx: Python Documentation Generator" | ||||||||
vnmabus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||
| version: 5.0.1 | ||||||||
| date-released: 2022-06-02 | ||||||||
|
Comment on lines
+30
to
+31
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can these be evergreen? It would be another thing to update every single release.
Suggested change
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They are not required in the latest version of the cff format, but are recommended.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to add them if the automation will be integrated into our release process. Without that, I'd not like to add them. |
||||||||
| url: "https://github.com/sphinx-doc/sphinx" | ||||||||
vnmabus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||
Uh oh!
There was an error while loading. Please reload this page.