From eaf30d5b0d614202a34c46d912175fe9549f7d29 Mon Sep 17 00:00:00 2001 From: vitaut Date: Sat, 23 May 2015 08:33:55 -0700 Subject: [PATCH] Move "What users say" to the front page --- README.rst | 9 --------- doc/index.rst | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 7448b8ff..29f43348 100644 --- a/README.rst +++ b/README.rst @@ -262,15 +262,6 @@ on integer formatting than ``fmt::Writer`` on Karma's own benchmark, see `Fast integer to string conversion in C++ `_. -What Users Say --------------- - - Thanks for creating this library. It’s been a hole in C++ for a long time. - I’ve used both boost::format and loki::SPrintf, and neither felt like the - right answer. This does. - - -- Kurt Haas - Benchmarks ---------- diff --git a/doc/index.rst b/doc/index.rst index 492929bc..c8e3800d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,6 +5,17 @@ C++ Format (cppformat) 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. +.. raw:: html + +
+
What users say:
+
+ Thanks for creating this library. It’s been a hole in C++ for a long time. + I’ve used both boost::format and loki::SPrintf, and neither felt like the + right answer. This does. +
+
+ .. _format-api: Format API