Difference between revisions of "Software Projects"
From SCECpedia
Jump to navigationJump to searchLine 14: | Line 14: | ||
* https://realpython.com/documenting-python-code/ | * https://realpython.com/documenting-python-code/ | ||
+ | == Open Source Software Practices == | ||
+ | * http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html | ||
+ | *https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/ | ||
== Open Source Software Licenses == | == Open Source Software Licenses == | ||
Line 33: | Line 36: | ||
== Continuous Testing Links == | == Continuous Testing Links == | ||
* https://www.blazemeter.com/blog/how-to-integrate-your-github-repository-to-your-jenkins-project/ | * https://www.blazemeter.com/blog/how-to-integrate-your-github-repository-to-your-jenkins-project/ | ||
+ | |||
+ | == Software Release Practices == | ||
+ | * http://opensha.usc.edu/trac/wiki/ReleasingApplications | ||
== Related Entries == | == Related Entries == | ||
*[[CME_Project] | *[[CME_Project] |
Revision as of 21:32, 6 April 2020
Collection of links related to creating software distributions
Contents
- 1 Packaging Python Projects
- 2 Software Ecosystem
- 3 Developing Effective Python Documentation
- 4 Open Source Software Practices
- 5 Open Source Software Licenses
- 6 USGS Software and Data Acceptance Criteria
- 7 Developing a Community
- 8 Defining Interfaces
- 9 Continuous Testing Links
- 10 Software Release Practices
- 11 Related Entries
Packaging Python Projects
- https://packaging.python.org/tutorials/packaging-projects/
- https://docs.python-guide.org/writing/structure/
- https://www.nature.com/articles/d41586-019-02046-0
- https://producingoss.com/en/index.html Producing Open-Source Software
- https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1006561
Software Ecosystem
Developing Effective Python Documentation
Open Source Software Practices
- http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html
- https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
Open Source Software Licenses
USGS Software and Data Acceptance Criteria
- https://www.usgs.gov/about/organization/science-support/science-quality-and-integrity/fundamental-science-practices
- https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/acceptable-digital
Developing a Community
- https://opensource.guide/
- https://dev.to/carlillo/how-to-reach-your-goals-1000-github-stars-in-the-first-open-source-software-337h
- https://www.altexsoft.com/blog/engineering/5-best-practices-for-managing-open-source-components/
- https://dri.es/balancing-makers-and-takers-to-scale-and-sustain-open-source
Defining Interfaces
Continuous Testing Links
Software Release Practices
Related Entries
- [[CME_Project]