diff --git a/README.rst b/README.rst index 85cd7942..90f84a35 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,10 @@ C++ Format .. image:: https://ci.appveyor.com/api/projects/status/qk0bhyhqp1ekpat8 :target: https://ci.appveyor.com/project/vitaut/cppformat +.. image:: https://readthedocs.org/projects/cppformat/badge/?version=stable + :target: https://readthedocs.org/projects/cppformat/?badge=stable + :alt: Documentation Status + C++ Format is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.