Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Jun 7, 2024
1 parent 08dd13a commit f5fca1e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ parts:
chapters:
- file: notebooks/gpu_acceleration_and_large_data/00_working_with_large_data
- file: notebooks/gpu_acceleration_and_large_data/01_multi_gpu
- file: notebooks/gpu_acceleration_and_large_data/02_start_from_previous_reconstruction
- caption: Electron Ptychography Data
numbered: false
chapters:
- file: notebooks/ptychography_with_electrons/00_electron_data
- file: notebooks/ptychography_with_electrons/01_chaining_multiple_engines
- file: notebooks/ptychography_with_electrons/02_start_from_previous_reconstruction
- caption: Advanced Examples
numbered: false
chapters:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic_examples/05_projectional_engines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ad3a5e2e-b18d-4b81-be10-8259d63fc8ab",
"metadata": {},
"source": [
"# Projectional Reconstruction Engines \n",
"# Projectional Engines \n",
"**Learning more about projectional engines/algorithms such as the popular difference map algorithm.**"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic_examples/06_stochastic_engines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "f10cfb21-cd38-47e8-8b73-6e047a6c67d6",
"metadata": {},
"source": [
"# Stochastic Reconstruction Engines \n",
"# Stochastic Engines \n",
"**Learning more about stochastic engines/algorithms such as the popular ePIE algorithm.**"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic_examples/07_gradient_based_engines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "a1e27dd0-af1f-4a34-b0cc-52d1e2585cb3",
"metadata": {},
"source": [
"# Gradient-based Reconstruction Engines \n",
"# Gradient-based Engines \n",
"**Learning more about gradient-based reconstruction engines/algorithms such as the maximum likelihood algorithm.**"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "PtyPy",
"display_name": "Python 3 (ipykernel) [User Conda - cuda12.2]",
"language": "python",
"name": "ptypy_pycuda"
"name": "conda-env-User_Conda_-_cuda12.2-python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -494,7 +494,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f5fca1e

Please sign in to comment.