Fix update scripts broken in #269 + unrelated docs fixes #273
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
Somehow a critical problem slipped through in #269 and two scripts used in daily updates of the cheta archive are broken. This was found in daily masters testing. This PR fixes them.
The
fetch.ENG_ARCHIVE
symbol is still not defined, but the two scripts now refer to the originalcheta.remote_access.ENG_ARCHIVE
.In addition, I noticed a few lingering sphinx doc build warnings and fixed them.
Interface impacts
None (given the change in #269).
Testing
Unit tests
Independent check of unit tests by Jean
Functional tests
Doing functional testing by hand is a bit labor intensive, but this will get testing in daily masters testing. I propose merging this based on unit tests and analysis and then confirm the masters test passes.