mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
fix links again
This commit is contained in:
parent
52ba1c9815
commit
b57f03a952
1 changed files with 4 additions and 4 deletions
|
@ -254,7 +254,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for generating project documentation.*
|
||||
|
||||
* [Sphinx](http://sphinx-doc.org/) - Python Documentation generator.
|
||||
* [Sphinx](http://www.sphinx-doc.org/en/latest/) - Python Documentation generator.
|
||||
* [awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc)
|
||||
* [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator.
|
||||
* [pdoc](https://github.com/BurntSushi/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries.
|
||||
|
@ -335,8 +335,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Libraries for manipulating audio.*
|
||||
|
||||
* [audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python.
|
||||
* [audioread](https://github.com/sampsyo/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
|
||||
* [beets](http://beets.radbox.org/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
|
||||
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
|
||||
* [beets](http://beets.io/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
|
||||
* [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
|
||||
* [django-elastic-transcoder](https://github.com/StreetVoice/django-elastic-transcoder) - Django + [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/).
|
||||
* [eyeD3](http://eyed3.nicfit.net/) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
|
||||
|
@ -980,7 +980,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [scikit-learn](http://scikit-learn.org/) - A Python module for machine learning built on top of SciPy.
|
||||
* [pydeep](https://github.com/andersbll/deeppy)-Deep learning in python
|
||||
* [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
|
||||
* [skflow](https://github.com/google/skflow) - A simplified interface for [TensorFlow](https://github.com/tensorflow/tensorflow) mimicking scikit-learn
|
||||
* [skflow](https://github.com/tensorflow/skflow) - A simplified interface for [TensorFlow](https://github.com/tensorflow/tensorflow) (mimicking scikit-learn).
|
||||
|
||||
## MapReduce
|
||||
|
||||
|
|
Loading…
Reference in a new issue