Metadata-Version: 1.1
Name: sphinxtesters
Version: 0.1
Summary: Utilities for testing Sphinx extensions
Home-page: http://github.com/matthew-brett/sphinxtesters
Author: Matthew Brett
Author-email: matthew.brett@gmail.com
License: BSD license
Description: #######################################################
        Sphinxtesters - utilities for testing Sphinx extensions
        #######################################################
        
        .. shared-text-body
        
        **********
        Quickstart
        **********
        
        See the tests for examples of using Sphinxtesters for testing builds of Sphinx
        projects.
        
        ************
        Installation
        ************
        
        ::
        
            pip install sphinxtesters
        
        ****
        Code
        ****
        
        See https://github.com/matthew-brett/sphinxtesters
        
        Released under the BSD two-clause license - see the file ``LICENSE`` in the
        source distribution.
        
        `travis-ci <https://travis-ci.org/matthew-brett/sphinxtesters>`_ kindly tests the
        code automatically under Python versions 2.7, and 3.3 through 3.6.
        
        The latest released version is at https://pypi.python.org/pypi/sphinxtesters
        
        *****
        Tests
        *****
        
        * Install ``sphinxtesters``
        * Install the nose_ testing framework::
        
            pip install nose
        
        * Run the tests with::
        
            nosetests sphinxtesters
        
        *******
        Support
        *******
        
        Please put up issues on the `sphinxtesters issue tracker`_.
        
        .. standalone-references
        
        .. |sphinxtesters-documentation| replace:: `sphinxtesters documentation`_
        .. _sphinxtesters documentation:
            https://matthew-brett.github.com/sphinxtesters/sphinxtesters.html
        .. _documentation: https://matthew-brett.github.com/sphinxtesters
        .. _pandoc: http://pandoc.org
        .. _jupyter: jupyter.org
        .. _homebrew: brew.sh
        .. _sphinx: http://sphinx-doc.org
        .. _rest: http://docutils.sourceforge.net/rst.html
        .. _sphinxtesters issue tracker: https://github.com/matthew-brett/sphinxtesters/issues
        .. _nose: http://readthedocs.org/docs/nose/en/latest
        .. _mock: https://github.com/testing-cabal/mock
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
