From c0794ed0d6dbeec85e366984db1496747aaaefc1 Mon Sep 17 00:00:00 2001 From: alvyjudy Date: Thu, 14 May 2020 12:36:20 -0400 Subject: docs: udpate title of quickstart --- docs/userguide/quickstart.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/userguide') diff --git a/docs/userguide/quickstart.txt b/docs/userguide/quickstart.txt index 4a851ee3..fb40b12a 100644 --- a/docs/userguide/quickstart.txt +++ b/docs/userguide/quickstart.txt @@ -1,5 +1,9 @@ -Installing ``setuptools`` -========================= +========================== +``setuptools`` Quickstart +========================== + +Installation +============ .. _Installing Packages: https://packaging.python.org/tutorials/installing-packages/ @@ -12,8 +16,8 @@ Refer to `Installing Packages`_ guide for more information. Basic Use ========= -For basic use of setuptools, just import things from setuptools instead of -the distutils. Here's a minimal setup script using setuptools:: +For basic use of setuptools, just import things from setuptools. Here's a +minimal setup script using setuptools:: from setuptools import setup, find_packages setup( -- cgit v1.2.1