aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 07654fca5..fc1b20800 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -12,7 +12,12 @@
<p>PySide is built using the <a href="http://www.pyside.org/docs/shiboken">Shiboken</a> binding generator.</p>
<h2>Modules</h2>
- <table class="contentstable" align="center" style="margin-left: 30px"><tr>
+
+ <div class="admonition warning">
+ <strong>Note:</strong> The PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world, however is not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.
+ </div>
+
+ <table class="contentstable" align="center" ><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("PySide/QtCore/index") }}">QtCore</a><br/>
<span class="linkdescr">core non-GUI functionality</span></p>