[Checkins] SVN: bluebream/trunk/docs/source/ do not hard-code pages

Baiju M baiju.m.mail at gmail.com
Wed Jan 13 01:57:46 EST 2010


Log message for revision 108100:
  do not hard-code pages
  

Changed:
  U   bluebream/trunk/docs/source/faq.rst
  U   bluebream/trunk/docs/source/gettingstarted.rst
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/docs/source/faq.rst
===================================================================
--- bluebream/trunk/docs/source/faq.rst	2010-01-13 06:57:27 UTC (rev 108099)
+++ bluebream/trunk/docs/source/faq.rst	2010-01-13 06:57:46 UTC (rev 108100)
@@ -148,8 +148,7 @@
 How do I start a new BlueBream project ?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Please start with `Getting Started <gettingstarted.html>`_
-documentation.
+You can start with the :ref:`started-getting` documentation.
 
 .. _faq-concepts:
 

Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-13 06:57:27 UTC (rev 108099)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-13 06:57:46 UTC (rev 108100)
@@ -518,9 +518,9 @@
 
 This chapter walked through the process of getting started with web
 application development with BlueBream.  Also introduced few simple
-``Hello World`` example applications.  The `tutorial
-<tutorial.html>`_ chapter will go through a bigger application to
-introduce more concepts.
+``Hello World`` example applications.  The :ref:`tut-tutorial`
+chapter will go through a bigger application to introduce more
+concepts.
 
 .. raw:: html
 

Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-13 06:57:27 UTC (rev 108099)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-13 06:57:46 UTC (rev 108100)
@@ -8,11 +8,11 @@
 Introduction
 ------------
 
-In the `Getting Started <gettingstarted.html>`_ chapater you learned
-how to install BlueBream and create a new project using the
-``bluebream`` project template.  In this chapter, we will explore
-creating a simple ticket collector application.  This will help you
-to familiarize more concepts in BlueBream.
+In the :ref:`started-getting` chapater you learned how to install
+BlueBream and create a new project using the ``bluebream`` project
+template.  In this chapter, we will explore creating a simple ticket
+collector application.  This will help you to familiarize more
+concepts in BlueBream.
 
 Befire proceeding, we will see the user stories:
 
@@ -34,10 +34,9 @@
 In this section, we will create the directory layout for ticket
 collector application.  I assume you have already installed
 ``bluebream`` using ``easy_install bluebream`` command as mentioned
-in the `Getting Started <gettingstarted.html>`_.  We are going to use
-the project name as ``ticketcollector`` and namespace package as
-``tc``. Let's create the project directory layout for
-``ticketcollector``::
+in the :ref:`started-getting`.  We are going to use the project name
+as ``ticketcollector`` and namespace package as ``tc``. Let's create
+the project directory layout for ``ticketcollector``::
 
   $ paster create -t bluebream
   Selected and implied templates:



More information about the checkins mailing list