Skip to content

Commit a48946e

Browse files
author
Release Manager
committed
sagemathgh-40360: Remove sage-sws2rst package and related files <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> The sage-sws2rst script is used converting old Sage worksheets to ReStructuredText. These Sage worksheets were removed a couple of years ago, so I assume it's fine to delete the conversion script as well. In case someone still has an old notebook lying around, she can use the version from pypi https://pypi.org/project/sage-sws2rst/. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40360 Reported by: Tobias Diez Reviewer(s): Dima Pasechnik
2 parents ccf4bc0 + d02b52a commit a48946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/prep/Logging-On.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the third option to "export" them will not make sense.
5454
The legacy SageNB has been retired in Sage 9.1.
5555
Please use the Jupyter notebook.
5656
Old SageNB worksheets can be converted to Jupyter notebooks
57-
using the `sage --notebook=export`_ command or to RST
57+
using the ``sage --notebook=export`` command or to RST
5858
using the `sage-sws2rst <https://pypi.org/project/sage-sws2rst/>`_ package.
5959

6060
Jupyter will bring you to a screen

0 commit comments

Comments
 (0)