-
-
Notifications
You must be signed in to change notification settings - Fork 654
Remove sage-sws2rst package and related files #40360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Documentation preview for this PR (built with commit 3137b83; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about mentioning the pypi package to use somewhere in the docs?
How about, instead of deleting src/doc/en/thematic_tutorials/sws2rst.rst, fix it so that it uses the external PyPI package? (I can try this) |
I've now added a short sentence how to deal with these old worksheets - I guess most of the times you would want to convert them to jupter notebooks anyway. Is this sufficient for you? |
by right, the thematic tutorial should be moved over to the external package, as something like readthedocs - which I find quite painful to deal with. How about keeping it in for now, with a warning that it's outdated ? |
This would probably be the 'right' approach - but do you really think anyone cares about this enough for the energy to be invested would be worth it? |
In this PR I would settle for keeping the tutorial in, with an added disclaimer that it's outdated. |
Okay, done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, great. We'll polish it later if need be.
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
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
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
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
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
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
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
⌛ Dependencies