diff --git a/doc/OnlineDocs/README.md b/doc/OnlineDocs/README.md index 8c15f8ece6c..83ed64c52df 100644 --- a/doc/OnlineDocs/README.md +++ b/doc/OnlineDocs/README.md @@ -55,4 +55,17 @@ These steps can, of course, be combined into a single command: ```bash $ make -c doc/OnlineDocs clean html doctest - ``` \ No newline at end of file + ``` + +Documentation history +--------------------- + +The Pyomo online documentation went through a significant overhaul in +2024. If you need to go back and look at the old documetation, the +following git hashes might be relevant: + + - [23fb726ce](https://github.com/Pyomo/pyomo/commit/23fb726ce0e092412081bd70e8a0370af46f6d0f): + main (close to just) before the reorg was merged + + - [c157587fc](https://github.com/Pyomo/pyomo/commit/c157587fc9a03300b53879b99c1f350a26a9519f): + reorg branch just before the `Archive` subdirectory was removed