summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'main' into prefer-svg-imagesJason R. Coombs2021-11-122-9/+12
|\ \ \
| * | | Improve the mention of pip version that doesn't need `setup.py`Sviatoslav Sydorenko2021-11-121-2/+3
| | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| * | | Document that pip works with editable setup.cfgSviatoslav Sydorenko2021-11-112-9/+11
| | | |
* | | | Add dark mode to faviconAnderson Bravalheri2021-11-101-20/+32
| | | |
* | | | Add SVG favicons via custom Sphinx extensionAnderson Bravalheri2021-11-103-14/+97
| | | |
* | | | Use SVG images instead of PNGAnderson Bravalheri2021-11-102-1/+544
| | | |
* | | | Remove binary image filesAnderson Bravalheri2021-11-1013-0/+0
|/ / /
* | | Merge pull request #2858 from abravalheri/issue-2698Jason R. Coombs2021-11-072-0/+17
|\ \ \ | | | | | | | | Re-export `errors` from `distutils`
| * | | Prefer imperative voice.Jason R. Coombs2021-11-071-2/+2
| | | |
| * | | Document setuptools replacementsAnderson Bravalheri2021-11-052-0/+17
| | | |
* | | | Improve faviconAnderson Bravalheri2021-11-063-15/+12
| | | |
* | | | Add favicon and related configuration to sphinxAnderson Bravalheri2021-11-054-0/+47
|/ / /
* | | Add a note about inspirationAnderson Bravalheri2021-11-041-0/+15
| | |
* | | Add docs/README to the toctreeAnderson Bravalheri2021-11-043-5/+9
| | |
* | | Rename logo filesAnderson Bravalheri2021-11-0425-7/+6
| | |
* | | Add banner to main docs pageAnderson Bravalheri2021-11-041-2/+5
| | |
* | | Customise the sphinx theme to reflect the new logoAnderson Bravalheri2021-11-041-0/+15
| | |
* | | Add logo design and usage instructionsAnderson Bravalheri2021-11-0423-0/+1997
| | |
* | | Merge pull request #2833 from abravalheri/remove-data-files-from-exampleJason R. Coombs2021-10-311-8/+4
|\ \ \ | | | | | | | | [Docs] Remove data_files from declarative config example
| * | | Remove data_files from declarative config exampleAnderson Bravalheri2021-10-261-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the following references: - https://setuptools.pypa.io/en/latest/references/keywords.html - https://packaging.python.org/guides/distributing-packages-using-setuptools/#package-data the usage of ``data_files`` is deprecated. Therefore we should avoid having it in the main configuration example for declarative config.
* | | | Merge pull request #2831 from abravalheri/improve-docs-paverJason R. Coombs2021-10-311-2/+11
|\ \ \ \ | | | | | | | | | | [Docs] Add reference and short description for Paver
| * | | | Docs: Add reference + short description for PaverAnderson Bravalheri2021-10-261-2/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the developer-guide [Paver] is very briefly mentioned. The purpose of this change is to expand a little bit the context to help and help the potential contributor to understand what is happening. [Paver]: https://pythonhosted.org/Paver/
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-10-311-2/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add intersphinx mappings for Python to prevent spurious nitpicky failures. ↵Jason R. Coombs2021-09-171-0/+7
| | | | | | | | | | | | Fixes jaraco/skeleton#51.
* | | Add minimum versions for setup_requires, python_requires, py_modules. Closes ↵Jason R. Coombs2021-10-221-3/+3
| | | | | | | | | | | | #1535.
* | | Update docs/userguide/distribution.rstJens C. Jensen2021-10-031-1/+1
| | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* | | fix typo: above -> belowJens C. Jensen2021-10-031-1/+1
| | | | | | | | | I guess the sections may have been moved around at some point? or someone wrote it upside down, anyway this fixes the direction for most right-side-up readers :)
* | | Merge pull request #2793 from stanton119/patch-1Jason R. Coombs2021-09-211-1/+1
|\ \ \ | | | | | | | | Update package_discovery.rst
| * | | Update package_discovery.rststanton1192021-09-171-1/+1
| | | | | | | | | | | | Small typo
* | | | Update distribution.rstDiego Ramirez2021-09-141-3/+3
| | | | | | | | | | | | Fix some typos.
* | | | Document the version coparisonsDiego Ramirez2021-09-141-2/+9
|/ / / | | | | | | Document how the legacy versions and non-legacy versions are compared.
* | | Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0Jason R. Coombs2021-09-121-1/+1
|\ \ \ | | | | | | | | Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"
| * | | docs(quickstart): add link to "Development Mode"Mozi2021-09-121-1/+1
| | | |
* | | | Correct typo (s/brakets/brackets/)Rupert Nash2021-09-091-1/+1
|/ / /
* | | Merge pull request #2731 from graingert/remove-lib2to3-usageJason R. Coombs2021-09-046-151/+0
|\ \ \ | | | | | | | | remove lib2to3 usage
| * | | remove lib2to3 usageThomas Grainger2021-09-045-133/+0
| | | |
| * | | Merge https://github.com/pypa/distutils into remove-lib2to3-usageJason R. Coombs2021-09-041-18/+0
| |\ \ \ | | | |/ | | |/|
| | * | remove 2to3Thomas Grainger2021-07-221-18/+0
| | | |
* | | | Merge pull request #2748 from ianw/clarify-wheel-dependencyJason R. Coombs2021-09-041-1/+5
|\ \ \ \ | | | | | | | | | | build_meta: Clarify the reasons for project requirements in pyproject…
| * | | | Prefer "command" to "function". Use direct imperative voice.Jason R. Coombs2021-09-041-3/+3
| | | | |
| * | | | build_meta: Clarify the reasons for project requirements in pyproject.tomlIan Wienand2021-08-091-1/+5
| | | | |
* | | | | Merge pull request #2746 from graingert/patch-1Jason R. Coombs2021-09-041-1/+22
|\ \ \ \ \ | |_|/ / / |/| | | | add python_requires example
| * | | | add python_requires exampleThomas Grainger2021-07-301-1/+22
| |/ / /
* | | | Merge pull request #2712 from darkvertex/data_files_glob_directiveJason R. Coombs2021-08-261-0/+1
|\ \ \ \ | |/ / / |/| | | Implement #1681 (globbing support for `[options.data_files]`)
| * | | Update globbing for [options.data_files] to be implicit, not requiring a ↵Alan Fregtman2021-07-211-4/+2
| | | | | | | | | | | | | | | | custom directive.
| * | | Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-301-1/+4
| | | |
* | | | Merge pull request #2735 from lmmx/patch-1Jason R. Coombs2021-07-211-1/+1
|\ \ \ \ | | | | | | | | | | Remove repeated information in same sentence
| * | | | Remove repeated information in same sentenceLouis Maddox2021-07-191-1/+1
| | | | | | | | | | | | | | | Minor edit
* | | | | Restore whitespace and single quotes after blacken-docs.Jason R. Coombs2021-07-214-23/+32
| | | | |
* | | | | remove magci trailing commasThomas Grainger2021-07-211-6/+2
| | | | |