Skip to content

Commit 3e9ea53

Browse files
committed
Move constitution to separate directory, ignore html/pdf
Also stop recommending weasyprint (it does the bullet points wrong)
1 parent 8c7e2ee commit 3e9ea53

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Official rules of [Python New Zealand](https://python.nz).<br>
44
This repository holds the authoritative source code of the documents and tracks changes to them.
55

6-
* Constitution
6+
* [Constitution](constitution/constitution.md)
77
* Bylaws
88
* Code of Conduct
99

@@ -31,8 +31,8 @@ pandoc -s constitution.md -o constitution.html -c constitution.css -V "pagetitle
3131

3232
#### Create PDF
3333

34-
Use [weasyprint](https://weasyprint.org) or similar, or just print from your browser:
35-
```
36-
weasyprint constitution.html constitution.pdf
37-
```
34+
Just print the HTML from your browser to a PDF file.<br>
35+
If you want to use a dedicated conversion tool instead, check that it does the job correctly
36+
(the numbering of bullets and sub bullets is where [weasyprint] failed)
37+
3838

constitution/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
constitution.html
2+
constitution.pdf
3+
File renamed without changes.

0 commit comments

Comments
 (0)