https://github.com/atsphinx/toybox
https://github.com/atsphinx/toybox
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsphinx/toybox
- Owner: atsphinx
- License: apache-2.0
- Created: 2024-11-30T22:13:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T17:05:38.000Z (over 1 year ago)
- Last Synced: 2025-09-27T06:12:00.335Z (9 months ago)
- Language: Python
- Size: 211 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
atsphinx-toybox
===============
Miscellaneous sphinx-extension collection of attakei' trials.
Important note
==============
* This is *lab-style* package.
Subpackages will be stopped maintenance if it can work as singile package.
* This is calver versioning.
Getting started
===============
.. code:: console
pip install atsphinx-toybox
.. code:: python
extensions = [
..., # Your extensions
"atsphinx.toybox",
]