Skip to content

Commit 173bc22

Browse files
Merge tag '1.5.1' into develop
2 parents 106b652 + 6c72898 commit 173bc22

49 files changed

Lines changed: 484 additions & 249 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PV_Live
33
A Python implementation of the PV_Live web API. See https://www.solar.sheffield.ac.uk/pvlive/
44

5-
**Latest Version: 1.4.0**
5+
**Latest Version: 1.5.1**
66

77
## About this repository
88

-169 KB
Binary file not shown.

docs/build/doctrees/index.doctree

18 Bytes
Binary file not shown.
5.11 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6b2ed2e41e9cd54c1d316afe8fc76945
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 692bfd20908dd4238a1f46aad58c543b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/.buildinfo.bak

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 6b2ed2e41e9cd54c1d316afe8fc76945
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1+
2+
13
<!DOCTYPE html>
24
<html class="writer-html5" lang="en" data-content_root="../">
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Overview: module code &mdash; PV_Live API 1.4.0 documentation</title>
7-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
8-
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
8+
<title>Overview: module code &mdash; PV_Live API 1.5.1 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
10+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
911

1012

11-
<!--[if lt IE 9]>
12-
<script src="../_static/js/html5shiv.min.js"></script>
13-
<![endif]-->
14-
15-
<script src="../_static/jquery.js?v=5d32c60e"></script>
16-
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../_static/documentation_options.js?v=9172181d"></script>
18-
<script src="../_static/doctools.js?v=888ff710"></script>
19-
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
13+
<script src="../_static/jquery.js?v=5d32c60e"></script>
14+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="../_static/documentation_options.js?v=44dfd65d"></script>
16+
<script src="../_static/doctools.js?v=9bcbadda"></script>
17+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2018
<script src="../_static/js/theme.js"></script>
2119
<link rel="index" title="Index" href="../genindex.html" />
2220
<link rel="search" title="Search" href="../search.html" />
@@ -33,9 +31,6 @@
3331
<a href="../index.html" class="icon icon-home">
3432
PV_Live API
3533
</a>
36-
<div class="version">
37-
1.4.0
38-
</div>
3934
<div role="search">
4035
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
4136
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />

docs/build/html/_static/basic.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {

docs/build/html/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/html/_static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)