Skip to content

Commit 7273773

Browse files
author
fsxbhyy
committed
readme minor change
1 parent c6477bb commit 7273773

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# MCintegration: Monte Carlo Integration in Python
2+
[![alpha](https://img.shields.io/badge/docs-alpha-blue.svg)](https://numericaleft.github.io/MCintegration.py/)
3+
[![Build Status](https://github.com/numericalEFT/MCIntegration.py/workflows/CI/badge.svg)](https://github.com/numericalEFT/MCIntegration.py/actions)
4+
[![codecov](https://codecov.io/gh/numericalEFT/MCintegration.py/graph/badge.svg?token=851N2CNOTN)](https://codecov.io/gh/numericalEFT/MCintegration.py)
25

36
## Why Choose MCintegration?
47

@@ -309,28 +312,16 @@ As dimension increases:
309312

310313
---
311314

312-
## Contributing
313-
314-
Contributions are welcome! Please:
315-
1. Fork the repository
316-
2. Create a feature branch
317-
3. Add tests for new functionality
318-
4. Submit a pull request
319-
320-
## License
321-
322-
[Your license information here]
323-
324315
## Citation
325316

326317
If you use MCintegration in your research, please cite:
327318

328319
```bibtex
329320
@software{mcintegration,
330321
title = {MCintegration: Monte Carlo Integration in Python},
331-
author = {[Your Name]},
322+
author = {[Pengcheng Hou, Tao Wang, Caiyu Fan, Kun Chen]},
332323
year = {2024},
333-
url = {https://github.com/your-repo/mcintegration}
324+
url = {https://github.com/numericalEFT/MCintegration.py}
334325
}
335326
```
336327

0 commit comments

Comments
 (0)