From 62a1cf5a8420a3b7a4a942401ea91594c20cd94e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 13 Dec 2022 05:28:28 -0500 Subject: [PATCH] provide backward compatible URLs to reduce 404 errors on www.lammps.org --- doc/src/Commands_removed.rst | 2 ++ doc/src/fix_ave_spatial.rst | 9 +++++++++ doc/src/fix_ave_spatial_sphere.rst | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 doc/src/fix_ave_spatial.rst create mode 100644 doc/src/fix_ave_spatial_sphere.rst diff --git a/doc/src/Commands_removed.rst b/doc/src/Commands_removed.rst index 8f5219fe8f..6d7e7619bd 100644 --- a/doc/src/Commands_removed.rst +++ b/doc/src/Commands_removed.rst @@ -11,6 +11,8 @@ with the direct alternative (if available) and print a warning. Fix ave/spatial and fix ave/spatial/sphere ------------------------------------------ +.. deprecated:: 11Dec2015 + The fixes ave/spatial and ave/spatial/sphere have been removed from LAMMPS since they were superseded by the more general and extensible "chunk infrastructure". Here the system is partitioned in one of many possible diff --git a/doc/src/fix_ave_spatial.rst b/doc/src/fix_ave_spatial.rst new file mode 100644 index 0000000000..96d87bd8db --- /dev/null +++ b/doc/src/fix_ave_spatial.rst @@ -0,0 +1,9 @@ +Fix ave/spatial command +======================= + +.. meta:: + :http-equiv=Refresh: 5; url='https://docs.lammps.org/Commands_removed.html#fix-ave-spatial-and-fix-ave-spatial-sphere' + +.. deprecated:: 11Dec2015 + +The `fix ave/spatial` command has been superseded by :doc:`fix ave/chunk `. diff --git a/doc/src/fix_ave_spatial_sphere.rst b/doc/src/fix_ave_spatial_sphere.rst new file mode 100644 index 0000000000..a3cacc4115 --- /dev/null +++ b/doc/src/fix_ave_spatial_sphere.rst @@ -0,0 +1,9 @@ +Fix ave/spatial command +======================= + +.. meta:: + :http-equiv=Refresh: 5; url='https://docs.lammps.org/Commands_removed.html#fix-ave-spatial-and-fix-ave-spatial-sphere' + +.. deprecated:: 11Dec2015 + +The `fix ave/spatial/sphere` command has been superseded by :doc:`fix ave/chunk `.