Add ReadTheDocs badge

This commit is contained in:
Victor Zverovich 2014-11-04 07:42:56 -08:00
parent 8f93e84a1a
commit bbd7681a33

View File

@ -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.