From 48ad0860bee87c71cddea76de841dd91a16cd0fe Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 28 Dec 2019 02:49:14 -0800 Subject: Unwrap paragraph to one line per sentence --- docs/narr/paste.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/paste.rst b/docs/narr/paste.rst index fe2846dd3..e198176d4 100644 --- a/docs/narr/paste.rst +++ b/docs/narr/paste.rst @@ -95,4 +95,6 @@ application's ``main`` function as ``global_config`` (see the reference to the Alternative Configuration File Formats -------------------------------------- -It is possible to use different file formats with :app:`Pyramid` if you do not like :term:`PasteDeploy`. Under the hood all command-line scripts such as ``pserve`` and ``pshell`` pass the ``config_uri`` (e.g. ``development.ini`` or ``production.ini``) to the :term:`plaster` library which performs a lookup for an appropriate parser. For ``.ini`` files it uses PasteDeploy but you can register your own configuration formats that plaster will find instead. +It is possible to use different file formats with :app:`Pyramid` if you do not like :term:`PasteDeploy`. +Under the hood all command-line scripts such as ``pserve`` and ``pshell`` pass the ``config_uri`` (e.g., ``development.ini`` or ``production.ini``) to the :term:`plaster` library which performs a lookup for an appropriate parser. +For ``.ini`` files it uses PasteDeploy but you can register your own configuration formats that plaster will find instead. -- cgit v1.2.3