Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
e788057a
Unverified
Kaydet (Commit)
e788057a
authored
May 23, 2019
tarafından
Nick Coghlan
Kaydeden (comit)
GitHub
May 23, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462)
üst
394119af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
index.rst
Doc/distributing/index.rst
+9
-3
index.rst
Doc/distutils/index.rst
+0
-1
packageindex.rst
Doc/distutils/packageindex.rst
+3
-4
uploading.rst
Doc/distutils/uploading.rst
+2
-1
No files found.
Doc/distributing/index.rst
Dosyayı görüntüle @
e788057a
...
@@ -113,11 +113,17 @@ recommended tools`_.
...
@@ -113,11 +113,17 @@ recommended tools`_.
.. _currently recommended tools: https://packaging.python.org/guides/tool-recommendations/#packaging-tool-recommendations
.. _currently recommended tools: https://packaging.python.org/guides/tool-recommendations/#packaging-tool-recommendations
Reading the guide
.. index::
=================
single: Python Package Index (PyPI)
single: PyPI; (see Python Package Index (PyPI))
.. _publishing-python-packages:
Reading the Python Packaging User Guide
=======================================
The Python Packaging User Guide covers the various key steps and elements
The Python Packaging User Guide covers the various key steps and elements
involved in creating a project:
involved in creating a
nd publishing a
project:
* `Project structure`_
* `Project structure`_
* `Building and packaging the project`_
* `Building and packaging the project`_
...
...
Doc/distutils/index.rst
Dosyayı görüntüle @
e788057a
...
@@ -36,7 +36,6 @@ and extensions readily available to a wider audience.
...
@@ -36,7 +36,6 @@ and extensions readily available to a wider audience.
configfile.rst
configfile.rst
sourcedist.rst
sourcedist.rst
builtdist.rst
builtdist.rst
packageindex.rst
examples.rst
examples.rst
extending.rst
extending.rst
commandref.rst
commandref.rst
...
...
Doc/distutils/packageindex.rst
Dosyayı görüntüle @
e788057a
.. index::
:orphan:
single: Python Package Index (PyPI)
single: PyPI; (see Python Package Index (PyPI))
.. _package-index:
.. _package-index:
...
@@ -12,6 +10,7 @@ The `Python Package Index (PyPI)`_ stores metadata describing distributions
...
@@ -12,6 +10,7 @@ The `Python Package Index (PyPI)`_ stores metadata describing distributions
packaged with distutils and other publishing tools, as well the distribution
packaged with distutils and other publishing tools, as well the distribution
archives themselves.
archives themselves.
Detailed instructions on using PyPI at :ref:`distributing-index`.
References to up to date PyPI documentation can be found at
:ref:`publishing-python-packages`.
.. _Python Package Index (PyPI): https://pypi.org
.. _Python Package Index (PyPI): https://pypi.org
Doc/distutils/uploading.rst
Dosyayı görüntüle @
e788057a
...
@@ -4,4 +4,5 @@
...
@@ -4,4 +4,5 @@
Uploading Packages to the Package Index
Uploading Packages to the Package Index
***************************************
***************************************
The contents of this page have moved to the section :ref:`package-index`.
References to up to date PyPI documentation can be found at
:ref:`publishing-python-packages`.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment