mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #615 from cjmayo/docs
Assorted minor documentation updates
This commit is contained in:
commit
2b1fd0eaac
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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``
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue