1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00

Merge branch 'master' of github.com:Kozea/WeasyPrint

This commit is contained in:
Guillaume Ayoub 2013-06-03 18:35:52 +02:00
commit f4836b4a83

View File

@ -59,12 +59,14 @@ Now lets try it:
You should see warnings about unsupported CSS 3 stuff; this is expected.
In the PDF you should see the WeasyPrint logo on the first page.
You can also play with :ref:`navigator`:
You can also play with :ref:`navigator`:\ . Start it with:
.. code-block:: sh
python -m weasyprint.navigator
… and open your browser at http://127.0.0.1:5000/. Read more :ref:`in the tutorial <navigator>`.
If everything goes well, youre ready to :doc:`start using </tutorial>`
WeasyPrint! Otherwise, please copy the full error message and
`report the problem <http://weasyprint.org/community/>`_.