Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 75fb70d

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/packaging.rst: Get rid of links to outdated sage wiki pages
1 parent 7683168 commit 75fb70d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/doc/en/developer/packaging.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -895,18 +895,8 @@ must meet the following requirements:
895895
Foundation maintains a long list of `licenses and comments about
896896
them <http://www.gnu.org/licenses/license-list.html>`_.
897897
898-
- **Build Support**. The code must build on all the `fully supported
899-
platforms
900-
<http://wiki.sagemath.org/SupportedPlatforms#Fully_supported>`_.
901-
902-
A standard package should also work on all the platforms where Sage
903-
is `expected to work
904-
<http://wiki.sagemath.org/SupportedPlatforms#Expected_to_work>`_ and
905-
on which Sage `almost works
906-
<http://wiki.sagemath.org/SupportedPlatforms#Almost_works>`_ but
907-
since we don't fully support these platforms and often lack the
908-
resources to test on them, you are not expected to confirm your
909-
packages works on those platforms.
898+
- **Build Support**. The code must build on all the fully supported
899+
platforms (Linux, macOS, Cygwin); see :ref:`chapter-portability_testing`.
910900
911901
- **Quality**. The code should be "better" than any other available
912902
code (that passes the two above criteria), and the authors need to

0 commit comments

Comments
 (0)