Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca0f785

Browse files
committed
Merge branch 'documentation' into develop
2 parents 3908858 + f4d3016 commit ca0f785

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ xhtml2pdf
44

55
HTML/CSS to PDF converter based on Python
66

7-
ABOUT
7+
About
88
=====
99

1010
``xhtml2pdf`` is a html2pdf converter using the ReportLab Toolkit,
@@ -15,16 +15,16 @@ The main benefit of this tool that a user with Web skills like HTML and CSS
1515
is able to generate PDF templates very quickly without learning new
1616
technologies.
1717

18-
REQUIREMENTS
18+
Requirements
1919
============
2020

2121
#. `Reportlab Toolkit 2.2+ <http://www.reportlab.org/>`_
2222
#. `html5lib 0.11.1+ <http://code.google.com/p/html5lib/>`_
2323
#. `pyPdf 1.11+ (optional) <http://pybrary.net/pyPdf/>`_
2424

25-
All requirements are listed in ``requirements.txt`` file.
25+
All requirements are listed in ``requirements.txt`` file.
2626

27-
DEVELOPMENT ENVIRONMENT
27+
Development environment
2828
=======================
2929

3030
Python, virtualenv and dependencies
@@ -72,13 +72,13 @@ Python, virtualenv and dependencies
7272

7373
OK
7474

75-
PYTHON INTEGRATION
75+
Python integration
7676
==================
7777

7878
Some simple demos of how to integrate xhtml2pdf into
7979
a Python program may be found here: test/simple.py
8080

81-
CONTRIBUTING
81+
Contributing
8282
============
8383

8484
Development for this software happend on github, and the main fork is
@@ -88,7 +88,7 @@ Contributions are welcome in any format, but using github's pull request
8888
system is very highly preferred since it makes review and integration
8989
much easier.
9090

91-
RUNNING TESTS
91+
Running tests
9292
=============
9393

9494
Two different test suites are available to assert xhtml2pdf works reliably:
@@ -102,16 +102,16 @@ Two different test suites are available to assert xhtml2pdf works reliably:
102102
#. Functional tests. Thanks to mawe42's super cool work, a full functional
103103
test suite lives in testrender/.
104104

105-
CONTACT
105+
Contact
106106
=======
107107

108-
IRC: #xhtml2pdf on freenode
109-
Mailing list: [email protected]
110-
Google group: http://groups.google.com/group/xhtml2pdf
108+
* IRC: #xhtml2pdf on freenode
109+
* Mailing list: [email protected]
110+
* Google group: http://groups.google.com/group/xhtml2pdf
111111

112112
Maintainer: Chris Glass <[email protected]>
113113

114-
LICENSE
114+
License
115115
=======
116116

117117
Copyright 2010 Dirk Holtwick, holtwick.it

0 commit comments

Comments
 (0)