Skip to content

Fix docs build and update Zoom workflow #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 4, 2024
Merged

Conversation

SimonHeybrock
Copy link
Member

The Zoom notebook contained a mermaid diagram, which caused a Sphinx warning... and the notebook was never executed. Therefore, we did not notice that it was not refactored for the current Sciline release.

  • Add mermaid extension.
  • Update Zoom module and notebook to work with current Sciline.

@SimonHeybrock SimonHeybrock requested a review from nvaytet July 2, 2024 11:38
return monitors


def get_time_dependent_incident(
Copy link
Member

Choose a reason for hiding this comment

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

Nice that we could now remove this 👍

@@ -311,7 +292,7 @@
"metadata": {},
"outputs": [],
"source": [
"func = pol_workflow.compute(pol.he3.He3TransmissionFunction[pol.Analyzer])"
"func = pol_workflow.compute(pol.TransmissionFunction[pol.Analyzer])"
]
},
{
Copy link
Member

Choose a reason for hiding this comment

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

Changes look fine but it seems the notebook is not run in the documentation build (in the built docs from CI run at least).

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, sorry, I should have been clearer: The notebook requires Mantid, so it does not run in the actually docs build on CI.

Copy link
Member

Choose a reason for hiding this comment

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

And I guess you don't want to install Mantid because you want to use tox and pip...

@SimonHeybrock SimonHeybrock merged commit 2709a67 into main Jul 4, 2024
3 checks passed
@SimonHeybrock SimonHeybrock deleted the fix-docs-build branch July 4, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants