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