summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge with masterJason R. Coombs2016-06-065-73/+72
|\
| * Bump rst.linker for RTD supportJason R. Coombs2016-06-031-1/+1
| |
| * Patch changelog relative to 'docs' now that docs are built in RTDJason R. Coombs2016-06-031-1/+1
| |
| * Add rst.linker to docs requirements.Jason R. Coombs2016-06-031-0/+1
| |
| * Fix broken linkJuan Luis Cano Rodríguez2016-05-261-1/+1
| |
| * Convert tabs to spaces. Fixes #489.Jason R. Coombs2016-05-021-60/+60
| |
| * Remove ez_setup.py from master branch (and packaged sdist releases).Jason R. Coombs2016-04-261-11/+8
| |
| * Update rationale for the zip_safe flagncoghlan2016-04-121-1/+2
| | | | | | | | | | | | | | Importing from a zip file no longer significantly reduces the number of stat calls during import, and may even slow imports down if too many archives are added to sys.path. The outdated rationale was noted by Thomas Güttler on distutils-sig
* | Merge with masterJason R. Coombs2016-04-046-156/+111
|\ \ | |/
| * Rename CHANGES and README files for nicer rendering on Github.Jason R. Coombs2016-04-013-3/+3
| |
| * Recognize semver versions with v prefix in rst.linker configJason R. Coombs2016-03-291-1/+1
| |
| * Follow semver to the letter for simplicity.Jason R. Coombs2016-03-291-4/+1
| |
| * Attempting a new streamlined, Travis-powered release process.Jason R. Coombs2016-03-291-17/+10
| |
| * Just render the date and not the time of tagged releases in the changelog.20.5Jason R. Coombs2016-03-291-1/+1
| |
| * Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-293-19/+18
| |
| * Merged in koterpillar/setuptools (pull request #183)Jason R. Coombs2016-03-201-55/+43
| |\ | | | | | | | | | Remove CVS and Subversion references in include_package_data docs
| | * Point towards SCM plugins for including source filesAlexey Kotlyarov2016-03-201-7/+21
| | |
| | * Remove CVS and Subversion references in include_package_data docsAlexey Kotlyarov2016-03-171-61/+35
| | |
| * | Update documentation for ``Requirement``.Steve Kowalik2016-03-181-14/+13
| |/
| * Add timestamps to changelog.Jason R. Coombs2016-02-191-0/+4
| |
| * Add hyperlinks to PEPs in changelog.Jason R. Coombs2016-02-191-0/+4
| |
| * Override upload command to load passwords from keyring when available and ↵20.1Jason R. Coombs2016-02-111-0/+16
| | | | | | | | not otherwise specified.
| * Replace upload docs with a reference to distutils docs, asJason R. Coombs2016-02-111-48/+3
| | | | | | | | setuptools no longer provides an upload command.
* | Experiment with using setuptools_scm for release management. This approach ↵Jason R. Coombs2015-12-161-7/+3
|/ | | | drastically simplifies the codebase, but imposes an initial dependency at install time, which could prove problemmatic in scenarios where connectivity is limited. This approach may not be viable for real-world consumption, but I'm committing it in this branch for consideration with no plans to release it without more testing and discussion.
* Merged in rbtcollins/setuptools (pull request #156)Jason R. Coombs2015-11-271-1/+1
|\ | | | | | | Fix EBNF for package specifications.
| * Fix EBNF for package specifications.Robert Collins2015-11-051-1/+1
| |
* | Add a bit more detail about the setup script and what to expect. Fixes #466.Jason R. Coombs2015-11-271-2/+8
| |
* | Update tox tests so they run the full suite of tests using the canonical ↵Jason R. Coombs2015-11-251-1/+2
| | | | | | | | technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164).
* | Update docs to reflect preferred usage with latest pytest-runner.Jason R. Coombs2015-11-211-1/+1
|/
* Remove cruft from Subclassing sectionJason R. Coombs2015-09-051-3/+1
|
* Update documentation to reflect no integrated SCM support.Jason R. Coombs2015-09-051-2/+2
|
* Remove documentation on merge, now relevant only for posterity (reference in ↵Jason R. Coombs2015-09-053-203/+0
| | | | the source tree).
* Update python3 docs to indicate that 2to3 is mildly deprecated, and removing ↵Jason R. Coombs2015-09-051-52/+22
| | | | legacy details.
* Link packaging versions to CHANGELOG in packaging project. Fixes #416.Jason R. Coombs2015-08-191-0/+4
|
* fix typo: "a a"vrutsky2015-07-021-1/+1
|
* Bump packaging version to 15.1Jason R. Coombs2015-04-151-0/+4
|
* Formally describe the supported documentation build process. Fixes #354.Jason R. Coombs2015-02-262-1/+17
|
* Use rst.linker for generating linked changelogJason R. Coombs2015-02-241-1/+48
|
* Remove docs on 'using', which only describe the no longer necessary ↵Jason R. Coombs2015-01-222-14/+0
| | | | bootstrapping technique. Ref #336.
* Update copyrightJason R. Coombs2014-12-301-1/+1
|
* Moved linkify logic to documentation builder as Sphinx extension.Jason R. Coombs2014-12-301-1/+1
|
* Add change history to docsJason R. Coombs2014-12-302-0/+9
|
* Update docs about bootstrap script.Jason R. Coombs2014-12-281-0/+18
|
* Update documentation to reflect new function.8.4Jason R. Coombs2014-12-261-0/+6
|
* Update docs to reflect new behavior.Jason R. Coombs2014-12-261-1/+1
|
* Update documentation on release frequency.Jason R. Coombs2014-12-251-0/+19
|
* Correct syntax error in docs.Jason R. Coombs2014-12-151-1/+1
|
* Merge branch 'master' into use-packagingDonald Stufft2014-11-192-1/+4
|\ | | | | | | | | | | | | | | | | Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py
| * Add link to project home page. Fixes #224.Jason R. Coombs2014-11-161-0/+3
| |
| * Update style in example for PEP-8 as suggested in PR #86.Jason R. Coombs2014-10-111-1/+1
| |