Add modified core docs to website, Partially flatten navbar
#238
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.
Description
Ref #211 because I saw a maintainer was O.K with adding core to docs, but I also did some stuff you might not want along with that.
TutorialsandRelease Noteswere unnecessary. The navbar takes an awkward and laggy double-click to expand for me, so I think it is more convenient now.core: Adding a blank__init__.pytocoremade this doable with an easy kludge inside the reference script, but I don't know if this causes problems elsewhere. I think this SO link might apply to why I had trouble getting mkdocstrings to load the modules -- it's purposeful by griffe? I'm not great with Python or Python packaging, so hopefully you know if it's a bad idea makingcorenot be an implicit namespace package anymore(?):rtypeseem to make empty tables, but I hope it's good enough for now.Tested locally with
because it seemed like a lot of effort to replicate the GH-pages on a fork.
Also FYI that this doc generator is apparently being
killedmaintenance moded in favor of an open-source but commercial project. I would not be in a rush to migrate if I were you, though 🤷Pre-merge Checklist
./scripts/format.shand./scripts/lint.shscripts. My code is properly formatted and has no linting errors.uv run pytestand ensuredall tests passno more fail than when I started.[Unreleased]section.