Skip to content

Commit f947478

Browse files
ncoghlanJon Wayne Parrott
authored andcommitted
Tidy up some build warnings (pypa#435)
1 parent afb3c35 commit f947478

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

source/specifications/core-metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Examples::
360360
License: GPL version 3, excluding DRM provisions
361361

362362

363-
.. _metadata_classifier:
363+
.. _metadata-classifier:
364364

365365
Classifier (multiple use)
366366
=========================

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)