Skip to content

docs: remove legacy docs folder#409

Merged
conorheins merged 3 commits into
mainfrom
docs/remove-old-docs-folder
May 29, 2026
Merged

docs: remove legacy docs folder#409
conorheins merged 3 commits into
mainfrom
docs/remove-old-docs-folder

Conversation

@Arun-Niranjan

Copy link
Copy Markdown
Collaborator

@Arun-Niranjan Arun-Niranjan added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels May 25, 2026
@Arun-Niranjan Arun-Niranjan marked this pull request as ready for review May 25, 2026 14:58
@Arun-Niranjan Arun-Niranjan requested a review from conorheins May 25, 2026 14:59

@conorheins conorheins left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this, agree with the motivation in #408 and getting the 5 jinja2 dependabot alerts to disappear as a side effect is a nice bonus.

Two small things before we land:

1. Preserve three orphan notebooks. these have no counterpart anywhere in examples/:

  • docs/notebooks/active_inference_from_scratch.ipynb
  • docs/notebooks/pymdp_fundamentals.ipynb
  • docs/notebooks/using_the_agent_class.ipynb

could you move them into examples/legacy/ before deleting the rest? i think they are useful educational material despite being outdated in terms of referencing numpy backend. that dir is already excluded from the notebook manifests so there won't be any CI overhead. the other three notebooks in docs/notebooks/ (cue_chaining_demo, tmaze_demo, free_energy_calculation) already have counterparts in examples/ so those are fine to drop.

2. stale line to delete. docs-mkdocs/development/viewing-docs.md:34 says `docs/` is retained as legacy Sphinx-era content for compatibility/history. which becomes false after this PR, so worth dropping in the same go.

once those tiny changes are in, think this PR is good to go

@Arun-Niranjan Arun-Niranjan requested a review from conorheins May 29, 2026 11:00

@conorheins conorheins left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, lgtm!

@conorheins conorheins merged commit 57b09cf into main May 29, 2026
6 checks passed
@Arun-Niranjan Arun-Niranjan deleted the docs/remove-old-docs-folder branch May 29, 2026 13:35
@conorheins conorheins linked an issue Jun 2, 2026 that may be closed by this pull request
conorheins added a commit that referenced this pull request Jun 15, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.0.3](v1.0.2...v1.0.3)
(2026-06-08)


### Documentation

* **notebooks:** add colab badge and install cell to other notebooks
([#407](#407))
([c9f8ef9](c9f8ef9))
* **notebooks:** add google colab badge and install cell to model
construction notebook
([#406](#406))
([be658c2](be658c2))
* remove legacy docs folder
([#409](#409))
([57b09cf](57b09cf))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can we remove the docs folder?

2 participants