Skip to content

Commit

Permalink
Changed colour scheme for docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed May 31, 2024
1 parent 6e8bcc9 commit f722d25
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
36 changes: 36 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

{% extends "!layout.html" %}
{% block footer %} {{ super() }}

<style>
/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #e92603;
}

.caption-text, .header h1 {
color: #ef4d5a
}

.note {
background: #BEEF9E
}
.admonition-title {
background: #335145
}

.wy-nav-side {
background: #001711;
}

</style>
{% endblock %}

<!--
a {
color: #828C51;
}
a:visited {
color: #a2b442;
} -->
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
sys.path.insert(0, os.path.abspath('../../'))

project = 'PADOCC Package'
copyright = '2024, Daniel Westwood'
copyright = ('2022-2024, Centre of Environmental Data Analysis Developers,'
'Scientific and Technical Facilities Council (STFC),'
'UK Research and Innovation (UKRI). '
'BSD 2-Clause License. All rights reserved.')
author = 'Daniel Westwood'
release = 'v1.1'

Expand Down
6 changes: 5 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ The pipeline consists of four central phases, with an additional phase for inges
Allocations <allocation>
Utils <extras>

Indices and tables


Indices and Tables
==================

* :ref:`genindex`
Expand All @@ -69,6 +71,8 @@ PADOCC was developed at the Centre for Environmental Data Analysis, supported by

.. image:: _images/ceda.png
:alt: CEDA Logo
:width: 300

.. image:: _images/esa.png
:alt: ESA Logo
:width: 300

0 comments on commit f722d25

Please sign in to comment.