aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* For the sake of expedience, I'm going to accept this and tweak it further. ↵Jason R. Coombs2014-08-171-4/+7
|\ | | | | | | In the future, it's better to have a ticket and reference that ticket in the pull request and commits for better visibility to the changes and issues that it creates. I also suggest providing better commit messages. "Fix docs to work" is barely better than "changed things". The commit message should attempt to communicate the why and the how of the change at a high level. Something like "Added path in sphinx docs to allow setup.py to be imported when docs are built from docs directory."
| * Update conf.py to place it below original docstring.ericholscher2014-08-171-6/+5
| |
| * Add comment to explain code.ericholscher2014-08-161-2/+3
| |
| * conf.py edited online with Bitbucketericholscher2014-08-021-1/+0
| |
| * Fix docs to workericholscher2014-08-021-0/+4
| |
* | Correct syntax in gui_scripts. Fixes #238.Jason R. Coombs2014-08-041-1/+1
|/
* Spell check documentationMartin Geisler2014-06-295-13/+13
|
* Fixed capitalization of "Bitbucket"Martin Geisler2014-06-292-2/+2
| | | | Bitbucket is normally spelled with exactly one capital "b".
* Write the actual command.5.2Jason R. Coombs2014-06-221-0/+5
| | | | | --HG-- extra : amend_source : a25cd725094883d738e9c37cd71e3ac3a946d9fe
* Mention Ivoz as release managerJason R. Coombs2014-06-221-1/+4
|
* Expose developer guide in the documentation.Jason R. Coombs2014-06-221-1/+1
|
* Expanded on authoring tickets.Jason R. Coombs2014-06-221-6/+21
|
* Updated recommeded testing procedure.Jason R. Coombs2014-06-221-2/+7
|
* Added note about Github mirrorJason R. Coombs2014-06-221-11/+18
|
* Expanded on Project ManagementJason R. Coombs2014-06-221-7/+22
|
* Added Recommended ReadingJason R. Coombs2014-06-221-0/+11
|
* Expand on stylistic changesJason R. Coombs2014-06-221-1/+1
|
* Move devguide notes to documentation.Jason R. Coombs2014-06-221-1/+18
|
* Started work on a developer guide.Jason R. Coombs2014-06-162-0/+42
|
* Updated references to bootstrap module to use new bootstrap.pypa.io ↵Jason R. Coombs2014-05-021-1/+1
| | | | locations. Fixes #192.
* Fix typo in formats.txtMartin Froehlich2014-04-131-1/+1
| | | | | --HG-- extra : source : 32166eed1174dc565d903c81b9d99c292357aecc
* Remove 'Distribute' artifact. Fixes #171Jason R. Coombs2014-03-231-1/+1
|
* Fix buids -> buildsSteven Maude2014-03-171-1/+1
|
* Update documentation to reflect PEP420 supportJason R. Coombs2014-03-161-3/+3
|
* Update documentation to reflect new include parameter.3.3Jason R. Coombs2014-03-161-5/+8
|
* Namespace package doc tweaks.PJ Eby2006-04-141-1/+1
| | | | | | --HG-- extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5 extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c
* Don't eagerly import namespace packages. This was the big reason forPJ Eby2006-04-141-7/+10
| | | | | | | | | branching to 0.7 now, as I wanted this wart gone before anything went into Python 2.5. But it's gone now, yay! --HG-- extra : source : f3c5c19842064dd4a497baef0171aac54464a484 extra : amend_source : 3f79e71eedfc5f37a1813967bb53cf9d92a11919
* Updated roadmap to reflect current status.Jason R. Coombs2013-11-281-10/+2
|
* Moved merge documentation to the end, reducing the prominence of the docs.Jason R. Coombs2013-11-281-1/+1
|
* Remove feature highlight that's no longer relevant.Jason R. Coombs2013-11-241-4/+1
|
* Updated size and link regarding bootstrap moduleJason R. Coombs2013-11-241-2/+2
|
* Drop support for Python 2.5 and Python 2.4. Fixes #41.Jason R. Coombs2013-11-243-5/+5
|
* Merge support for loading credentials from .pypirc (based on pull request ↵Jason R. Coombs2013-11-141-0/+9
|\ | | | | | | #11). Fixes #27.
| * Updated documentation on .pypirc support for credentials.Jason R. Coombs2013-11-141-23/+8
| |
| * Add documentationKai Hoppert2013-09-011-0/+24
| | | | | | | | | | --HG-- extra : histedit_source : ff07b41a59ac22e1c05ce4fd42c6771378e80f13
* | Typo fixNick Coghlan2013-08-301-1/+1
| | | | | | | | | | --HG-- branch : docs_update_for_requires
* | Add back a more descriptive introNick Coghlan2013-08-301-0/+15
| | | | | | | | | | --HG-- branch : docs_update_for_requires
* | Document __main__.__requires__Nick Coghlan2013-08-251-15/+27
| | | | | | | | | | | | | | | | | | Also modernises the initial overview for pkg_resources, and helps make it clear that it covers anything with an egg-info directory, not just egg files. --HG-- branch : docs_update_for_requires
* | Fix spellingDaniel Néri2013-08-181-1/+1
| |
* | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0Jason R. Coombs2013-08-171-26/+3
| | | | | | | | which have long been deprecated and indicated that they're not used.
* | Updated docs in Multiple Python Versions to reference supported Python versions.Jason R. Coombs2013-08-171-9/+7
| |
* | Reorganized the documentation to cover the different launcher techniques.Jason R. Coombs2013-08-171-30/+62
| |
* | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER ↵Jason R. Coombs2013-08-171-3/+5
|/ | | | and it now accepts different strings 'natural' and 'executable', instead of only reflecting a boolean value.
* Minimum Python version is 2.4Jason R. Coombs2013-08-101-3/+2
|
* Issue 60: Implemented experimental opt-in support for using native launchers ↵Jason R. Coombs2013-08-101-0/+9
| | | | rather than installing launcher executables. My initial experience with this technique has been very positive.
* Updated more references to EasyInstall documentation.Jason R. Coombs2013-08-071-2/+2
|
* Fix typoJason R. Coombs2013-08-071-1/+1
|
* Update links to point to local documentation, not legacy docs.Jason R. Coombs2013-08-071-2/+2
|
* Moved 'history' to changes.txtJason R. Coombs2013-08-071-494/+0
|
* Update transitional note to reflect that the change never took place.Jason R. Coombs2013-08-071-8/+9
|