Skip to content

Commit 5c19f55

Browse files
authored
Merge pull request #41 from epics-containers/dev
Latest framework docs underway
2 parents 5eb99c1 + d62daec commit 5c19f55

26 files changed

+169
-354
lines changed

.github/pages/make_switcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_versions(ref: str, add: Optional[str], remove: Optional[str]) -> List[st
4545

4646
# Make the sorted versions list from main branches and tags
4747
versions: List[str] = []
48-
for version in ["master", "main"] + tags:
48+
for version in ["dev", "main"] + tags:
4949
if version in builds:
5050
versions.append(version)
5151
builds.remove(version)

docs/_static/.developer_environment/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

docs/_static/.developer_environment/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/_static/.developer_environment/devcontainer-feature.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/_static/.developer_environment/install.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
from pathlib import Path
99
from subprocess import check_output
1010

11-
import requests
12-
1311
import epics_containers
12+
import requests
1413

1514
# -- General configuration ------------------------------------------------
1615

docs/developer/how-to/update-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Update the tools
22
================
33

4-
This module is merged with the python3-pip-skeleton_. This is a generic
4+
This module is merged with the python3-pip-skeleton_. This is a Generic
55
Python project structure which provides a means to keep tools and
66
techniques in sync between multiple Python projects. To update to the
77
latest version of the skeleton, run::

0 commit comments

Comments
 (0)