Skip to content

Commit bbc259d

Browse files
committed
Doc updates
1 parent 34b3e08 commit bbc259d

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

docs/mkdocs-pdf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plugins:
1515
# the copyright text from mkdocs-base.yml will be
1616
# used instead
1717
copyright: " "
18+
year: "2022"
1819
cover: true # see templates/cover.html
1920
back_cover: true
2021
# Overrridden by templates/cover.html

docs/requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#Alternative for pdf creation - broken on nixos and lately ubuntu
1+
#Alternative for pdf creation
22
mkdocs-with-pdf
3-
# Export to pdf - see https://comwes.github.io/mkpdfs-mkdocs-plugin/index.html
4-
#mkpdfs-mkdocs
53
# Rather do
64
# pip install -e git+https://github.com/jwaschkau/mkpdfs-mkdocs-plugin.git#egg=mkpdfs-mkdocs
75
mkdocs-material

docs/templates/cover.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<p style="font-size: xx-large">QGIS Animation Workbench Documentation
1+
<p style="font-size: xx-large">{{ cover_title }}
22
</p>
3-
<p>Tim Sutton, Nyall Dawson, Jeremy Prior</p>
4-
<p>2022</p>
3+
<img src="{{cover_logo}}" />
4+
<p style="font-size: x-large">{{ cover_subtitle }}
5+
</p>
6+
<p style="font-size: xx-large"> </p>
7+
<p style="font-size: large">{{ author }}
8+
</p>
9+
<p style="font-size: xx-large"> </p>
10+
<p>{{ year }}</p>

docs/templates/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ h6 {
361361
}
362362

363363
h1 {
364+
page-break-before: always;
364365
counter-increment: c1;
365366
counter-reset: c3;
366367
counter-reset: c2;

docs/templates/styles.scss.templ

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ h6 {
361361
}
362362

363363
h1 {
364+
page-break-before: always;
364365
counter-increment: c1;
365366
counter-reset: c3;
366367
counter-reset: c2;

docs/templates/variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Sass property declarations */
2-
$document-title: 'QGIS Animation Workbench';
2+
$document-title: 'Animation Workbench';
33
$document-title-color: #ffffff;
44
$show-top-left-corner-logo: true;
55
$primary-color: #54a2cc;

0 commit comments

Comments
 (0)