-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing README to use the pypkg standard
- Loading branch information
gphipps
authored and
gphipps
committed
Aug 1, 2024
1 parent
d07c185
commit 6d12836
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,25 @@ | ||
<!--- README template from https://github.com/scottydocs/README-template.md --> | ||
[![license](https://img.shields.io/pypi/l/OneMod)](https://github.com/ihmeuw-msca/OneMod/blob/main/LICENSE) | ||
[![version](https://img.shields.io/pypi/v/OneMod)](https://pypi.org/project/OneMod) | ||
[![build](https://img.shields.io/github/actions/workflow/status/ihmeuw-msca/OneMod/build.yml?branch=main)](https://github.com/ihmeuw-msca/OneMod/actions) | ||
[![docs](https://img.shields.io/badge/docs-here-green)](https://ihmeuw-msca.github.io/OneMod) | ||
[![codecov](https://img.shields.io/codecov/c/github/ihmeuw-msca/OneMod)](https://codecov.io/gh/ihmeuw-msca/OneMod) | ||
[![codacy](https://img.shields.io/codacy/grade/ae72a07785f5469eac234d1f6bdf555f)](https://app.codacy.com/gh/ihmeuw-msca/OneMod/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) | ||
|
||
|
||
# OneMod | ||
|
||
Currently, the documentation is hosted within | ||
IHME: [https://scicomp-docs.ihme.washington.edu/OneMod/0.2.2/index.html]. | ||
but eventually it will be hosted on readthedocs. | ||
The source for the documentation is in the `docs` directory. | ||
OneMOd is a Python package that provides a framework for building and evaluating | ||
single-parameter models. It is designed to be modular, allowing users to easily | ||
add new models and evaluation metrics. OneMod is built on top of the other | ||
IHME tools. | ||
|
||
OneMod is being actively developed by the Institute for Health Metrics and is | ||
beta software. It is not yet ready for production use. | ||
|
||
For instructions on how to install and use OneMod, please refer to the | ||
[documentation](https://ihmeuw-msca.github.io/OneMod/). | ||
|
||
## License | ||
|
||
This project uses the following license: [BSD 2-Clause](./LICENSE) |