12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .. These are examples of badges you might want to add to your README:
- please update the URLs accordingly
- .. image:: https://api.cirrus-ci.com/github/<USER>/meta_diffusion.svg?branch=main
- :alt: Built Status
- :target: https://cirrus-ci.com/github/<USER>/meta_diffusion
- .. image:: https://readthedocs.org/projects/meta_diffusion/badge/?version=latest
- :alt: ReadTheDocs
- :target: https://meta_diffusion.readthedocs.io/en/stable/
- .. image:: https://img.shields.io/coveralls/github/<USER>/meta_diffusion/main.svg
- :alt: Coveralls
- :target: https://coveralls.io/r/<USER>/meta_diffusion
- .. image:: https://img.shields.io/pypi/v/meta_diffusion.svg
- :alt: PyPI-Server
- :target: https://pypi.org/project/meta_diffusion/
- .. image:: https://img.shields.io/conda/vn/conda-forge/meta_diffusion.svg
- :alt: Conda-Forge
- :target: https://anaconda.org/conda-forge/meta_diffusion
- .. image:: https://pepy.tech/badge/meta_diffusion/month
- :alt: Monthly Downloads
- :target: https://pepy.tech/project/meta_diffusion
- .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
- :alt: Twitter
- :target: https://twitter.com/meta_diffusion
- .. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
- :alt: Project generated with PyScaffold
- :target: https://pyscaffold.org/
- |
- ==============
- meta_diffusion
- ==============
- Add a short description here!
- A longer description of your project goes here...
- .. _pyscaffold-notes:
- Note
- ====
- This project has been set up using PyScaffold 4.4. For details and usage
- information on PyScaffold see https://pyscaffold.org/.
|