Rename sphinx.addons to sphinx.ext.

This commit is contained in:
Georg Brandl
2008-02-25 20:18:15 +00:00
parent 198c8e7271
commit 87aaa59011
4 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.