diff --git a/docs/index.txt b/docs/index.txt index 671dfd9..85e7c1c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -35,7 +35,7 @@ Contents .. toctree:: :maxdepth: 2 - installation + quickstart usage settings remote-storages diff --git a/docs/installation.txt b/docs/quickstart.txt similarity index 96% rename from docs/installation.txt rename to docs/quickstart.txt index a71bf91..f32c52c 100644 --- a/docs/installation.txt +++ b/docs/quickstart.txt @@ -75,7 +75,7 @@ Optional ``compressor.parser.BeautifulSoupParser`` and ``compressor.parser.LxmlParser``:: - pip install BeautifulSoup<=4.0 + pip install "BeautifulSoup<4.0" - lxml_