Skip to content

Commit 36c518e

Browse files
committed
deploy: 39120c6
1 parent fd13124 commit 36c518e

62 files changed

Lines changed: 121 additions & 124 deletions

Some content is hidden

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

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c4167e66bd80736f4a16b995e0bcb065
3+
config: 344362f0700b82647908b0e0887acbae
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
-830 Bytes
Binary file not shown.

main/_sources/how-to/coverage.md.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Code coverage is reported to the command line and to a `cov.xml` file by the com
66
(installing-codecov-github-app)=
77
## Installing Codecov GitHub app
88

9-
If your repo is hosted in the DiamondLightSource org, then the codecov GitHub app is already installed and a global token stored so you don't need to do anything.
9+
If your repo is hosted in the DiamondLightSource org, then the codecov GitHub app is already installed so you don't need to do anything.
1010

1111
If your repo is in an org where the codecov GitHub app is not installed, then follow these steps to install it on the org:
1212

@@ -17,6 +17,4 @@ If your repo is in an org where the codecov GitHub app is not installed, then fo
1717

1818
![Install Codecov](../images/gh-install-codecov.png)
1919

20-
Now you need to visit `https://app.codecov.io/account/gh/<org_name>/org-upload-token` to generate a token for your org, and store it as a secret named `CODECOV_TOKEN` in `https://github.com/organizations/<org_name>/settings/secrets/actions`
21-
22-
Next time you create a pull request or merge to main, the code coverage will be uploaded, and the badge on the repository updated.
20+
Next time you create a pull request or merge to main, the code coverage will be uploaded to `https://app.codecov.io/github/<org_name>/<repo_name>`, and the badge on the repository updated.

main/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '5.0.0a5.dev4+gb4da80f74',
2+
VERSION: '5.0.0a6.dev1+g39120c6ec',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

main/explanations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>Explanations &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>Explanations &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="_static/documentation_options.js?v=f078b744"></script>
44+
<script src="_static/documentation_options.js?v=478e618d"></script>
4545
<script src="_static/doctools.js?v=9bcbadda"></script>
4646
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

main/explanations/decisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>Architectural Decision Records &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>Architectural Decision Records &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="../_static/documentation_options.js?v=f078b744"></script>
44+
<script src="../_static/documentation_options.js?v=478e618d"></script>
4545
<script src="../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>

main/explanations/decisions/0001-record-architecture-decisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>1. Record architecture decisions &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>1. Record architecture decisions &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="../../_static/documentation_options.js?v=f078b744"></script>
44+
<script src="../../_static/documentation_options.js?v=478e618d"></script>
4545
<script src="../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

main/explanations/decisions/0002-make-skeleton.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>2. Make a skeleton repository &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>2. Make a skeleton repository &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="../../_static/documentation_options.js?v=f078b744"></script>
44+
<script src="../../_static/documentation_options.js?v=478e618d"></script>
4545
<script src="../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

main/explanations/decisions/0003-docs-structure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>3. Standard documentation structure &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>3. Standard documentation structure &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="../../_static/documentation_options.js?v=f078b744"></script>
44+
<script src="../../_static/documentation_options.js?v=478e618d"></script>
4545
<script src="../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

main/explanations/decisions/0004-why-src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>4. Use a source directory &#8212; python-copier-template 5.0.0a5.dev4+gb4da80f74 documentation</title>
11+
<title>4. Use a source directory &#8212; python-copier-template 5.0.0a6.dev1+g39120c6ec documentation</title>
1212

1313

1414

@@ -41,7 +41,7 @@
4141
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
4242
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4343

44-
<script src="../../_static/documentation_options.js?v=f078b744"></script>
44+
<script src="../../_static/documentation_options.js?v=478e618d"></script>
4545
<script src="../../_static/doctools.js?v=9bcbadda"></script>
4646
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
4747
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>

0 commit comments

Comments
 (0)