mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
15 lines
349 B
Python
15 lines
349 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
sphinx.directives
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
Handlers for additional ReST directives.
|
|
|
|
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
"""
|
|
|
|
from sphinx.directives.desc import *
|
|
from sphinx.directives.code import *
|
|
from sphinx.directives.other import *
|