Skip to content

Conversation

@leburgel
Copy link
Member

Sets up some basic library documentation in the simplest way possible, which can then be expanded on later. Closes #45.

@leburgel leburgel added the documentation Improvements or additions to documentation label Nov 20, 2025
@leburgel leburgel self-assigned this Nov 20, 2025
@github-actions
Copy link

After the build completes, the updated documentation will be available here

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/irreps/znirrep.jl 90.32% <ø> (ø)
src/product.jl 91.66% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leburgel leburgel requested a review from Jutho November 20, 2025 19:38
@@ -0,0 +1,33 @@
name: Documentation Preview Cleanup
Copy link
Member

Choose a reason for hiding this comment

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

I've never seen this workflow before. Is this something standard now? Where did you find this?

Copy link
Member Author

Choose a reason for hiding this comment

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

We have it in MPSKit.jl and PEPSKit.jl. It deletes the documentation preview for a PR that is pushed to the gh-pages branch if you run Documenter.deploydocs with push_preview = true. Just so the files don't pile up there if you have many PRs I think.

TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f"

[compat]
Documenter = "1.0"
Copy link
Member

Choose a reason for hiding this comment

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

Is there a difference with just using "1"?

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably not, just copied it over from somewhere else along with the make script. I'll change it.

@Jutho Jutho enabled auto-merge (squash) November 20, 2025 19:53
@Jutho Jutho merged commit fa898c6 into main Nov 20, 2025
9 checks passed
@Jutho Jutho deleted the lb/setup_docs branch November 20, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add (autogenerated) API documentation?

3 participants