summaryrefslogtreecommitdiff
path: root/docs/pscripts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pscripts')
-rw-r--r--docs/pscripts/index.rst12
-rw-r--r--docs/pscripts/pdistreport.rst9
-rw-r--r--docs/pscripts/prequest.rst9
-rw-r--r--docs/pscripts/proutes.rst9
-rw-r--r--docs/pscripts/pserve.rst9
-rw-r--r--docs/pscripts/pshell.rst9
-rw-r--r--docs/pscripts/ptweens.rst9
-rw-r--r--docs/pscripts/pviews.rst9
8 files changed, 75 insertions, 0 deletions
diff --git a/docs/pscripts/index.rst b/docs/pscripts/index.rst
new file mode 100644
index 000000000..857e0564f
--- /dev/null
+++ b/docs/pscripts/index.rst
@@ -0,0 +1,12 @@
+.. _pscripts_documentation:
+
+``p*`` Scripts Documentation
+============================
+
+Command line programs (``p*`` scripts) included with :app:`Pyramid`.
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ *
diff --git a/docs/pscripts/pdistreport.rst b/docs/pscripts/pdistreport.rst
new file mode 100644
index 000000000..fa07f53ad
--- /dev/null
+++ b/docs/pscripts/pdistreport.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: pdistreport; --help
+
+.. _pdistreport_script:
+
+.. autoprogram:: pyramid.scripts.pdistreport:get_parser()
+ :prog: pdistreport
+
+.. seealso:: :ref:`showing_distributions` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/prequest.rst b/docs/pscripts/prequest.rst
new file mode 100644
index 000000000..3767506fb
--- /dev/null
+++ b/docs/pscripts/prequest.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: prequest; --help
+
+.. _prequest_script:
+
+.. autoprogram:: pyramid.scripts.prequest:PRequestCommand.parser
+ :prog: prequest
+
+.. seealso:: :ref:`invoking_a_request` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/proutes.rst b/docs/pscripts/proutes.rst
new file mode 100644
index 000000000..282ef327f
--- /dev/null
+++ b/docs/pscripts/proutes.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: proutes; --help
+
+.. _proutes_script:
+
+.. autoprogram:: pyramid.scripts.proutes:PRoutesCommand.parser
+ :prog: proutes
+
+.. seealso:: :ref:`displaying_application_routes` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pserve.rst b/docs/pscripts/pserve.rst
new file mode 100644
index 000000000..cc3c80c91
--- /dev/null
+++ b/docs/pscripts/pserve.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: pserve; --help
+
+.. _pserve_script:
+
+.. autoprogram:: pyramid.scripts.pserve:PServeCommand.parser
+ :prog: pserve
+
+.. seealso:: :ref:`running_the_project_application` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pshell.rst b/docs/pscripts/pshell.rst
new file mode 100644
index 000000000..7c9050826
--- /dev/null
+++ b/docs/pscripts/pshell.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: pshell; --help
+
+.. _pshell_script:
+
+.. autoprogram:: pyramid.scripts.pshell:PShellCommand.parser
+ :prog: pshell
+
+.. seealso:: :ref:`interactive_shell` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/ptweens.rst b/docs/pscripts/ptweens.rst
new file mode 100644
index 000000000..fe9c27abd
--- /dev/null
+++ b/docs/pscripts/ptweens.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: ptweens; --help
+
+.. _ptweens_script:
+
+.. autoprogram:: pyramid.scripts.ptweens:PTweensCommand.parser
+ :prog: ptweens
+
+.. seealso:: :ref:`displaying_tweens` and :ref:`running-pscripts`.
diff --git a/docs/pscripts/pviews.rst b/docs/pscripts/pviews.rst
new file mode 100644
index 000000000..0726cb6aa
--- /dev/null
+++ b/docs/pscripts/pviews.rst
@@ -0,0 +1,9 @@
+.. index::
+ single: pviews; --help
+
+.. _pviews_script:
+
+.. autoprogram:: pyramid.scripts.pviews:PViewsCommand.parser
+ :prog: pviews
+
+.. seealso:: :ref:`displaying_matching_views` and :ref:`running-pscripts`.