Merge pull request #5915 from RosettaCommons/vmullig/restore_citations_in_docs
Revert the reversion to put citation info back into the docs
- [x] Add performance test that checks time to instantiate each mover, filter, etc. in sequence.
- [x] Identify high-cost movers, and fix these so that they can be instantiated without high cost.
- Done for some, and I've reduced the runtime by ~50% when instantiating all movers. Could still be better, though. The question is whether this is good enough.
- [x] Pull request #5916 must be merged before this one.