Skip to content

Commit

Permalink
docs: acknowledge sponsors in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed May 10, 2021
1 parent 62ad749 commit 53605ff
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PAPER =
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
#ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
ALLSPHINXOPTS = -j 1 source
ALLSPHINXOPTS = -j 3 source
#ALLSPHINXOPTS = source
BUILDDIR = $(filter-out $@, $(MAKECMDGOALS))

Expand Down
Binary file added docs/_templates/logo_ERC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_templates/logo_NCAS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_templates/logo_NERC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/_templates/sponsors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{#
Acknowledge sponsors in sidebar.
#}

<br>
cfdm development has been supported by
the <a href="https://erc.europa.eu/">ERC</a>
through <a href="https://cordis.europa.eu/project/id/247220">Seachange</a>,
<a href="https://cordis.europa.eu/project/id/786427">Couplet</a>, and
<a href="https://cordis.europa.eu/project/id/824084">IS-ENES3</a>;
by <a href="https://nerc.ukri.org/">NERC</a> through
<a href="https://gtr.ukri.org/project/0D95A6DB-0B95-48F7-8A8B-7B9A47DEA117">UKFAFMIP</a>;
and by <a href="https://ncas.ac.uk/">NCAS</a>.
<br>
<br>
<img src="../_templates/logo_ERC.png" height="50">
<img src="../_templates/logo_NERC.png" height="45">
<br>
<img src="../_templates/logo_NCAS.png" height="40">
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def _get_date():
"searchbox.html",
"globaltoc.html",
"relations.html",
# 'sourcelink.html',
"sponsors.html", # file found in docs/_templates
]
}

Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@

* :ref:`genindex`
* :ref:`Search <search>`

0 comments on commit 53605ff

Please sign in to comment.