Skip to content

Commit 1e44d50

Browse files
committed
Updated documentation
1 parent de0b795 commit 1e44d50

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

docs/conf.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.1.0'
51+
version = '0.2.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1.0'
53+
release = '0.2.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -91,7 +91,12 @@
9191

9292
# The theme to use for HTML and HTML Help pages. See the documentation for
9393
# a list of builtin themes.
94-
html_theme = 'agogo'
94+
#html_theme = 'agogo'
95+
html_theme = 'sphinxdoc'
96+
#html_theme = 'scrolls'
97+
#html_theme = 'nature'
98+
#html_theme = 'haiku'
99+
#html_theme = 'pyramid'
95100

96101
# Theme options are theme-specific and customize the look and feel of a theme
97102
# further. For a list of options available for each theme, see the

docs/index.rst

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,31 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
pytest-qt: test your Qt GUI applications with pytest
7-
====================================================
8-
9-
.. automodule:: pytestqt
6+
7+
=========
8+
pytest-qt
9+
=========
10+
11+
:Author: Bruno Oliveira
12+
:Repository: `GitHub <https://github.com/nicoddemus/pytest-qt>`_
13+
:Version: |version|
14+
:License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt>`_
15+
16+
17+
Introduction
18+
============
19+
20+
.. automodule:: pytestqt
21+
22+
Tutorial
23+
========
24+
25+
Soon.
26+
27+
28+
QtBot
29+
=====
30+
31+
.. module:: pytestqt.conftest
32+
.. autoclass:: QtBot
33+

0 commit comments

Comments
 (0)