Skip to content

Commit 10a05c2

Browse files
committed
Retrospective notes
1 parent d7913cc commit 10a05c2

File tree

82 files changed

+393
-426
lines changed

Some content is hidden

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

82 files changed

+393
-426
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/*
22
.venv/
33
ibex_developers_manual.egg-info/
4+
build/

doc/Retrospective-Notes.md

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

doc/Retrospective-Notes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Retrospective Notes
2+
===================
3+
4+
.. toctree::
5+
:titlesonly:
6+
:reversed:
7+
:caption: Retrospective Notes
8+
:glob:
9+
:maxdepth: 1
10+
11+
retrospective-notes/*

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
("py:obj", r"^.*\.T.*_co$"),
2828
]
2929

30-
myst_enable_extensions = ["dollarmath", "strikethrough", "colon_fence"]
30+
myst_enable_extensions = ["dollarmath", "strikethrough", "colon_fence", "linkify"]
3131
suppress_warnings = ["myst.strikethrough"]
3232

3333
extensions = [

doc/index.rst

Lines changed: 4 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
1-
2-
3-
Welcome to ibex_bluesky_core's documentation!
4-
=============================================
5-
6-
``ibex_bluesky_core`` is a library of common ``bluesky`` functionality and ``ophyd-async``
7-
devices for use on the ISIS neutron & muon source's beamlines.
8-
9-
`Bluesky <https://blueskyproject.io/bluesky/main/index.html>`_ is a generic data acquisition
10-
framework, which started at NSLS-ii but is developed as a multi-facility collaboration. Bluesky
11-
provides concepts such as "scanning" in a generic way.
12-
13-
`ophyd-async <https://blueskyproject.io/ophyd-async/main/index.html>`_ is a python device
14-
abstraction library, which allows bluesky to communicate with an underlying control system
15-
(EPICS/IBEX, in our case).
16-
17-
``ibex_bluesky_core`` provides:
18-
19-
- Central configuration for core bluesky classes, such as the ``RunEngine``.
20-
- ``RunEngine`` Callbacks customized for use at ISIS: file writing, plotting, fitting, ...
21-
- Central implementations of ISIS device classes using ``ophyd-async``: Blocks, DAE, ...
22-
- Bluesky or scanning-related utilities which are useful across multiple beamlines.
23-
24-
25-
Getting started
1+
IBEX Developer's manual
262
===============
273

284
.. toctree::
@@ -31,76 +7,9 @@ Getting started
317
:glob:
328

339
tutorial/overview.md
34-
35-
Reference documentation
36-
=======================
37-
38-
.. toctree::
39-
:maxdepth: 2
40-
:caption: Devices
41-
:glob:
42-
43-
devices/*
44-
45-
.. toctree::
46-
:maxdepth: 2
47-
:caption: Callbacks
48-
:glob:
49-
50-
callbacks/*
51-
52-
.. toctree::
53-
:maxdepth: 2
54-
:caption: Fitting
55-
:glob:
56-
57-
fitting/*
58-
59-
.. toctree::
60-
:maxdepth: 2
61-
:caption: Plan stubs
62-
:glob:
63-
64-
plan_stubs/*
65-
66-
.. toctree::
67-
:maxdepth: 2
68-
:caption: Plans
69-
:glob:
70-
71-
plans/*
72-
73-
.. toctree::
74-
:maxdepth: 2
75-
:caption: Plans (Reflectometry)
76-
:glob:
77-
78-
plans/reflectometry/*
79-
80-
.. toctree::
81-
:maxdepth: 2
82-
:caption: Preprocessors
83-
:glob:
84-
85-
preprocessors/*
86-
87-
.. toctree::
88-
:maxdepth: 2
89-
:caption: Developer information
90-
:glob:
91-
92-
dev/*
9310

9411
.. toctree::
95-
:titlesonly:
96-
:caption: Architectural decisions
97-
:glob:
9812
:maxdepth: 1
99-
100-
architectural_decisions/*
101-
102-
.. toctree::
103-
:titlesonly:
104-
:caption: API reference
105-
106-
_api
13+
:caption: Retrospective Notes
14+
15+
Retrospective-Notes.rst

doc/Retrospective-Notes-2018.02.14.md renamed to doc/retrospective-notes/Retrospective-Notes-2018.02.14.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
> [Wiki](Home) > [Project overview](Project-Overview) > [Notes from Retrospectives](Retrospective-Notes) > [Retrospective Notes 2018.02.14](Retrospective-Notes-2018.02.14)
2-
1+
# 2018-02-14
32

43
## Sprint_2018_01_18
54
#### Date of Sprint Retrospective: 14-02-2018

doc/Retrospective-Notes-2018.03.14.md renamed to doc/retrospective-notes/Retrospective-Notes-2018.03.14.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
> [Wiki](Home) > [Project overview](Project-Overview) > [Notes from Retrospectives](Retrospective-Notes) > [Retrospective Notes 2018.03.14](Retrospective-Notes-2018.03.14)
1+
# 2018-03-14
22

33
## Sprint_2018_02_15
4-
#### Date of Sprint Retrospective: 14-03-2018
4+
5+
### Date of Sprint Retrospective: 14-03-2018
56

67
1. Build Performance
78
* builds are now much faster.

doc/Retrospective-Notes-2018.09.26.md renamed to doc/retrospective-notes/Retrospective-Notes-2018.09.26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> [Wiki](Home) > [Project overview](Project-Overview) > [Notes from Retrospectives](Retrospective-Notes) > [Retrospective Notes 2018.09.26](Retrospective-Notes-2018.09.26)
1+
# 2018-09-26
22

33
1. Want to put Tools in one place. [John: maybe 2 - deployed and non-deployed]. Examples are
44
- config checker

doc/Retrospective-Notes-2018.10.29.md renamed to doc/retrospective-notes/Retrospective-Notes-2018.10.29.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2018-10-29
2+
13
Generally slow sprint because of holidays. Please announce holidays to Kevin where possible so it can be planned in.
24

35
* Should we automatically measure how long tickets took?

doc/Retrospective-Notes-2018.11.21.md renamed to doc/retrospective-notes/Retrospective-Notes-2018.11.21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> [Wiki](Home) > [Project overview](Project-Overview) > [Notes from Retrospectives](Retrospective-Notes) > [Sprint Ending 2018-11-21](Retrospective-Notes-2018.11.21)
1+
# 2018-11-21
22

33
Short sprint with too many tickets made it weird; make sure next sprint is reasonable.
44

0 commit comments

Comments
 (0)