Skip to content

Commit ef4faa4

Browse files
committed
processes
1 parent 32cfaf6 commit ef4faa4

File tree

869 files changed

+172
-228
lines changed

Some content is hidden

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

869 files changed

+172
-228
lines changed

doc/Deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> [Wiki](Home) > [Deployment](Deployment)
1+
# Deployment
22

33
- [Deployment Strategy](Deployment-strategy)
44
- [Creating a Release](Creating-a-release)
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
Instrument Details
2-
==================
1+
# Instrument Details
32

43
These instrument details pages provide historical context about the devices on a specific instrument,
54
at the time they were migrated to IBEX.
6-
7-
.. toctree::
8-
:titlesonly:
9-
:glob:
10-
:maxdepth: 1
115

12-
instrument-details/*
6+
```{toctree} Instrument Details
7+
:glob:
8+
:maxdepth: 1
9+
10+
instrument-details/*
11+
```

doc/Processes.md

Lines changed: 59 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,72 @@
1-
> [Wiki](Home) > [Processes](Processes)
1+
# Processes
22

33
Various Processes or tasks and info into how they should work. Remember rules can be bent or broken but think about why you are doing that.
44

5-
- [Modifying Code on an instrument or Fixing bugs on an Instrument](Modifying-Code-on-an-instrument)
5+
## Patching
66

7-
- [Modifying/setting up a device on an instrument](Modifying-Device-on-an-Instrument)
7+
```{toctree}
8+
:glob:
9+
:titlesonly:
810
9-
**Workflow:**
10-
- [Tickets and their Workflow](Tickets-and-their-Workflow)
11-
- [Git Workflow](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Git-workflow)
12-
- [Program Increment Planning](Program-Increment-Planning)
13-
- **Sprints:**
14-
- [Meeting Roles and Rotas](Meeting-Roles-and-Rotas)
15-
- [Estimating Sprint Capacity](Estimating-Sprint-Capacity)
16-
- [Sprint Burn down Chart](Sprint-Burn-down-Chart)
17-
- [The PM Workbook](PM-Workbook)
18-
- **Meetings:**
19-
- [Backlog Preparation/Pre-Planning](Backlog-Preparation) - This meeting is unlikely to occur
20-
- [Sprint Planning](Sprint-Planning)
21-
- [Sprint Review](Sprint-Review)
22-
- [Sprint Retrospective](Sprint-Retrospective)
11+
processes/Modifying-Code-on-an-instrument
12+
processes/Modifying-Device-on-an-Instrument
13+
```
2314

24-
- [External Contributions](External-Contributions)
15+
## Development
2516

26-
- [Regular Demos of IBEX to Scientists](Regular-Demos-of-IBEX-to-Scientists)
17+
```{toctree}
18+
:glob:
19+
:titlesonly:
2720
28-
- Special Days
29-
- [Friday Quality Time](Friday-Quality-Time)
30-
- [Technical Debt Stand-down](Technical-Debt-Stand-down)
21+
processes/Git-workflow
22+
processes/Tickets-and-their-Workflow
23+
processes/Umbrella-Tickets
24+
processes/Dependency-Updates
25+
processes/External-Contributions
26+
```
3127

32-
- [Training Instrument Scientists in IBEX](Training-Instrument-Scientists-in-IBEX)
28+
## Internal meetings
3329

34-
- [Prioritisation of tickets](Prioritisation-of-Tickets)
30+
```{toctree}
31+
:glob:
32+
:titlesonly:
3533
36-
- [Umbrella Tickets](Umbrella-Tickets) Creation of an umbrella/epic tickets or spins inside an umbrella/epic ticket
34+
processes/Meeting-Roles-and-Rotas
35+
processes/Backlog-Preparation
36+
processes/Sprint-Planning
37+
processes/Sprint-Review-and-Retro
38+
processes/Program-Increment-Planning
39+
processes/Technical-Debt-Stand-down
40+
```
3741

38-
- [Dependency Update](Dependency-updates)
42+
## External meetings
3943

40-
- [Obtaining access to the Instrument Hall](Obtaining-access-to-the-Instrument-Hall)
44+
```{toctree}
45+
:glob:
46+
:titlesonly:
47+
48+
processes/Regular-Demos-of-IBEX-to-Scientists
49+
processes/Training-Instrument-Scientists-in-IBEX
50+
```
51+
52+
## Project management
53+
54+
```{toctree}
55+
:glob:
56+
:titlesonly:
57+
58+
processes/PM-Workbook
59+
processes/Estimating-Sprint-Capacity
60+
processes/Sprint-Burn-down-Chart
61+
processes/Prioritisation-of-Tickets
62+
```
63+
64+
## Admin
65+
66+
```{toctree}
67+
:glob:
68+
:titlesonly:
69+
70+
processes/Obtaining-access-to-the-Instrument-Hall
71+
processes/Remote-Working
72+
```

doc/Retrospective-Notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Sprint Retrospective Notes
2+
3+
Notes from sprint retrospective meetings.
4+
5+
```{toctree} Retrospective Notes
6+
:reversed:
7+
:glob:
8+
:maxdepth: 1
9+
10+
retrospective-notes/*
11+
```

doc/Retrospective-Notes.rst

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

doc/Sprint-Retrospective.md

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

doc/Sprint-Review.md

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

doc/Technical-debt-stand-down-Documentation.md

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

doc/index.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,28 @@ IBEX Developer's manual
22
===============
33

44
.. toctree::
5-
:maxdepth: 2
6-
:caption: Tutorial
7-
:glob:
8-
9-
tutorial/overview.md
5+
:maxdepth: 1
6+
:caption: IBEX Server
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
:caption: User Interface
11+
12+
.. toctree::
13+
:maxdepth: 1
14+
:caption: Deployment
15+
16+
Deployment
1017

1118
.. toctree::
1219
:maxdepth: 1
13-
:caption: Instrument Details
20+
:caption: Project Processes & Meetings
1421

15-
Instrument-Details.rst
22+
Processes
23+
Retrospective-Notes
1624

1725
.. toctree::
1826
:maxdepth: 1
19-
:caption: Retrospective Notes
27+
:caption: Instrument Migration Notes
2028

21-
Retrospective-Notes.rst
29+
Instrument-Details
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
> [Wiki](Home) > [Processes](Processes) > [Backlog Preparation](Backlog-Preparation)
1+
# Sprint pre-planning
22

33
This meeting is often called pre-planning. This meeting is just a pre-runner to sprint planning and shares the same process see [Sprint Planning](Sprint-Planning).

0 commit comments

Comments
 (0)