From bcaefd4cca48cb0ccf16eb288e6044a6d75acb01 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 04:59:26 -0800 Subject: Use current links --- docs/index.rst | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 9b4d1b9..24434b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,12 +35,12 @@ without knowing any Python, or the details of the WSGI application or its container. Paste Deployment currently does not require other parts of `Paste -`_, and is distributed as a separate package. +`_, and is distributed as a separate package. To see updates that have been made to Paste Deploy see the :doc:`news file `_. Paste Deploy is released under the `MIT license -`_. +`_. Status ------ @@ -85,8 +85,7 @@ If you want to track development, do: This will install the package locally, and will load the files in the checkout. You can also simply install ``PasteDeploy==dev``. -For downloads and other information see the `Cheese Shop PasteDeploy -page `_. +For downloads and other information see the `PyPI PasteDeploy page `_. A complimentary package is `Paste Script `_. To install that, use ``pip install PasteScript`` (or ``pip install PasteScript==dev``). @@ -102,7 +101,7 @@ The primary interaction with Paste Deploy is through its configuration files. The primary thing you want to do with a configuration file is serve it. To learn about serving configuration files, see `the ``paster serve`` command -`_. +`_. The Config File ~~~~~~~~~~~~~~~ @@ -113,7 +112,7 @@ the part after the ``:`` is the "name" of the section, and the part before gives the "type". Other sections are ignored. The format is a simple `INI format -`_: ``name = value``. You can +`_: ``name = value``. You can extend the value by indenting subsequent lines. ``#`` is a comment. Typically you have one or two sections, named "main": an application @@ -123,7 +122,7 @@ applications (example below). Here's a typical configuration file that also shows off mounting multiple applications using `paste.urlmap -`_: +`_: .. code-block:: ini @@ -232,7 +231,7 @@ Basic Usage ----------- The basic way you'll use Paste Deployment is to load `WSGI -`_ applications. Many +`_ applications. Many Python frameworks now support WSGI, so applications written for these frameworks should be usable. @@ -481,9 +480,7 @@ are a distribution and installation format produced by `setuptools normal Python package (among other things). You don't need to understand a whole lot about Eggs to use them. If -you have a `distutils -`_ -``setup.py`` script, just change: +you have a :mod:`` ``setup.py`` script, just change: .. code-block:: python -- cgit v1.2.1