Skip to content

Commit f115fd8

Browse files
authored
Merge pull request #45 from PyAutoLabs/feature/merge-adjacent-docstrings
docs: merge adjacent documentation blocks
2 parents e6c5d01 + 48d9129 commit f115fd8

26 files changed

Lines changed: 3 additions & 191 deletions

notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,6 @@
294294
"Great! Hopefully, visualization in **PyAutoGalaxy** is displaying nicely for us to get on with the **HowToGalaxy**\n",
295295
"lecture series."
296296
]
297-
},
298-
{
299-
"cell_type": "code",
300-
"metadata": {},
301-
"source": [],
302-
"outputs": [],
303-
"execution_count": null
304297
}
305298
],
306299
"metadata": {

notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,13 +1089,6 @@
10891089
"Once you are more experienced, you should read up on over-sampling in more detail via \n",
10901090
"the `autogalaxy_workspace/*/guides/over_sampling.ipynb` notebook."
10911091
]
1092-
},
1093-
{
1094-
"cell_type": "code",
1095-
"metadata": {},
1096-
"source": [],
1097-
"outputs": [],
1098-
"execution_count": null
10991092
}
11001093
],
11011094
"metadata": {

notebooks/chapter_1_introduction/tutorial_2_data.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -634,13 +634,6 @@
634634
"\n",
635635
"- **Output**: We saved the simulated data to `.fits` files, the standard format used by astronomers for storing images."
636636
]
637-
},
638-
{
639-
"cell_type": "code",
640-
"metadata": {},
641-
"source": [],
642-
"outputs": [],
643-
"execution_count": null
644637
}
645638
],
646639
"metadata": {

notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,13 +1102,6 @@
11021102
"- **Model Fitting**: We performed a basic model fit on a simple dataset, adjusting the model parameters to improve the\n",
11031103
" fit quality."
11041104
]
1105-
},
1106-
{
1107-
"cell_type": "code",
1108-
"metadata": {},
1109-
"source": [],
1110-
"outputs": [],
1111-
"execution_count": null
11121105
}
11131106
],
11141107
"metadata": {

notebooks/chapter_1_introduction/tutorial_4_methods.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979
"source": [
8080
"__Wrap Up__"
8181
]
82-
},
83-
{
84-
"cell_type": "code",
85-
"metadata": {},
86-
"source": [],
87-
"outputs": [],
88-
"execution_count": null
8982
}
9083
],
9184
"metadata": {

notebooks/chapter_1_introduction/tutorial_5_summary.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@
283283
"\n",
284284
"Even the smallest bit of exposure via a GitHub star can help our project grow!"
285285
]
286-
},
287-
{
288-
"cell_type": "code",
289-
"metadata": {},
290-
"source": [],
291-
"outputs": [],
292-
"execution_count": null
293286
}
294287
],
295288
"metadata": {

notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -995,13 +995,6 @@
995995
"scientific research and data analysis. In the next tutorials, these concepts will be further expanded upon to \n",
996996
"deepen your understanding and provide more advanced techniques for model fitting and analysis."
997997
]
998-
},
999-
{
1000-
"cell_type": "code",
1001-
"metadata": {},
1002-
"source": [],
1003-
"outputs": [],
1004-
"execution_count": null
1005998
}
1006999
],
10071000
"metadata": {

notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -535,16 +535,8 @@
535535
"parameter `n`). These mappings ate specified in the `config/notation.yaml` file and can be customized by users.\n",
536536
"\n",
537537
"The superscripts of labels correspond to the name each component was given in the model (e.g. for the `Isothermal`\n",
538-
"mass its name `mass` defined when making the `Model` above is used)."
539-
]
540-
},
541-
{
542-
"cell_type": "code",
543-
"metadata": {},
544-
"source": [
538+
"mass its name `mass` defined when making the `Model` above is used).\n",
545539
"\n",
546-
"# %%\n",
547-
"'''\n",
548540
"__Other Practicalities__\n",
549541
"\n",
550542
"The following are examples of other practicalities which I will document fully in this example script in the future,\n",
@@ -569,18 +561,8 @@
569561
"- How to navigate the output folder and examine model-fit results to assess quality.\n",
570562
"\n",
571563
"- How to estimate the run-time of a model-fit before initiating it, and change settings to make it faster or run the\n",
572-
" analysis in parallel.\n",
573-
"'''"
574-
],
575-
"outputs": [],
576-
"execution_count": null
577-
},
578-
{
579-
"cell_type": "code",
580-
"metadata": {},
581-
"source": [],
582-
"outputs": [],
583-
"execution_count": null
564+
" analysis in parallel."
565+
]
584566
}
585567
],
586568
"metadata": {

notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,6 @@
427427
" disk, bulge, bar, star-forming knot) and there may even be more than 1 galaxy! Do you think there is any hope of \n",
428428
" us navigating a parameter space if the galaxies contributes 30+ parameters?"
429429
]
430-
},
431-
{
432-
"cell_type": "code",
433-
"metadata": {},
434-
"source": [],
435-
"outputs": [],
436-
"execution_count": null
437430
}
438431
],
439432
"metadata": {

notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -727,13 +727,6 @@
727727
"To wrap up chapter 2, we have a few more tutorials, where we will discuss masking in more detail, the `Result` object\n",
728728
"and how to make **PyAutoGalaxy** run faster."
729729
]
730-
},
731-
{
732-
"cell_type": "code",
733-
"metadata": {},
734-
"source": [],
735-
"outputs": [],
736-
"execution_count": null
737730
}
738731
],
739732
"metadata": {

0 commit comments

Comments
 (0)