mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Explicitly refer to the license in :license: tags.
This commit is contained in:
parent
5975e6c0f6
commit
26d7aafaae
4
LICENSE
4
LICENSE
@ -13,10 +13,6 @@ met:
|
|||||||
disclaimer in the documentation and/or other materials provided
|
disclaimer in the documentation and/or other materials provided
|
||||||
with the distribution.
|
with the distribution.
|
||||||
|
|
||||||
* The names of the contributors may not be used to endorse or
|
|
||||||
promote products derived from this software without specific
|
|
||||||
prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
The Sphinx documentation toolchain.
|
The Sphinx documentation toolchain.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Jinja glue.
|
Jinja glue.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl, Horst Gutmann.
|
:copyright: 2007-2008 by Georg Brandl, Horst Gutmann.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import codecs
|
import codecs
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Additional docutils nodes.
|
Additional docutils nodes.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl, Armin Ronacher.
|
:copyright: 2008 by Georg Brandl, Armin Ronacher.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
import these classes directly from the sphinx.builders package.
|
import these classes directly from the sphinx.builders package.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Builder superclass for all builders.
|
Builder superclass for all builders.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl, Sebastian Wiesner, Horst Gutmann.
|
:copyright: 2007-2008 by Georg Brandl, Sebastian Wiesner, Horst Gutmann.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Changelog builder.
|
Changelog builder.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import codecs
|
import codecs
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Several HTML builders.
|
Several HTML builders.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl, Armin Ronacher.
|
:copyright: 2007-2008 by Georg Brandl, Armin Ronacher.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Parts adapted from Python's Doc/tools/prechm.py.
|
Parts adapted from Python's Doc/tools/prechm.py.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
LaTeX builder.
|
LaTeX builder.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
The CheckExternalLinksBuilder class.
|
The CheckExternalLinksBuilder class.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl, Thomas Lamb.
|
:copyright: 2008 by Georg Brandl, Thomas Lamb.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Plain-text Sphinx builder.
|
Plain-text Sphinx builder.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import codecs
|
import codecs
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
sphinx-build command-line handling.
|
sphinx-build command-line handling.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Build configuration file handling.
|
Build configuration file handling.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD license.
|
:license: BSD, see LICENSE for details license.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Handlers for additional ReST directives.
|
Handlers for additional ReST directives.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from sphinx.directives.desc import *
|
from sphinx.directives.desc import *
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Global creation environment.
|
Global creation environment.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
Contains Sphinx features not activated by default.
|
Contains Sphinx features not activated by default.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
for those who like elaborate docstrings.
|
for those who like elaborate docstrings.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl, Pauli Virtanen, Martin Hans.
|
:copyright: 2008 by Georg Brandl, Pauli Virtanen, Martin Hans.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Dzolonga for the Google Highly Open Participation contest.
|
Dzolonga for the Google Highly Open Participation contest.
|
||||||
|
|
||||||
:copyright: 2008 by Josip Dzolonga, Georg Brandl.
|
:copyright: 2008 by Josip Dzolonga, Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
their results.
|
their results.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
are available.)
|
are available.)
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
without Internet access.
|
without Internet access.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
via JavaScript.
|
via JavaScript.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Set up math support in source files and LaTeX/text output.
|
Set up math support in source files and LaTeX/text output.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes, utils
|
from docutils import nodes, utils
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Render math in HTML via dvipng.
|
Render math in HTML via dvipng.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
count data file.
|
count data file.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from os import path
|
from os import path
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
original location.
|
original location.
|
||||||
|
|
||||||
:copyright: 2008 Daniel Bültmann.
|
:copyright: 2008 Daniel Bültmann.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Highlight code blocks using Pygments.
|
Highlight code blocks using Pygments.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Locale utilities.
|
Locale utilities.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_ = lambda x: x
|
_ = lambda x: x
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Quickly setup documentation source to work with Sphinx.
|
Quickly setup documentation source to work with Sphinx.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys, os, time
|
import sys, os, time
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Handlers for additional ReST roles.
|
Handlers for additional ReST roles.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Create a search index for offline search.
|
Create a search index for offline search.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Armin Ronacher.
|
:copyright: 2007-2008 by Armin Ronacher.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
import re
|
import re
|
||||||
import cPickle as pickle
|
import cPickle as pickle
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Utility functions for Sphinx.
|
Utility functions for Sphinx.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Stuff for docutils compatibility.
|
Stuff for docutils compatibility.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Format colored console output.
|
Format colored console output.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Uses the basestring encode function from simplejson.
|
Uses the basestring encode function from simplejson.
|
||||||
|
|
||||||
:copyright: 2008 by Armin Ronacher, Bob Ippolito, Georg Brandl.
|
:copyright: 2008 by Armin Ronacher, Bob Ippolito, Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
PNG image manipulation helpers.
|
PNG image manipulation helpers.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
TeX escaping helper.
|
TeX escaping helper.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
tex_replacements = [
|
tex_replacements = [
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
Custom docutils writers.
|
Custom docutils writers.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
docutils writers handling Sphinx' custom nodes.
|
docutils writers handling Sphinx' custom nodes.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl.
|
:copyright: 2007-2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
docutils sandbox.
|
docutils sandbox.
|
||||||
|
|
||||||
:copyright: 2007-2008 by Georg Brandl, Dave Kuhlman.
|
:copyright: 2007-2008 by Georg Brandl, Dave Kuhlman.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Custom docutils writer for plain text.
|
Custom docutils writer for plain text.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
This script runs the Sphinx unit test suite.
|
This script runs the Sphinx unit test suite.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the Sphinx class.
|
Test the Sphinx class.
|
||||||
|
|
||||||
:copyright: 2008 by Benjamin Peterson.
|
:copyright: 2008 by Benjamin Peterson.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
directives are tested in a test source file translated by test_build.
|
directives are tested in a test source file translated by test_build.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the entire build process with the test root.
|
Test the entire build process with the test root.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Application class.
|
Application class.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the coverage builder.
|
Test the coverage builder.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pickle
|
import pickle
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the BuildEnvironment class.
|
Test the BuildEnvironment class.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the Pygments highlighting bridge.
|
Test the Pygments highlighting bridge.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test locale features.
|
Test locale features.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from util import *
|
from util import *
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test various Sphinx-specific markup extensions.
|
Test various Sphinx-specific markup extensions.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Test the sphinx.quickstart module.
|
Test the sphinx.quickstart module.
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2008 by Georg Brandl.
|
:copyright: 2008 by Georg Brandl.
|
||||||
:license: BSD.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user