summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2015-02-04 15:34:32 +0100
committerTim Graham <timograham@gmail.com>2015-02-05 10:40:46 -0500
commit9410d69835c69562df2120495a0a8b9710f28df3 (patch)
treec88a32c160d8afbc44a36fc9dbe83c0b1d439f8d /docs/intro
parent31d3a35579d3dd05d0de7eb384e7ed22b589ed96 (diff)
Added cross references to contributing docs.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 2baa9b048c..d1bd798864 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -16,6 +16,12 @@ We'll walk you through the entire process, so you can learn by example.
Who's this tutorial for?
------------------------
+.. seealso::
+
+ If you are looking for a reference on how to submit patches, see the
+ :doc:`/internals/contributing/writing-code/submitting-patches`
+ documentation.
+
For this tutorial, we expect that you have at least a basic understanding of
how Django works. This means you should be comfortable going through the
existing tutorials on :doc:`writing your first Django app</intro/tutorial01>`.