From bbd7681a3380fd0d80bbc94081d54f1f6e0b237c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 4 Nov 2014 07:42:56 -0800 Subject: [PATCH] Add ReadTheDocs badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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.