Difference between revisions of "Software Projects"

From SCECpedia
Jump to navigationJump to search
Line 5: Line 5:
 
* https://docs.python-guide.org/writing/structure/
 
* https://docs.python-guide.org/writing/structure/
 
* http://nsls-ii.github.io/scientific-python-cookiecutter/philosophy.html
 
* http://nsls-ii.github.io/scientific-python-cookiecutter/philosophy.html
* https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1006561
 
  
 
== Developing Effective Python Documentation ==
 
== Developing Effective Python Documentation ==
 +
* https://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1006561
 
* https://realpython.com/documenting-python-code/
 
* https://realpython.com/documenting-python-code/
 
* https://divio.com/blog/documentation
 
* https://divio.com/blog/documentation

Revision as of 22:00, 6 April 2020

Collection of links related to creating software distributions

Packaging Python Projects

Developing Effective Python Documentation

Screen Shot 2020-04-06 at 2.55.46 PM.png

Open Source Software Practices

Open Source Software Licenses

USGS Software and Data Acceptance Criteria

Software Ecosystem

Developing a Community

Defining Interfaces

Data Management Systems

Continuous Testing Links

Software Release Practices

Example Projects

Related Entries