Skip to content

Commit

Permalink
Merge pull request #6 from wannier-berri/find_projections
Browse files Browse the repository at this point in the history
link to wannier-berri.org
  • Loading branch information
stepan-tsirkin authored Oct 30, 2024
2 parents 0a3ceec + a1bd905 commit 3714132
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{% extends "!layout.html" %}

{% block header %}
<img src="{{ pathto("_static/WANNIERBERRI-line-redblack.png", 1) }}" alt="WannierBerri logo" />
{% endblock %}

{% block extrahead %}
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
{% endblock %}

{% block menu %}
{{ super() }}
<a href="genindex.html">Index</a>
<a href="http://wannier-berri.org">Back to Wannier-Berri.org</a>
{% endblock %}


4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]


html_baseurl = 'https://wannier-berri.org'
html_baseurl = 'https://tutorial.wannier-berri.org'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down Expand Up @@ -97,7 +97,7 @@ def setup(app):
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.
html_use_opensearch = 'https://wannier-berri.org'
html_use_opensearch = 'https://tutorial.wannier-berri.org'

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit 3714132

Please sign in to comment.