Skip to content

Commit 7e2c977

Browse files
Copilotkylegodbey
andcommitted
Add pybmclogo.png to docs and fix branding to lowercase pybmc
Co-authored-by: kylegodbey <5806808+kylegodbey@users.noreply.github.com>
1 parent 2dacc7e commit 7e2c977

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Acknowledgments
1313

14-
- We thank the developers of the following libraries that make pyBMC possible:
14+
- We thank the developers of the following libraries that make pybmc possible:
1515
- NumPy
1616
- SciPy
1717
- pandas

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to pyBMC
1+
# Contributing to pybmc
22

3-
We welcome contributions from the community! This document outlines how you can contribute to the pyBMC project.
3+
We welcome contributions from the community! This document outlines how you can contribute to the pybmc project.
44

55
## Getting Started
66

@@ -78,4 +78,4 @@ When reporting issues, please include:
7878

7979
## License
8080

81-
By contributing to pyBMC, you agree that your contributions will be licensed under the MIT License.
81+
By contributing to pybmc, you agree that your contributions will be licensed under the MIT License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you use pybmc in your research, please cite:
8484

8585
```bibtex
8686
@software{pybmc,
87-
title = {pyBMC: Bayesian Model Combination},
87+
title = {pybmc: Bayesian Model Combination},
8888
author = {Kyle Godbey and Troy Dasher and Pablo Giuliani and An Le},
8989
year = {2025},
9090
publisher = {GitHub},

docs/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to pyBMC
1+
# Contributing to pybmc
22

3-
We welcome contributions from the community! This document outlines how you can contribute to the pyBMC project.
3+
We welcome contributions from the community! This document outlines how you can contribute to the pybmc project.
44

55
## Getting Started
66

@@ -78,4 +78,4 @@ When reporting issues, please include:
7878

7979
## License
8080

81-
By contributing to pyBMC, you agree that your contributions will be licensed under the GPL-3.0 License.
81+
By contributing to pybmc, you agree that your contributions will be licensed under the GPL-3.0 License.

docs/assets/pybmclogo.png

189 KB
Loading

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# pyBMC Documentation
1+
# pybmc Documentation
22

3-
Welcome to the official documentation for pyBMC, a Python package for general Bayesian Model Combination (BMC).
3+
Welcome to the official documentation for pybmc, a Python package for general Bayesian Model Combination (BMC).
44

55
## Overview
66

7-
pyBMC provides a comprehensive framework for combining multiple predictive models using Bayesian statistics. Key features include:
7+
pybmc provides a comprehensive framework for combining multiple predictive models using Bayesian statistics. Key features include:
88

99
- **Data Management**: Load and preprocess various types of data from HDF5 and CSV files
1010
- **Orthogonalization**: Transform model predictions using Singular Value Decomposition (SVD)
@@ -29,7 +29,7 @@ For a detailed walkthrough, please see the [Usage Guide](usage.md).
2929
- [Usage Guide](usage.md): Detailed examples and tutorials
3030
- [API Reference](api_reference.md): Complete documentation of all classes and functions
3131
- [Theory Background](theory.md): Mathematical foundations of Bayesian model combination
32-
- [Contributing](contributing.md): How to contribute to pyBMC
32+
- [Contributing](contributing.md): How to contribute to pybmc
3333

3434
## Support
3535

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ theme:
6060
bug: octicons/bug-16
6161
example: octicons/beaker-16
6262
quote: octicons/quote-16
63-
logo: assets/logo.svg
64-
favicon: assets/logo.svg
63+
logo: assets/pybmclogo.png
64+
favicon: assets/pybmclogo.png
6565

6666
markdown_extensions:
6767
- admonition

0 commit comments

Comments
 (0)