summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorevildmp <daniele@vurt.org>2013-09-20 23:21:49 +0100
committerevildmp <daniele@vurt.org>2013-09-20 23:21:49 +0100
commitdc8f95b639f9ebe65d2188cb3e4f04f9fd68e384 (patch)
tree600f231f49deb3c7af56d0b466e2ccc0bad412e5 /docs/index.txt
parent4db2752e28668ed8826b770ef2ed26e8c1562db6 (diff)
Fixed #20877 -- added a performance optimization guide
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 3508b17669..b8a1ae90f8 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -233,6 +233,14 @@ regions:
* :doc:`"Local flavor" <topics/localflavor>`
* :doc:`Time zones </topics/i18n/timezones>`
+Performance and optimization
+============================
+
+There are a variety of techniques and tools that can help get your code running
+more efficiently - faster, and using fewer system resources.
+
+* :doc:`Performance and optimization overview <topics/performance>`
+
Python compatibility
====================