Metadata-Version: 2.1
Name: nti-sphinx-questions
Version: 0.0.1
Summary: Question and Question List Sphinx directives
Home-page: https://github.com/NextThought/nti_sphinx_questions
Author: Jason Madden
Author-email: jason@nextthought.com
License: BSD
Keywords: sphinx extension question
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/x-rst
Requires-Dist: setuptools
Requires-Dist: Sphinx (>=1.8.0)
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: zope.testrunner ; extra == 'test'

======================
 nti_sphinx_questions
======================

A sphinx extension providing two directives intended to be useful
during early phases of a project (e.g., requirement gathering):

``.. question::`` is a note-like environment to write an unresolved
question.

``.. questionlist::`` produces a hyperlinked collection of all such
questions found in the Sphinx document set.


=========
 CHANGES
=========

0.0.1 (2020-06-16)
==================

- Initial PyPI release.


