From 4b22eb38c184c5bdb0bc0016b4c2c6d383c79e78 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 13 Apr 2014 10:14:05 -0700 Subject: [PATCH] Update links. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 11022554..ace7b501 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Features * Write API similar to the one used by IOStreams but much faster and more consistent. * Format API with `format string syntax - `__ + `__ similar to the one used by `str.format `__ in Python. * Support for user-defined types. @@ -39,7 +39,7 @@ Features (-Wall -Wextra -pedantic). * Support for wide strings. -See the `documentation `__ for more details. +See the `documentation `__ for more details. Examples -------- @@ -85,9 +85,9 @@ An object of any user-defined type for which there is an overloaded // s == "The date is 2012-12-9" You can use `fmt::Formatter -`__ +`__ to create your own functions similar to `fmt::Format -`__ and ``fmt::Print`` +`__ and ``fmt::Print`` with an arbitrary action performed when formatting is complete: .. code-block:: c++ @@ -353,7 +353,7 @@ Documentation License --------------------- The `Format String Syntax -`__ +`__ section in the documentation is based on the one from Python `string module documentation `__ adapted for the current library. For this reason the documentation is