README.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .. These are examples of badges you might want to add to your README:
  2. please update the URLs accordingly
  3. .. image:: https://api.cirrus-ci.com/github/<USER>/meta_diffusion.svg?branch=main
  4. :alt: Built Status
  5. :target: https://cirrus-ci.com/github/<USER>/meta_diffusion
  6. .. image:: https://readthedocs.org/projects/meta_diffusion/badge/?version=latest
  7. :alt: ReadTheDocs
  8. :target: https://meta_diffusion.readthedocs.io/en/stable/
  9. .. image:: https://img.shields.io/coveralls/github/<USER>/meta_diffusion/main.svg
  10. :alt: Coveralls
  11. :target: https://coveralls.io/r/<USER>/meta_diffusion
  12. .. image:: https://img.shields.io/pypi/v/meta_diffusion.svg
  13. :alt: PyPI-Server
  14. :target: https://pypi.org/project/meta_diffusion/
  15. .. image:: https://img.shields.io/conda/vn/conda-forge/meta_diffusion.svg
  16. :alt: Conda-Forge
  17. :target: https://anaconda.org/conda-forge/meta_diffusion
  18. .. image:: https://pepy.tech/badge/meta_diffusion/month
  19. :alt: Monthly Downloads
  20. :target: https://pepy.tech/project/meta_diffusion
  21. .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
  22. :alt: Twitter
  23. :target: https://twitter.com/meta_diffusion
  24. .. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
  25. :alt: Project generated with PyScaffold
  26. :target: https://pyscaffold.org/
  27. |
  28. ==============
  29. meta_diffusion
  30. ==============
  31. Add a short description here!
  32. A longer description of your project goes here...
  33. .. _pyscaffold-notes:
  34. Note
  35. ====
  36. This project has been set up using PyScaffold 4.4. For details and usage
  37. information on PyScaffold see https://pyscaffold.org/.