Move "What users say" to the front page

This commit is contained in:
vitaut 2015-05-23 08:33:55 -07:00
parent 9af6c41684
commit eaf30d5b0d
2 changed files with 11 additions and 9 deletions

View File

@ -262,15 +262,6 @@ on integer formatting than ``fmt::Writer`` on Karma's own benchmark,
see `Fast integer to string conversion in C++
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
What Users Say
--------------
Thanks for creating this library. Its been a hole in C++ for a long time.
Ive used both boost::format and loki::SPrintf, and neither felt like the
right answer. This does.
-- Kurt Haas
Benchmarks
----------

View File

@ -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
<div class="panel panel-default">
<div class="panel-heading">What users say:</div>
<div class="panel-body">
Thanks for creating this library. Its been a hole in C++ for a long time.
Ive used both boost::format and loki::SPrintf, and neither felt like the
right answer. This does.
</div>
</div>
.. _format-api:
Format API