Skip to content

Commit 7cbe2e7

Browse files
committed
Update documentation
1 parent aad922c commit 7cbe2e7

File tree

16 files changed

+624
-4
lines changed

16 files changed

+624
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def linkcode_resolve(domain, info):
145145
html_static_path = ["_static"]
146146

147147
html_logo = "images/logo.svg"
148+
html_favicon = "images/favicon/favicon.svg"
148149

149150
html_theme_options = {
150151
'logo_only': True,

docs/source/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Core Features
2727
=============
2828

2929
* Calculation of expectation values, structure factors, overlaps and correlation
30-
lengths of (infinite) PEPS states.
30+
lengths of infinite PEPS states.
3131
* Variational optimization for ground state search of Hamiltonian models using
3232
automatic differentiation.
3333
* Predefined mappings of other lattices (kagome, maple-leaf, ...) to square and

docs/source/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all: ${PDFS} ${SVGS} logo.png
1616
inkscape --pdf-poppler "$<" -o "$@"
1717

1818
%.png: %.pdf
19-
inkscape --pdf-poppler "$<" --export-dpi=200 --export-png="$@"
19+
inkscape --pdf-poppler "$<" --export-dpi=300 --export-png="$@"
2020

2121
texauxclean:
2222
rm -f ${AUXS}
19.8 KB
Loading
94.1 KB
Loading
17.6 KB
Loading
504 Bytes
Loading
1.24 KB
Loading
15 KB
Binary file not shown.

0 commit comments

Comments
 (0)