docs: remove howtofit/ tree and point tutorials to standalone repo#1231
Merged
Conversation
HowToFit now lives at https://github.com/PyAutoLabs/HowToFit. This removes the docs/howtofit/ chapter tree from the readthedocs build and rewrites every readthedocs.io/howtofit/ and autofit_workspace/.../howtofit/ URL to point at the new standalone repository. Closes #1230.
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sub-task 3 of the HowToFit extraction (umbrella issue: PyAutoLabs/autofit_workspace#38). Sub-1 created the standalone PyAutoLabs/HowToFit repo; sub-2 removed the
howtofit/tree from autofit_workspace. This PR does the PyAutoFit library side: deletesdocs/howtofit/from the Sphinx build, removes the toctree entries that referenced those chapters, and rewrites every lingeringpyautofit.readthedocs.io/howtofit/…URL andautofit_workspace/…/howtofit/…URL to point at the standalone HowToFit repository's notebooks.API Changes
None — documentation and prose only. No Python source, tests, or config files touched.
See full details below.
Test Plan
pytest test_autofit/ -xpasses (no library code changed, should be clean)howtofitURL references remain:grep -n "howtofit" --include='*.rst' --include='*.md' --exclude-dir=buildreturns zero matches (case-sensitive)Full API Changes (for automation & release notes)
Removed
docs/howtofit/howtofit.rst(Sphinx chapter landing page)docs/howtofit/chapter_1_introduction.rstdocs/howtofit/chapter_2_scientific_workflow.rstdocs/howtofit/chapter_3_graphical_models.rstdocs/index.rst:caption: Tutorials:toctree block (empty after chapter deletions)Changed (URL rewrites)
docs/api/{analysis,model,plot,priors,samples,searches,database}.rst— "HowToFit: introduction chapter" link now points togithub.com/PyAutoLabs/HowToFitdocs/general/workspace.rst— HowToFit section rewritten from "part of the workspace" framing to "standalone repo" framingdocs/features/graphical.rst— two prose references to the HowToFit graphical-models chapter now link toPyAutoLabs/HowToFit/blob/main/notebooks/chapter_3_graphical_modelsdocs/overview/statistical_methods.rst:30— hierarchical-models tutorial URL moved toPyAutoLabs/HowToFit/blob/main/notebooks/chapter_3_graphical_models/tutorial_4_hierachical_models.ipynbdocs/cookbooks/multiple_datasets.rst— graphical-models chapter URL repointeddocs/science_examples/astronomy.rst— HowToFit lecture series URL repointedREADME.rst— header link + two in-body references rewritten; autofit_workspace sentence split to separate autofit_workspace and HowToFitdocs/index.rst— two README-style HowToFit references rewritten (this file duplicates parts of README.rst)paper/paper.md— two JOSS-paper prose references updated to describe HowToFit as a standalone/complementary repo rather than "included in the workspace"API Migration
Not applicable — no API surface changed.
Followups
howtofitbuild target in PyAutoBuild so the HowToFit notebooks regenerate automatically from scripts (tracked on umbrella issue Extract howtofit into its own repository autofit_workspace#38).🤖 Generated with Claude Code