From a05522405604282a77bffb67e93dc937686fbd88 2013-02-12 01:18:40
From: drevicko <subscriptions@drevicko.com>
Date: 2013-02-12 01:18:40
Subject: [PATCH] Update docs/source/interactive/htmlnotebook.txt

Added links to IPython configuration page.
---

diff --git a/docs/source/interactive/htmlnotebook.txt b/docs/source/interactive/htmlnotebook.txt
index 33a9994..03087b4 100644
--- a/docs/source/interactive/htmlnotebook.txt
+++ b/docs/source/interactive/htmlnotebook.txt
@@ -252,10 +252,15 @@ To see a list of available options ehter:
   $ ipython help notebook
 
 Defaults for these options can also be set by creating a file named 
-ipython_notebook_config.py in you IPython profile folder. The profile folder is
+ipython_notebook_config.py in your IPython profile folder. The profile folder is
 a subfolder of your IPython directory (`ipython locate` will show you where that
 is). 
 
+.. seealso:
+
+    :ref:`config_overview`, in particular :ref:`Profiles`.
+
+
 Keyboard use
 ------------