Skip to content

Commit a46023f

Browse files
Jammy2211Jammy2211claude
authored
docs: migrate HowToGalaxy URLs/prose to PyAutoLabs/HowToGalaxy repo (#363)
Sub-task 3 of 3 of the HowToGalaxy extraction. The HowToGalaxy tutorial series now lives in its own repository at https://github.com/PyAutoLabs/HowToGalaxy; this commit points every HowToGalaxy reference in PyAutoGalaxy at the new location (tag 2026.4.13.6, matching autogalaxy_workspace at extraction). - Rewrite Colab URLs across docs/howtogalaxy/chapter_{1..4,optional}.rst from `autogalaxy_workspace/blob/.../notebooks/howtogalaxy/chapter_X/` to `HowToGalaxy/blob/.../notebooks/chapter_X/` (drops redundant howtogalaxy/ segment since the new repo root is the tutorial series). - Reword the README, docs/index.rst and docs/overview/overview_2 new-starter/"HowToGalaxy" sections to frame HowToGalaxy as a standalone repo alongside autogalaxy_workspace. - Rewrite docs/howtogalaxy/howtogalaxy.rst, docs/general/workspace.rst and paper/paper.md with the same framing; fix the broken local `file:///Users/...` readthedocs path in workspace.rst. - Remove the `scripts/howtogalaxy/` bullet from CLAUDE.md's workspace overview and add a short note that HowToGalaxy now lives externally. - Restore missing `|` separator between "Introduction on Colab" and "HowToGalaxy" links at the top of README.rst (pre-existing drift). Closes #362 Co-authored-by: Jammy2211 <JNightingale2211@gmail.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 57a1291 commit a46023f

12 files changed

Lines changed: 63 additions & 57 deletions

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,12 @@ The `autogalaxy_workspace` at `/mnt/c/Users/Jammy/Code/PyAutoLabs/autogalaxy_wor
199199
- `start_here.ipynb` / `start_here.py` – entry point overview of the API
200200
- `scripts/imaging/` – end-to-end scripts: `simulator.py`, `fit.py`, `modeling.py`, `likelihood_function.py`, `features/`
201201
- `scripts/interferometer/`, `scripts/ellipse/`, `scripts/multi/` – same structure for other dataset types
202-
- `scripts/howtogalaxy/` – chapter-by-chapter tutorial scripts (chapters 1–4 + optional)
203202
- `notebooks/` – Jupyter notebook equivalents of all `scripts/`
204203
- `scripts/guides/` – topic guides (e.g. linear profiles, pixelizations, chaining)
205204
- `config/` – workspace-level config that overrides package defaults when running workspace scripts
206205

206+
The **HowToGalaxy** tutorial series lives in its own repository at `PyAutoLabs/HowToGalaxy` (no longer under the workspace).
207+
207208
### Namespace Conventions
208209

209210
When importing `autogalaxy as ag`:

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PyAutoGalaxy: Open-Source Multi Wavelength Galaxy Structure & Morphology
3434

3535
`Installation Guide <https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html>`_ |
3636
`readthedocs <https://pyautogalaxy.readthedocs.io/en/latest/index.html>`_ |
37-
`Introduction on Colab <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/start_here.ipynb>`_
37+
`Introduction on Colab <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/start_here.ipynb>`_ |
3838
`HowToGalaxy <https://pyautogalaxy.readthedocs.io/en/latest/howtogalaxy/howtogalaxy.html>`_
3939

4040
**PyAutoGalaxy** is software for analysing the morphologies and structures of galaxies:
@@ -56,7 +56,9 @@ The following links are useful for new starters:
5656

5757
- `The introduction Jupyter Notebook on Google Colab <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/start_here.ipynb>`_, where you can try **PyAutoGalaxy** in a web browser (without installation).
5858

59-
- `The autogalaxy_workspace GitHub repository <https://github.com/Jammy2211/autogalaxy_workspace>`_, which includes example scripts and the `HowToGalaxy Jupyter notebook lectures <https://github.com/Jammy2211/autogalaxy_workspace/tree/main/notebooks/howtogalaxy>`_ which give new users a step-by-step introduction to **PyAutoGalaxy**.
59+
- `The autogalaxy_workspace GitHub repository <https://github.com/PyAutoLabs/autogalaxy_workspace>`_: example scripts covering every **PyAutoGalaxy** use case.
60+
61+
- `The HowToGalaxy GitHub repository <https://github.com/PyAutoLabs/HowToGalaxy>`_: a Jupyter notebook lecture series teaching galaxy modeling from the ground up.
6062

6163
Core Aims
6264
---------
@@ -81,16 +83,14 @@ Slack is invitation-only. If you’d like to join, please send an email requesti
8183

8284
For installation issues, bug reports, or feature requests, please raise an issue on the `GitHub issues page <https://github.com/Jammy2211/PyAutoGalaxy/issues>`_.
8385

84-
Here’s a clean, **AutoGalaxy**-appropriate rewrite, keeping the same structure and tone but removing lensing-specific language:
85-
8686
HowToGalaxy
8787
-----------
8888

8989
For users less familiar with galaxy analysis, Bayesian inference, and scientific analysis, you may wish to read through
9090
the **HowToGalaxy** lectures. These introduce the basic principles of galaxy modeling and Bayesian inference, with
9191
the material pitched at undergraduate level and above.
9292

93-
A complete overview of the lectures is provided on the `HowToGalaxy readthedocs page <https://pyautogalaxy.readthedocs.io/en/latest/howtogalaxy/howtogalaxy.html>`_
93+
A complete overview of the lectures `is provided on the HowToGalaxy readthedocs page <https://pyautogalaxy.readthedocs.io/en/latest/howtogalaxy/howtogalaxy.html>`_, and the notebooks themselves live in the `PyAutoLabs/HowToGalaxy <https://github.com/PyAutoLabs/HowToGalaxy>`_ repository.
9494

9595
Citations
9696
---------

docs/general/workspace.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ The folder where modeling results are stored.
5050
HowToGalaxy
5151
-----------
5252

53-
The **HowToGalaxy** lecture series are a collection of Jupyter notebooks describing how to build a **PyAutoGalaxy** model
54-
fitting project and giving illustrations of different statistical methods and techniques.
53+
The **HowToGalaxy** lecture series is a collection of Jupyter notebooks describing how to build a **PyAutoGalaxy** model
54+
fitting project and giving illustrations of different statistical methods and techniques. It ships as a standalone
55+
repository at `PyAutoLabs/HowToGalaxy <https://github.com/PyAutoLabs/HowToGalaxy>`_ (separate from the workspace).
5556

5657
Checkout the
57-
`tutorials section <file:///Users/Jammy/Code/PyAutoLabs/PyAutoGalaxy/docs/_build/howtogalaxy/howtogalaxy.html>`_ for a
58+
`tutorials section <https://pyautogalaxy.readthedocs.io/en/latest/howtogalaxy/howtogalaxy.html>`_ for a
5859
full description of the lectures and online examples of every notebook.

docs/howtogalaxy/chapter_1_introduction.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ In chapter 1, we introduce you to galaxy morphology, structure and the core **Py
77

88
The chapter contains the following tutorials:
99

10-
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
10+
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
1111
- Setting up **PyAutoGalaxy**'s visualization library.
1212

13-
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
13+
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
1414
- Using grids of (y,x) coordinates with galaxies made up of light profiles.
1515

16-
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_2_data.ipynb>`_
16+
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_2_data.ipynb>`_
1717
- Simulating and inspecting telescope imaging data of a galaxy.
1818

19-
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
19+
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
2020
- Fitting data with a galaxy model.
2121

22-
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_4_methods.ipynb>`_
22+
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb>`_
2323
- An overview of the different methods used to fit galaxies with.
2424

25-
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_1_introduction/tutorial_5_summary.ipynb>`_
25+
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb>`_
2626
- A summary of the chapter.

docs/howtogalaxy/chapter_2_modeling.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ In chapter 2, we'll take you through how to model galaxies using a non-linear se
55

66
The chapter contains the following tutorials:
77

8-
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
8+
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
99
- How a non-linear search is used to fit a model and the concepts of a parameter space and priors.
1010

11-
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
11+
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
1212
- Practicalities of performing model-fitting, like how to inspect the results on your hard-disk.
1313

14-
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
14+
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
1515
- Finding a balance between realism and complexity when composing and fitting a model.
1616

17-
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
17+
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
1818
- What to do when PyAutoGalaxy finds an inaccurate model.
1919

20-
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
20+
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
2121
- Light profiles which capture complex morphologies in a reduced number of non-linear parameters.
2222

23-
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_6_masking.ipynb>`_
23+
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb>`_
2424
- How to mask your data to improve the model.
2525

26-
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_7_results.ipynb>`_
26+
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_7_results.ipynb>`_
2727
- Overview of the results available after successfully fitting a model.
2828

29-
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
29+
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
3030
- How to fit complex models whilst balancing efficiency and run-time.
3131

docs/howtogalaxy/chapter_3_search_chaining.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ robust modeling of large galaxy samples.
66

77
The chapter contains the following tutorials:
88

9-
`Tutorial 1: Search Chaining <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb>`_
9+
`Tutorial 1: Search Chaining <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb>`_
1010
- Breaking the modeling procedure into a chained sequence of model-fits.
1111

12-
`Tutorial 2: Prior Passing <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb>`_
12+
`Tutorial 2: Prior Passing <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb>`_
1313
- How the results of earlier searches are passed to later searches.
1414

15-
`Tutorial 3: x2 Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_3_search_chaining/tutorial_3_x2_galaxies.ipynb>`_
15+
`Tutorial 3: x2 Galaxies <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_3_x2_galaxies.ipynb>`_
1616
- Modeling a dataset with two galaxies using chained searches.

docs/howtogalaxy/chapter_4_pixelizations.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ In chapter 4, we use **Pixelizations** to reconstruct complex galaxies on pixeli
55

66
The chapter contains the following tutorials:
77

8-
`Tutorial 1: Pixelizations <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb>`_
8+
`Tutorial 1: Pixelizations <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb>`_
99
- Creating a pixel-grid which will reconstruct a galaxy's light.
1010

11-
`Tutorial 2: Mappers <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_4_pixelizations/tutorial_2_mappers.ipynb>`_
11+
`Tutorial 2: Mappers <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_2_mappers.ipynb>`_
1212
- How a pixelization maps between the data and pixelization.
1313

14-
`Tutorial 3: Inversions <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_4_pixelizations/tutorial_3_inversions.ipynb>`_
14+
`Tutorial 3: Inversions <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_3_inversions.ipynb>`_
1515
- Inverting the mappings to reconstruct the galaxy's light.
1616

17-
`Tutorial 4: Bayesian Regularization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb>`_
17+
`Tutorial 4: Bayesian Regularization <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb>`_
1818
- Smoothing the source within a Bayesian framework.
1919

20-
`Tutorial 6: Model Fit <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_4_pixelizations/tutorial_6_model_fit.ipynb>`_
20+
`Tutorial 6: Model Fit <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_6_model_fit.ipynb>`_
2121
- An example modeling pipeline which uses an inversion.

docs/howtogalaxy/chapter_optional.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This chapter contains optional tutorials expanding on different aspects of how *
55

66
The chapter contains the following tutorials:
77

8-
`Tutorial: Mass Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_optional/tutorial_mass_profiles.ipynb>`_
8+
`Tutorial: Mass Profiles <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_optional/tutorial_mass_profiles.ipynb>`_
99
- A description of mass profiles implemented in PyAutoGalaxy, which are currently only used by its child project PyAutoLens.
1010

11-
`Tutorial: Sub-grids <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_optional/tutorial_sub_grids.ipynb>`_
11+
`Tutorial: Sub-grids <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_optional/tutorial_sub_grids.ipynb>`_
1212
- Use sub-grids to perform more accurate and precise calculations.
1313

14-
`Tutorial: Searches <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_optional/tutorial_searches.ipynb>`_
14+
`Tutorial: Searches <https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_optional/tutorial_searches.ipynb>`_
1515
- Alternative non-linear searches to sample parameter space.
1616

docs/howtogalaxy/howtogalaxy.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
HowToGalaxy Lectures
44
====================
55

6-
The best way to learn **PyAutoGalaxy** is by going through the **HowToGalaxy** lecture series on the
7-
`autogalaxy workspace <https://github.com/Jammy2211/autogalaxy_workspace>`_.
6+
The best way to learn **PyAutoGalaxy** is by going through the **HowToGalaxy** lecture series, which lives in its own
7+
repository at `PyAutoLabs/HowToGalaxy <https://github.com/PyAutoLabs/HowToGalaxy>`_.
88

99
The lectures are provided as Jupyter notebooks (and Python scripts), and they are linked to via this readthedocs. The
1010
lectures are composed of five chapters
@@ -23,7 +23,8 @@ in the later chapters are pretty challenging, and familiarity and modeling is de
2323
you tackle them.
2424

2525
Therefore, we recommend that you complete chapters 1 & 2 and then apply what you've learnt to the modeling of simulated
26-
and real galaxy data, using the scripts found in the 'autogalaxy_workspace'. Once you're happy
26+
and real galaxy data, using the scripts found in the
27+
`autogalaxy_workspace <https://github.com/PyAutoLabs/autogalaxy_workspace>`_. Once you're happy
2728
with the results and confident with your use of **PyAutoGalaxy**, you can then begin to cover the advanced functionality
2829
covered in chapters 3 & 4.
2930

@@ -40,8 +41,8 @@ Notebooks are a different way to write, view and use Python code. Compared to th
4041
This makes them an ideal way for us to present the HowToFit lecture series, therefore I recommend you get yourself
4142
a Jupyter notebook viewer (https://jupyter.org/) if you havent done so already.
4243

43-
If you *really* want to use Python scripts, all tutorials are supplied a .py python files in the 'scripts' folder of
44-
the workspace.
44+
If you *really* want to use Python scripts, all tutorials are also supplied as ``.py`` files in the ``scripts`` folder
45+
of the `HowToGalaxy repository <https://github.com/PyAutoLabs/HowToGalaxy>`_.
4546

4647
Visualization
4748
-------------

0 commit comments

Comments
 (0)