From c28504961d534b530ba1663f0044d948408f3191 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 29 Mar 2022 06:56:42 -0400 Subject: [PATCH] remove references to the mailing list in the manual and replace with forum link, if needed --- doc/src/Build_windows.rst | 9 +++++---- doc/src/Errors_bugs.rst | 18 +++++++----------- doc/src/Intro_website.rst | 1 - doc/src/Manual.rst | 10 +++++----- doc/src/Modify_contribute.rst | 9 ++++----- doc/src/group.rst | 8 +++++--- 6 files changed, 26 insertions(+), 29 deletions(-) diff --git a/doc/src/Build_windows.rst b/doc/src/Build_windows.rst index c1af555696..28fd3ff48b 100644 --- a/doc/src/Build_windows.rst +++ b/doc/src/Build_windows.rst @@ -73,8 +73,9 @@ configuration should set this up automatically, but is untested. In case of problems, you are recommended to contact somebody with experience in using Cygwin. If you do come across portability problems requiring changes to the LAMMPS source code, or figure out corrections -yourself, please report them on the lammps-users mailing list, or file -them as an issue or pull request on the LAMMPS GitHub project. +yourself, please report them on the +`LAMMPS forum at MatSci `_, +or file them as an issue or pull request on the LAMMPS GitHub project. .. _msvc: @@ -117,8 +118,8 @@ LAMMPS with MPI enabled. .. note:: This is work in progress and you should contact the LAMMPS developers - via GitHub, the forum, or the mailing list, if you have questions or - LAMMPS specific problems. + via GitHub or the `LAMMPS forum at MatSci `_, + if you have questions or LAMMPS specific problems. .. _cross: diff --git a/doc/src/Errors_bugs.rst b/doc/src/Errors_bugs.rst index dbec1ef895..ed60999b5f 100644 --- a/doc/src/Errors_bugs.rst +++ b/doc/src/Errors_bugs.rst @@ -17,9 +17,8 @@ the steps outlined below: if your issue has already been reported and if it is still open. * Check the `GitHub Pull Requests page `_ to see if there is already a fix for your bug pending. - * Check the `mailing list archives `_ or - the `LAMMPS forum `_ to see if the - issue has been discussed before. + * Check the `LAMMPS forum at MatSci `_ + to see if the issue has been discussed before. If none of these steps yields any useful information, please file a new bug report on the `GitHub Issue page `_. @@ -38,12 +37,9 @@ generate this restart from a data file or a simple additional input. This input deck can be used with tools like a debugger or `valgrind `_ to further :doc:`debug the crash `. -You may also send an email to the LAMMPS mailing list at -"lammps-users at lists.sourceforge.net" describing the problem with the -same kind of information. The mailing list can provide a faster response, -especially if the bug reported is actually expected behavior. But because -of the high volume of the mailing list, it can happen that your e-mail -is overlooked and then forgotten. Issues on GitHub have to be explicitly -closed, so that will *guarantee* that at least one LAMMPS developer will -have looked at it. +You may also post a message in the `development category of the LAMMPS +forum at MatSci `_ +describing the problem with the same kind of information. The forum can +provide a faster response, especially if the bug reported is actually +expected behavior or other LAMMPS users have come across it before. diff --git a/doc/src/Intro_website.rst b/doc/src/Intro_website.rst index db930a1b26..bf16efe185 100644 --- a/doc/src/Intro_website.rst +++ b/doc/src/Intro_website.rst @@ -20,7 +20,6 @@ available online are listed below. * `Glossary of terms relevant to LAMMPS `_ * `LAMMPS highlights with images `_ * `LAMMPS highlights with movies `_ -* `Mailing list `_ * `LAMMPS forum `_ * `Workshops `_ * `Tutorials `_ diff --git a/doc/src/Manual.rst b/doc/src/Manual.rst index 2bbf2d95be..3d7c7ad8dd 100644 --- a/doc/src/Manual.rst +++ b/doc/src/Manual.rst @@ -14,11 +14,11 @@ LAMMPS is an open-source code, distributed freely under the terms of the GNU Public License Version 2 (GPLv2). The `LAMMPS website `_ has a variety of information about the -code. It includes links to an on-line version of this manual, a -`mailing list `_ and -`online forum `_ where users can -post questions, and a `GitHub site `_ -where all LAMMPS development is coordinated. +code. It includes links to an on-line version of this manual, an +`online forum `_ where users can post +questions and discuss LAMMPS, and a `GitHub site +`_ where all LAMMPS development is +coordinated. ---------- diff --git a/doc/src/Modify_contribute.rst b/doc/src/Modify_contribute.rst index a7476d0174..5ccb83e328 100644 --- a/doc/src/Modify_contribute.rst +++ b/doc/src/Modify_contribute.rst @@ -27,11 +27,10 @@ join the `LAMMPS developers on Slack `_. This slack work space is by invitation only. Thus for access, please send an e-mail to ``slack@lammps.org`` explaining what part of LAMMPS you are working on. Only discussions related to LAMMPS development are -tolerated in that work space, so this is **NOT** for people that look for -help with compiling, installing, or using LAMMPS. Please post a message -to the `lammps-users mailing list `_ -or the `LAMMPS forum `_ for those -purposes. +tolerated in that work space, so this is **NOT** for people that look +for help with compiling, installing, or using LAMMPS. Please post a +message to the `LAMMPS forum `_ for +those purposes. Packages versus individual files -------------------------------- diff --git a/doc/src/group.rst b/doc/src/group.rst index 36559ba68a..1720ecfe1a 100644 --- a/doc/src/group.rst +++ b/doc/src/group.rst @@ -294,11 +294,13 @@ group and running further. .. note:: - All fixes and computes take a group ID as an argument, but they - do not all allow for use of a dynamic group. If you get an error + All fixes and computes take a group ID as an argument, but they do + not all allow for use of a dynamic group. If you get an error message that this is not allowed, but feel that it should be for the fix or compute in question, then please post your reasoning to the - LAMMPS mail list and we can change it. + `LAMMPS forum at MatSci `_ + and we can look into changing it. The same applies if you come + across inconsistent behavior when dynamic groups are allowed. The *static* style removes the setting for a dynamic group, converting it to a static group (the default). The atoms in the static group are