File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,23 @@ collect and display accurately. Reasons for this are included in the
2323 of which are:
2424
2525 - Technically hard to make work with the new CDN
26+
2627 - The CDN is being donated to the PSF, and the donated tier does
2728 not offer any form of log access
2829 - The work around for not having log access would greatly reduce
2930 the utility of the CDN
3031 - Highly inaccurate
3132 - A number of things prevent the download counts from being
3233 inaccurate, some of which include:
34+
3335 - pip download cache
3436 - Internal or unofficial mirrors
3537 - Packages not hosted on PyPI (for comparisons sake)
3638 - Mirrors or unofficial grab scripts causing inflated counts
3739 (Last I looked 25% of the downloads were from a known
3840 mirroring script).
3941 - Not particularly useful
42+
4043 - Just because a project has been downloaded a lot doesn't mean
4144 it's good
4245 - Similarly just because a project hasn't been downloaded a lot
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ Examples::
360360 License: GPL version 3, excluding DRM provisions
361361
362362
363- .. _ metadata_classifier :
363+ .. _ metadata-classifier :
364364
365365Classifier (multiple use)
366366=========================
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ please install the latest 3.x version from `python.org`_ or refer to the
6363 can run system commands like those in this tutorial by prefacing them with
6464 a ``! `` character:
6565
66- .. code-block :: python
66+ ::
6767
6868 In [1]: !python --version
6969 Python 3.6.3
You can’t perform that action at this time.
0 commit comments