Retire the `examples/` folder?
See original GitHub issueIt occurs to me that the examples/
folder isn’t serving much of a purpose anymore, and we may do better to retire it. I certainly don’t want to maintain it if it’s never used.
The example scripts are not packaged in the distribution, nor are they referred to in the documentation.
$ ls -1
adjust_tuning.py*
beat_tracker.py*
estimate_tuning.py*
hpss_beats.py*
hpss.py*
'LibROSA audio effects and playback.ipynb'
'LibROSA demo.ipynb'
onset_detector.py*
time_stretch.py*
I think almost all of these cases are better covered at this point by either the specific docstring examples (eg onset detector, beat tracker, or time stretch) or the advanced examples in the gallery (audio effects, demo notebook).
I’d be open to expanding to the advanced example gallery to cover anything crucial that we’d lose by removing the examples folder. What do the other devs think?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Simplify Your Filing System and Retire Your To-File Pile
1. Categorize Files Before you tackle your to-file pile, you need to create some structure. · 2. Develop a Color Code Color-coding file...
Read more >Six Tips For Organizing Your Records - Retirement Visions, LLC
#3. Set up your files. Give each file folder a name corresponding to a category of documents. Examples are: • Unpaid Bills. •...
Read more >Search - Foreign Affairs Manual - Department of State
Retire official personnel folders of Foreign Service nationals to the Office of Personnel, Records Management Division (GTM/EX/ADM/RIM), Department of State, ...
Read more >RetireJS/retire.js - GitHub
A Grunt task for running Retire.js as part of your application's build routine, or some other automated workflow. Gulp task. An example of...
Read more >Best Practices for Retiring Computers
The following describes how to retire computers: To manually retire computers: In the Symantec Management Platform Console, go to Manage > ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your input here. I don’t want to tie us to colab, given google’s propensity to discontinue useful services, but it’s easy enough to add examples in the gallery. These can automatically export to notebooks, which ought to be good enough.
Aha! Audio embeds do work, but the only catch is that you can’t stack them using
display
like in a notebook. I can work around that easily enough.