summaryrefslogtreecommitdiff
path: root/docs/pscripts
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-27 14:38:02 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-27 14:38:02 -0700
commita155b4be97de8955ba753220984287e82853e35f (patch)
tree5d293f695d3837c7fea258fe6615831b14e9cbe1 /docs/pscripts
parentdf62d60c3da241288cc9c9f1e93acae8e46de39c (diff)
downloadpyramid-a155b4be97de8955ba753220984287e82853e35f.tar.gz
pyramid-a155b4be97de8955ba753220984287e82853e35f.tar.bz2
pyramid-a155b4be97de8955ba753220984287e82853e35f.zip
Improve instructions of how to run p-scripts
- add link in each script usage to the instructions
Diffstat (limited to 'docs/pscripts')
-rw-r--r--docs/pscripts/pcreate.rst2
-rw-r--r--docs/pscripts/pdistreport.rst2
-rw-r--r--docs/pscripts/prequest.rst2
-rw-r--r--docs/pscripts/proutes.rst2
-rw-r--r--docs/pscripts/pserve.rst2
-rw-r--r--docs/pscripts/pshell.rst2
-rw-r--r--docs/pscripts/ptweens.rst2
-rw-r--r--docs/pscripts/pviews.rst2
8 files changed, 8 insertions, 8 deletions
diff --git a/docs/pscripts/pcreate.rst b/docs/pscripts/pcreate.rst
index c48a70acd..e2c45626a 100644
--- a/docs/pscripts/pcreate.rst
+++ b/docs/pscripts/pcreate.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.pcreate:PCreateCommand.parser
:prog: pcreate
-.. seealso:: :ref:`creating_a_project`
+.. seealso:: :ref:`creating_a_project` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pdistreport.rst b/docs/pscripts/pdistreport.rst
index b3c9dffd8..fa07f53ad 100644
--- a/docs/pscripts/pdistreport.rst
+++ b/docs/pscripts/pdistreport.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.pdistreport:get_parser()
:prog: pdistreport
-.. seealso:: :ref:`showing_distributions`
+.. seealso:: :ref:`showing_distributions` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/prequest.rst b/docs/pscripts/prequest.rst
index 64ed01739..3767506fb 100644
--- a/docs/pscripts/prequest.rst
+++ b/docs/pscripts/prequest.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.prequest:PRequestCommand.parser
:prog: prequest
-.. seealso:: :ref:`invoking_a_request`
+.. seealso:: :ref:`invoking_a_request` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/proutes.rst b/docs/pscripts/proutes.rst
index ee7c209e3..282ef327f 100644
--- a/docs/pscripts/proutes.rst
+++ b/docs/pscripts/proutes.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.proutes:PRoutesCommand.parser
:prog: proutes
-.. seealso:: :ref:`displaying_application_routes`
+.. seealso:: :ref:`displaying_application_routes` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pserve.rst b/docs/pscripts/pserve.rst
index 991976aea..cc3c80c91 100644
--- a/docs/pscripts/pserve.rst
+++ b/docs/pscripts/pserve.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.pserve:PServeCommand.parser
:prog: pserve
-.. seealso:: :ref:`running_the_project_application`
+.. seealso:: :ref:`running_the_project_application` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pshell.rst b/docs/pscripts/pshell.rst
index 4e2ce74cb..7c9050826 100644
--- a/docs/pscripts/pshell.rst
+++ b/docs/pscripts/pshell.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.pshell:PShellCommand.parser
:prog: pshell
-.. seealso:: :ref:`interactive_shell`
+.. seealso:: :ref:`interactive_shell` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/ptweens.rst b/docs/pscripts/ptweens.rst
index f586e1467..fe9c27abd 100644
--- a/docs/pscripts/ptweens.rst
+++ b/docs/pscripts/ptweens.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.ptweens:PTweensCommand.parser
:prog: ptweens
-.. seealso:: :ref:`displaying_tweens`
+.. seealso:: :ref:`displaying_tweens` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pviews.rst b/docs/pscripts/pviews.rst
index da4660779..0726cb6aa 100644
--- a/docs/pscripts/pviews.rst
+++ b/docs/pscripts/pviews.rst
@@ -6,4 +6,4 @@
.. autoprogram:: pyramid.scripts.pviews:PViewsCommand.parser
:prog: pviews
-.. seealso:: :ref:`displaying_matching_views`
+.. seealso:: :ref:`displaying_matching_views` and :ref:`running-pscripts`.