Skip to content

Commit

Permalink
forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Relm-Arrowny committed Oct 24, 2024
1 parent 0eb32b5 commit 0cc3bda
Show file tree
Hide file tree
Showing 22 changed files with 115 additions and 431 deletions.
13 changes: 13 additions & 0 deletions docs/_api/i10_bluesky.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
``i10_bluesky``
===============

.. automodule:: i10_bluesky
:members:








38 changes: 36 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
description = "i10 bluesky project"
dependencies = [] # Add project dependencies here, e.g. ["click", "numpy"]
dependencies = [
#Things that are neeeded for running
"blueapi",
"ophyd",
"dls-dodal",
"ophyd-async",
"bluesky",


#usefull stuff for testing or running without blue api
"jupyter",
"ipython",
"matplotlib",
"numpy",
"pyepics",
] # Add project dependencies here, e.g. ["click", "numpy"]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
Expand All @@ -32,8 +47,27 @@ dev = [
"sphinx-autobuild",
"sphinx-copybutton",
"sphinx-design",
"autodoc-pydantic",
"sphinxcontrib-mermaid",
"sphinxcontrib-openapi",
"sphinx-click",
"tox-direct",
"types-mock",
"pytest-asyncio",
"super_state_machine",
#===========================
"h5py",
"ipython",
"ipywidgets",
"numpydoc",
"pickleshare",
"pyside6",
"pytest-faulthandler",
"pytest-rerunfailures",
"pytest-timeout",
"types-pyyaml",
"softioc",
"cothread",
]

[project.scripts]
Expand All @@ -52,7 +86,7 @@ version_file = "src/i10_bluesky/_version.py"

[tool.pyright]
typeCheckingMode = "standard"
reportMissingImports = false # Ignore missing stubs in imported modules
reportMissingImports = false # Ignore missing stubs in imported modules

[tool.pytest.ini_options]
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
Expand Down
Empty file.
45 changes: 0 additions & 45 deletions src/i10_bluesky/devices/pimteAD.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/i10_bluesky/devices/rasor/detectorSlits.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/i10_bluesky/devices/rasor/i10.py

This file was deleted.

22 changes: 0 additions & 22 deletions src/i10_bluesky/devices/scalerCard.py

This file was deleted.

Empty file removed src/i10_bluesky/epics/__init__.py
Empty file.
Empty file.
28 changes: 0 additions & 28 deletions src/i10_bluesky/epics/drivers/pimte1_driver.py

This file was deleted.

66 changes: 0 additions & 66 deletions src/i10_bluesky/epics/pimte_controller.py

This file was deleted.

Empty file removed src/i10_bluesky/plans/__init__.py
Empty file.
Empty file.
89 changes: 0 additions & 89 deletions src/i10_bluesky/plans/rasor/pimte_plans.py

This file was deleted.

Loading

0 comments on commit 0cc3bda

Please sign in to comment.