https://github.com/openmdao/library_template
A structure that can be a starting point for developers who want to create projects that depend on OpenMDAO.
https://github.com/openmdao/library_template
Last synced: 7 months ago
JSON representation
A structure that can be a starting point for developers who want to create projects that depend on OpenMDAO.
- Host: GitHub
- URL: https://github.com/openmdao/library_template
- Owner: OpenMDAO
- License: other
- Created: 2018-08-24T14:45:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T18:45:24.000Z (about 5 years ago)
- Last Synced: 2024-03-26T02:24:17.075Z (about 2 years ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# library_template
A structure that can be a starting point for developers who want to create projects that depend on OpenMDAO.
This is the simplest working repository.
This sample repo is fully installable using:
`pip install -e .`
You can build the docs by changing into `your_project/docs` and typing:
`make clean; make all`
There is one test in the `package` dir that will run with `testflo`.
Use this working example to build your own repository!
Find a more detailed explanation of how to get this all working at:
http://openmdao.org/twodocs/other/repo_guide/index.html