-
Notifications
You must be signed in to change notification settings - Fork 0
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
Invalid packages import for geos-mesh, impacting documentation #32
Conversation
…nce leading to error when creating documentation
seems not to be enough |
I tried the sphinx-build with all .rst files and weirdly, certain of them raise an error when reaching this line :
Do you know @untereiner if I can contact someone to help me with the sphinx-build ? |
…tation. Argparse filename used instead.
The sphinx-build works on my side, generating the complete documentation. |
|
@untereiner It appeared to be a sphinx / sphinx-argparse update required for the modules to be now recognized. |
@untereiner I think it's ok now to merge |
* First correction now allowing for the copy of fields from the original mesh to the 2 split meshes. But the indexes of fields are not correct yet for fracture mesh. * Module import paths update * Fields are now copied correctly for fracture_mesh. * Test case added to check the __copy_fields feature. * Invalid packages import for geos-mesh, impacting documentation (#32) Updating sphinx and sphinx-argparse solved the issue. * Correction for yapf valid format. * Had to make a workaround to avoid a weird yapf formatting suggestion. * Mistake correction * First correction now allowing for the copy of fields from the original mesh to the 2 split meshes. But the indexes of fields are not correct yet for fracture mesh. * Module import paths update * Fields are now copied correctly for fracture_mesh. * Test case added to check the __copy_fields feature. * Correction for yapf valid format. * Had to make a workaround to avoid a weird yapf formatting suggestion. * Mistake correction * First part of review corrections * Second part correction of reviews * Last part of correction review * Updated method when linking old cells to new cells ids to copy correctly the fields
Linked to #29
Geos-mesh feature files could not import packages from "src" correctly,
showing import errors in the documentation.