mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename sphinx.addons to sphinx.ext.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
sphinx.addons.coverage
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
sphinx.ext.coverage
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Check Python modules and C API for coverage. Mostly written by Josip
|
||||
Dzolonga for the Google Highly Open Participation contest.
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
sphinx.addons.ifconfig
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
sphinx.ext.ifconfig
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Provides the ``ifconfig`` directive that allows to write documentation
|
||||
that is included depending on configuration variables.
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
sphinx.addons.refcounting
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
sphinx.ext.refcounting
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Supports reference count annotations for C API functions. Based on
|
||||
refcount.py and anno-api.py in the old Python documentation tools.
|
||||
Reference in New Issue
Block a user