Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest framework docs underway #41

Merged
merged 3 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pages/make_switcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_versions(ref: str, add: Optional[str], remove: Optional[str]) -> List[st

# Make the sorted versions list from main branches and tags
versions: List[str] = []
for version in ["master", "main"] + tags:
for version in ["dev", "main"] + tags:
if version in builds:
versions.append(version)
builds.remove(version)
Expand Down
201 changes: 0 additions & 201 deletions docs/_static/.developer_environment/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions docs/_static/.developer_environment/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_static/.developer_environment/devcontainer-feature.json

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_static/.developer_environment/install.sh

This file was deleted.

3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
from pathlib import Path
from subprocess import check_output

import requests

import epics_containers
import requests

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/developer/how-to/update-tools.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Update the tools
================

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