Skip to content
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

DM-32601-docfix: fix pipelines build #210

Merged
merged 2 commits into from Dec 21, 2021
Merged

Conversation

parejkoj
Copy link
Collaborator

@parejkoj parejkoj commented Dec 21, 2021

DM-32601 broke the pipelines build by not removing jointcal.utils from the automodapi block in index.rst.

This branch also adds an automodapi that was missed when a new module was added.

* utils was removed on DM-32601 (which broke the pipelines doc build)
* dataIds is gen2 only, and will be removed in the future, so might as
well deal with it now before we break the doc build again.
@parejkoj parejkoj requested a review from ktlim December 21, 2021 21:18
stored in a Camera.
e.g.: np.polyfit(self.fieldAngle, self.radialScale, poly_degree))
stored in a Camera. e.g.:
np.polyfit(self.fieldAngle, self.radialScale, poly_degree))
Copy link
Contributor

Choose a reason for hiding this comment

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

Unbalanced parentheses here. Does it need formatting (e.g. "`")? Indentation? Or it doesn't matter because it's temporary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not going to worry about it (other than the parentheses), since it's entirely a placeholder.

I forgot to add this when I added the CameraModel class.

Fix indentation to prevent doc warning.
@parejkoj parejkoj merged commit 84d6eb7 into main Dec 21, 2021
@parejkoj parejkoj deleted the tickets/DM-32601-docfix branch December 21, 2021 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants