Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia committed Mar 3, 2023
1 parent e517945 commit e9a83c5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.6, 3.7 and 3.8, and for PyPy. Check
3. The pull request should work for Python 3.8, 3.9, 3.10, 3.11, and for PyPy. Check
https://travis-ci.com/cguardia/questions/pull_requests
and make sure that the tests pass for all supported Python versions.

Expand Down
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ History

* Update docs.

* Update dependencies to lastest versions.
* Update dependencies to latest versions.

0.5.0a2 (2020-12-09)
--------------------
Expand All @@ -37,7 +37,7 @@ History
* Update installation docs to mention typing-extensions requirement for
Python < 3.8.

* Use correct default value for allow_clear in sugnature pad.
* Use correct default value for allow_clear in signature pad.

* Set type hints to allow localization arrays in visible text properties.

Expand Down
1 change: 1 addition & 0 deletions docs/questions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Submodules
questions.questions
questions.settings
questions.templates
questions.utils
questions.validators

Module contents
Expand Down
7 changes: 7 additions & 0 deletions docs/questions.utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
questions.utils module
======================

.. automodule:: questions.utils
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Sphinx==6.1.3
Click==8.1.3
sphinx-autodoc-typehints==1.23.4
sphinxcontrib.spelling==5.4.0
sphinxcontrib.apidoc==0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
author="Carlos de la Guardia",
author_email="[email protected]",
python_requires=">=3.6",
python_requires=">=3.8",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit e9a83c5

Please sign in to comment.