Commit 32392597 authored by Victor Zverovich's avatar Victor Zverovich

Move Usage section to a separate file

parent 2b17d473
......@@ -2,25 +2,9 @@
C++ Format
##########
*****
Usage
*****
To use the C++ Format library, add ``format.h`` and ``format.cc`` from
a `release archive <https://github.com/cppformat/cppformat/releases/latest>`_
or the `Git repository <https://github.com/cppformat/cppformat>`_ to your project.
If you are using Visual C++ with precompiled headers, you might need to add
the line
::
#include "stdafx.h"
before other includes in ``format.cc``.
.. toctree::
:maxdepth: 2
usage
reference
syntax
.. highlight:: c++
*****
Usage
*****
To use the C++ Format library, add ``format.h`` and ``format.cc`` from
a `release archive <https://github.com/cppformat/cppformat/releases/latest>`_
or the `Git repository <https://github.com/cppformat/cppformat>`_ to your project.
If you are using Visual C++ with precompiled headers, you might need to add
the line
::
#include "stdafx.h"
before other includes in ``format.cc``.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment