diff --git a/README.rst b/README.rst index 8c26ccab..7448b8ff 100644 --- a/README.rst +++ b/README.rst @@ -29,11 +29,11 @@ Features * Write API similar to the one used by IOStreams but stateless allowing faster implementation. * Format API with `format string syntax - `_ + `_ similar to the one used by `str.format `_ in Python. * Safe `printf implementation - `_ + `_ including the POSIX extension for positional arguments. * Support for user-defined types. * High speed: performance of the format API is close to that of @@ -59,7 +59,7 @@ Features * Support for wide strings. * Optional header-only configuration enabled with the ``FMT_HEADER_ONLY`` macro. -See the `documentation `_ for more details. +See the `documentation `_ for more details. Examples -------- @@ -106,10 +106,10 @@ An object of any user-defined type for which there is an overloaded // s == "The date is 2012-12-9" You can use the `FMT_VARIADIC -`_ +`_ macro to create your own functions similar to `format -`_ and -`print `_ +`_ and +`print `_ which take arbitrary arguments: .. code:: c++ @@ -354,7 +354,7 @@ Running the tests Please refer to `Building the library`__ for the instructions on how to build the library and run the unit tests. -__ http://cppformat.readthedocs.org/en/latest/usage.html#building-the-library +__ http://cppformat.github.io/latest/usage.html#building-the-library Benchmarks reside in a separate repository, `format-benchmarks `_, @@ -380,7 +380,7 @@ C++ Format is distributed under the BSD `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