Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sagemathgh-36305: `sage.media`, `sage.structure.graphics_file`: Remove; deprecated in sagemath#12673, sagemath#32988 
    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes sagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->

<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#36305
Reported by: Matthias Köppe
Reviewer(s):
  • Loading branch information
Release Manager committed Sep 22, 2023
2 parents 53cce67 + 095476f commit d7404b1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 712 deletions.
11 changes: 0 additions & 11 deletions src/doc/en/reference/misc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,6 @@ Database Access

sage/databases/sql_db

Media
~~~~~

.. toctree::
:maxdepth: 1

sage/structure/graphics_file
sage/media/wav
.. underscore-methods only
.. sage/media/channels
Warnings
~~~~~~~~

Expand Down
2 changes: 0 additions & 2 deletions src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@

from sage.games.all import *

lazy_import('sage.media.wav', 'Wave', as_='wave', deprecation=12673)

from sage.logic.all import *

from sage.numerical.all import *
Expand Down
2 changes: 0 additions & 2 deletions src/sage/media/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion src/sage/media/all.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/sage/media/channels.pyx

This file was deleted.

Loading

0 comments on commit d7404b1

Please sign in to comment.