https://github.com/atsphinx/audioplayer
https://github.com/atsphinx/audioplayer
hacktoberfest html python sphinx sphinx-extension
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsphinx/audioplayer
- Owner: atsphinx
- License: apache-2.0
- Created: 2024-09-15T18:04:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T08:43:54.000Z (over 1 year ago)
- Last Synced: 2025-03-08T14:46:34.428Z (over 1 year ago)
- Topics: hacktoberfest, html, python, sphinx, sphinx-extension
- Language: Python
- Homepage: https://atsphinx.github.io/audioplayer/
- Size: 284 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
====================
atsphinx-audioplayer
====================
Register directive to render audio element
Getting started
===============
.. code:: console
pip install atsphinx-audioplayer
Usage
=====
Write ``audio`` directive into your document.
.. code:: rst
.. audio:: talk.mp3
You can write as role too.
.. code:: rst
:audio:`talk.mp3`