Skip to content

Commit 08d8dea

Browse files
committed
Fix Pipfile.lock
1 parent 0d9a94f commit 08d8dea

File tree

5 files changed

+43
-51
lines changed

5 files changed

+43
-51
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,3 @@ docs/_build/
5959
# PyBuilder
6060
target/
6161

62-
# DLS build dir and virtual environment
63-
/prefix/
64-
/venv/
65-
/lightweight-venv/
66-
/installed.files
67-

Pipfile.lock

Lines changed: 42 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
#
114114
html_theme = "sphinx_rtd_theme"
115115

116-
# Options for the sphinx rtd theme, use DLS blue
116+
# Options for the sphinx rtd theme
117117
html_theme_options = dict(style_nav_header_background="rgb(7, 43, 93)")
118118

119119
# Add any paths that contain custom static files (such as style sheets) here,

docs/explanations/net_protocols.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ provides some form of virtual network within which Pods communicate.
1212

1313
For a useful discussion of this subject see `Kubernetes CNI providers`_
1414

15-
At DLS the Argus cluster uses Weave.
16-
1715
In order to connect to a Pod from outside of the cluster you must configure
1816
a Service. A Service can provide an external IP and port to external clients
1917
and will typically load balance between multiple instances of a given Pod.

docs/explanations/whats_in.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ suit your organizations infrastructure.
3535
Therefore there is a real possibility that multiple facilities can use the
3636
same images with all the economies of scale that this implies.
3737

38-
These generic images are intended to be used in production at DLS once the
39-
Beamline Kubernetes infrastructure is rolled out.
40-
41-
4238
Utilities
4339
---------
4440

0 commit comments

Comments
 (0)