Remove lazyasd.rst from source/python/ #414
Merged
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.
This PR closes #413 by removing
lazy_asd.rstfromsource/python/, and the reference to it in the associatedindex.rstfile.As @gonuke pointed out, cyclus/cyclus#1393 and cyclus/cyclus#1400 seem to have removed the associated functionality from cyclus. I checked by grepping through
cyclusandcycamoreand did not find references to it (lazy_asd, lazy_asd.py, lazyasd, lazyobject, or lazy_asd) in the current source branch of the code.Associated developers:
@gonuke
@abachma2
I was not able to build the docs using
make htmlormake gh-preview, but I am happy to devote more time to check that if reviewers want. These changes are in line with the style of the project and the last couple of PRs.