Merge pull request #615 from cjmayo/docs

Assorted minor documentation updates
This commit is contained in:
Chris Mayo 2022-03-01 19:28:14 +00:00 committed by GitHub
commit 2b1fd0eaac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ The version in the pip repository may be old, to find out how to get the latest
code, plus platform-specific information and other advice see `doc/install.txt`_
in the source code archive.
.. _doc/install.txt: doc/install.txt
.. _doc/install.txt: https://linkchecker.github.io/linkchecker/install.html
Usage

View file

@ -59,8 +59,8 @@ Release process
1. check whether updated translations need committing
(`make locale; make -C doc locale; make -C doc man`)
2. edit `changelog.txt`, and if applicable the
copyright date in `linkcheck/configuration/__init__.py`
2. edit `changelog.txt` and `upgrading.txt`, and if applicable the
copyright dates in `linkcheck/configuration/__init__.py`
3. confirm tests have passed

View file

@ -19,7 +19,7 @@ sphinx_sitemap
Configuration
-------------
Before building either man pages or HTML, generate ``_LinkChecker_configdata.py``
Before building either man pages or HTML, generate ``PKG-INFO``
containing copyright, author and version with:
``linkchecker $ ./setup.py build``

View file

@ -75,7 +75,7 @@ First, install the required software.
On most distributions, the distutils module is included in
an extra ``python-dev`` package.
2. Python requests package from https://pypi.org/project/requests/
2. Python Requests package from https://pypi.org/project/requests/
3. Python Beautiful Soup package from https://pypi.org/project/beautifulsoup4/