Skip to content

Commit e172cb0

Browse files
authored
Update docs for v2.4.0 (#1681)
* docs: update contributing to be more clear about squash requirements * docs: fix issue with GenericModel wrapping
1 parent c04fa39 commit e172cb0

File tree

16 files changed

+61
-41
lines changed

16 files changed

+61
-41
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ When you are ready to open a pull request, please link any relevant issues and r
179179
- Manually increment the major/minor/patch versions of the core files as needed
180180
- Push the branch and open a PR into main
181181
- After this push, any last minute changes to the release-vX.Y.Z will have to done to via a PR
182-
- After review, use a merge commit to merge into main
183-
- Open a PR from main back into dev so they're synced again
182+
- After review, use a **merge commit** to merge into main, DO NOT SQUASH INTO MAIN
183+
- Open a PR from main back into dev so they're synced again, bypass the rules to use a **merge commit**, DO NOT SQUASH MAIN INTO DEV
184184
- Create a Github release with the corresponding tag, modify the auto-generated release notes to focus on the major changes that occurred

docs/source/acquisition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Summary of a StimulusEpoch
149149

150150
| Field | Type | Title (Description) |
151151
|-------|------|-------------|
152-
| `output_parameters` | `dict` | Additional metrics |
152+
| `output_parameters` | `Optional[dict]` | Additional metrics |
153153
| `reward_consumed_during_epoch` | `Optional[decimal.Decimal]` | Reward consumed during training (uL) |
154154
| `reward_consumed_unit` | Optional[[VolumeUnit](aind_data_schema_models/units.md#volumeunit)] | Reward consumed unit |
155155
| `trials_total` | `Optional[int]` | Total trials |

docs/source/aind_data_schema_models/coordinates.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ Origin positions for coordinate systems
6464
| `ORIGIN` | `Origin` |
6565
| `BREGMA` | `Bregma` |
6666
| `LAMBDA` | `Lambda` |
67-
| `C1` | `C1` |
68-
| `C2` | `C2` |
69-
| `C3` | `C3` |
70-
| `C4` | `C4` |
71-
| `C5` | `C5` |
72-
| `C6` | `C6` |
73-
| `C7` | `C7` |
67+
| `BETWEEN_C1_C2` | `Between_C1-C2` |
68+
| `BETWEEN_C2_C3` | `Between_C2-C3` |
69+
| `BETWEEN_C3_C4` | `Between_C3-C4` |
70+
| `BETWEEN_C4_C5` | `Between_C4-C5` |
71+
| `BETWEEN_C6_C7` | `Between_C6-C7` |
72+
| `BETWEEN_C7_C8` | `Between_C7-C8` |
73+
| `BETWEEN_C8_T1` | `Between_C8-T1` |
74+
| `BETWEEN_T1_T2` | `Between_T1-T2` |
7475
| `TIP` | `Tip` |
7576
| `FRONT_CENTER` | `Front_center` |
7677
| `ARENA_CENTER` | `Arena_center` |

docs/source/aind_data_schema_models/modalities.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@ Modalities
88

99
| Name | name | abbreviation |
1010
|------|------|------|
11+
| `BARSEQ` | `Barcoded anatomy resolved by sequencing` | `BARseq` |
1112
| `BEHAVIOR` | `Behavior` | `behavior` |
1213
| `BEHAVIOR_VIDEOS` | `Behavior videos` | `behavior-videos` |
14+
| `BRIGHTFIELD` | `Brightfield microscopy` | `brightfield` |
1315
| `CONFOCAL` | `Confocal microscopy` | `confocal` |
1416
| `ECEPHYS` | `Extracellular electrophysiology` | `ecephys` |
17+
| `EM` | `Electron microscopy` | `EM` |
1518
| `EMG` | `Electromyography` | `EMG` |
1619
| `FIB` | `Fiber photometry` | `fib` |
1720
| `FMOST` | `Fluorescence micro-optical sectioning tomography` | `fMOST` |
1821
| `ICEPHYS` | `Intracellular electrophysiology` | `icephys` |
1922
| `ISI` | `Intrinsic signal imaging` | `ISI` |
23+
| `MAPSEQ` | `Multiplexed analysis of projections by sequencing` | `MAPseq` |
2024
| `MERFISH` | `Multiplexed error-robust fluorescence in situ hybridization` | `merfish` |
2125
| `MRI` | `Magnetic resonance imaging` | `MRI` |
2226
| `POPHYS` | `Planar optical physiology` | `pophys` |
23-
| `SLAP` | `Scanned line projection imaging` | `slap` |
27+
| `SCRNASEQ` | `Single cell RNA sequencing` | `scRNAseq` |
28+
| `SLAP2` | `Random access projection microscopy` | `slap2` |
2429
| `SPIM` | `Selective plane illumination microscopy` | `SPIM` |
30+
| `STPT` | `Serial two-photon tomogrophy` | `STPT` |
2531

2632

docs/source/aind_data_schema_models/organizations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Organization
1616
| `AILIPU` | `Ailipu` | `Ailipu Technology Co` | `None` | `None` |
1717
| `AIND` | `AIND` | `Allen Institute for Neural Dynamics` | `Registry.ROR` | `04szwah67` |
1818
| `AMS_OSRAM` | `None` | `ams OSRAM` | `Registry.ROR` | `045d0h266` |
19+
| `ARDUINO` | `None` | `Arduino` | `None` | `None` |
1920
| `ARECONT_VISION_COSTAR` | `None` | `Arecont Vision Costar` | `None` | `None` |
2021
| `ASI` | `ASI` | `Applied Scientific Instrumentation` | `None` | `None` |
2122
| `ASUS` | `None` | `ASUS` | `Registry.ROR` | `00bxkz165` |
@@ -126,6 +127,7 @@ Organization
126127
| `TWCF` | `TWCF` | `Templeton World Charity Foundation` | `Registry.ROR` | `00x0z1472` |
127128
| `TYMPHANY` | `None` | `Tymphany` | `None` | `None` |
128129
| `UCSD` | `UCSD` | `University of California, San Diego` | `Registry.ROR` | `0168r3w48` |
130+
| `UNKNOWN` | `UNKNOWN` | `Unknown` | `None` | `None` |
129131
| `UPENN` | `UPENN` | `University of Pennsylvania` | `Registry.ROR` | `00b30xv10` |
130132
| `VIEWORKS` | `None` | `Vieworks` | `None` | `None` |
131133
| `VORTRAN` | `None` | `Vortran` | `None` | `None` |

docs/source/aind_data_schema_models/process_names.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Process names
3737
| `IMAGE_TILE_PROJECTION` | `Image tile projection` |
3838
| `MODEL_EVALUATION` | `Model evaluation` |
3939
| `MODEL_TRAINING` | `Model training` |
40+
| `NEURON_SKELETON_PROCESSING` | `Neuron skeleton processing` |
4041
| `NEUROPIL_SUBTRACTION` | `Neuropil subtraction` |
4142
| `OTHER` | `Other` |
4243
| `PIPELINE` | `Pipeline` |

docs/source/aind_data_schema_models/registries.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ Registries
99
| Name | Value |
1010
|------|-------|
1111
| `ADDGENE` | `Addgene (ADDGENE)` |
12+
| `DOI` | `Digital Object Identifier (DOI)` |
1213
| `EMAPA` | `Edinburgh Mouse Atlas Project (EMAPA)` |
1314
| `MGI` | `Mouse Genome Informatics (MGI)` |
15+
| `GENBANK` | `NCBI GenBank (GENBANK)` |
1416
| `NCBI` | `National Center for Biotechnology Information (NCBI)` |
1517
| `ORCID` | `Open Researcher and Contributor ID (ORCID)` |
1618
| `ROR` | `Research Organization Registry (ROR)` |

docs/source/components/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Configuration of a 3D scan
261261
| `subject_position` | [SubjectPosition](#subjectposition) | Subject position |
262262
| `resolution` | Optional[[Scale](coordinates.md#scale)] | Voxel resolution |
263263
| `resolution_unit` | Optional[[SizeUnit](../aind_data_schema_models/units.md#sizeunit)] | Voxel resolution unit |
264-
| `additional_scan_parameters` | `dict` | Parameters |
264+
| `additional_scan_parameters` | `Optional[dict]` | Parameters |
265265
| `notes` | `Optional[str]` | Notes |
266266
| `device_name` | `str` | Device name (Must match a device defined in the instrument.json) |
267267

docs/source/components/devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,9 @@ Description of visual display for visual stimuli
622622
| `viewing_distance` | `decimal.Decimal` | Viewing distance (cm) |
623623
| `viewing_distance_unit` | [SizeUnit](../aind_data_schema_models/units.md#sizeunit) | Viewing distance unit |
624624
| `contrast` | `Optional[int]` | Contrast (Monitor's contrast setting) |
625-
| `contrast_unit` | `Optional[UnitlessUnit]` | Contrast unit |
625+
| `contrast_unit` | Optional[[UnitlessUnit](../aind_data_schema_models/units.md#unitlessunit)] | Contrast unit |
626626
| `brightness` | `Optional[int]` | Brightness (Monitor's brightness setting) |
627-
| `brightness_unit` | `Optional[UnitlessUnit]` | Brightness unit |
627+
| `brightness_unit` | Optional[[UnitlessUnit](../aind_data_schema_models/units.md#unitlessunit)] | Brightness unit |
628628
| `name` | `str` | Device name |
629629
| `serial_number` | `Optional[str]` | Serial number |
630630
| `model` | `Optional[str]` | Model |

docs/source/components/identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Code or script identifier
1212
| `name` | `Optional[str]` | Name |
1313
| `version` | `Optional[str]` | Code version |
1414
| `container` | Optional[[Container](#container)] | Container |
15-
| `run_script` | `Optional[pathlib.Path]` | Run script (Path to run script) |
15+
| `run_script` | `Optional[pathlib._local.Path]` | Run script (Path to run script) |
1616
| `language` | `Optional[str]` | Programming language (Programming language used) |
1717
| `language_version` | `Optional[str]` | Programming language version |
1818
| `input_data` | Optional[List[[DataAsset](#dataasset) or [CombinedData](#combineddata)]] | Input data (Input data used in the code or script) |

0 commit comments

Comments
 (0)