summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* remove Python 2/3 from docsdrop-python2David Lord2020-04-207-236/+128
|
* f-strings everywhereDavid Lord2020-04-1910-47/+50
|
* remove py2 parts of _compat moduleDavid Lord2020-04-191-0/+5
|
* Merge branch '7.x'David Lord2020-03-091-2/+2
|\
| * add readthedocs configDavid Lord2020-03-091-2/+2
| |
* | Merge branch '7.x'David Lord2020-03-082-4/+1
|\ \ | |/
| * apply formattingDavid Lord2020-03-061-1/+0
| |
| * apply blackDavid Lord2020-03-061-3/+1
| |
* | Merge branch '7.x'David Lord2020-03-065-100/+134
|\ \ | |/
| * more clarity for parameter name docsDavid Lord2020-03-062-35/+38
| |
| * correct docs about parameter name selectionAlbertUlysses2020-03-052-6/+15
| |
| * clean up completion docsDavid Lord2020-03-051-61/+91
| |
| * fish completionJonathan Lestrelin2020-03-051-4/+6
| |
| * update project metadataDavid Lord2020-02-272-14/+4
| |
* | Merge branch '7.x'David Lord2020-02-234-7/+10
|\ \ | |/
| * clarify multiple optionsChris Sullins2020-02-234-7/+10
| |
* | Merge pull request #1201 from yu-iskw/modify-docDavid Lord2020-02-231-1/+1
|\ \ | | | | | | Modify the code about the custom multi commands.
| * | Modify the code about the custom multi commands.Yu ISHIKAWA2019-01-071-1/+1
| | |
* | | Merge branch '7.x'David Lord2020-02-232-4/+38
|\ \ \ | | |/ | |/|
| * | options for handling command name change in 7.0David Lord2020-02-221-1/+26
| | |
| * | document command name replacing "_" with "-"J. Javier Maestro2020-02-221-0/+6
| | |
| * | prevent automatic environment variables from containing dashesGregory Pakosz2020-02-221-4/+7
| | |
* | | Merge branch '7.x'David Lord2020-02-197-53/+88
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # CHANGES.rst
| * | Merge pull request #1451 from syedtshah/patch-1David Lord2020-02-191-1/+1
| |\ \ | | | | | | | | fixed typo
| | * | fixed typosSyed Shah2020-01-061-1/+1
| | | |
| * | | Correct mistype in documentationVelibor Zeli2020-02-161-1/+1
| | | |
| * | | docs note that default for multiple=True should be a listBrad Porter2020-02-161-5/+16
| | | |
| * | | Merge pull request #1291 from VictoryChang/7.xDavid Lord2020-02-161-0/+4
| |\ \ \ | | | | | | | | | | [Issue 1289] Advise users not to use prompt in conjunction with multiple in the documentation
| | * | | [1289] Advise users not to use prompt in conjunction with multiple in the ↵Victory Chang2019-05-061-0/+4
| | | | | | | | | | | | | | | | | | | | documentation
| * | | | Merge pull request #1302 from paxnovem/ISSUE-1212David Lord2020-02-161-0/+6
| |\ \ \ \ | | | | | | | | | | | | Adds a note that there is a behavior change after Python 3.7
| | * | | | add note for change in 3.7 encoding handlingBrian Grohe2020-02-161-0/+6
| | |/ / / | | | | | | | | | | | | | | | | | | | | This notes what PEPs led to a change to an error that no longer occurs in Python 3.7 and later.
| * | | | docs cleanupDavid Lord2020-02-161-13/+12
| | | | |
| * | | | Merge pull request #1316 from strawstack/7.xDavid Lord2020-02-161-31/+27
| |\ \ \ \ | | | | | | | | | | | | Increase readibility of 'why' page in docs
| | * | | | Increase readibility of 'why' page in docsRichard2019-05-091-31/+27
| | |/ / /
| * | | | Restore progressbar iterator interface; add testStephen Rosen2020-02-161-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a test for iterating on a progressbar with next() - implement `next()` in terms of `iter(ProgressBar)`, which is already well-defined - add a note about slow operations with progressbar to narrative docs One of the keys to this working is that `ProgressBar.generator` is consuming an iterable and doesn't store any important state in local variables, making it re-entry safe. I wasn't sure how we can best hint in the public docs that simply walking the bar and stopping one step short of finishing will result in the progress bar "hanging" unfinished. Noting that we work well with things like `time.sleep()` seems like a decent way of advertising positively something which we support *and* guiding anyone going off-book into proper usage. closes #1125
| * | | | add example of default_map with top level optionMarkus Rossi2020-02-161-4/+12
| | | | |
| * | | | Rewrite the description for File System IsolationObleskar2020-02-161-3/+3
| | | | | | | | | | | | | | | Rewrite the description for the File System Isolation section so it's grammatically correct.
| * | | | Merge pull request #1310 from jnpblrdrgz/1269_chained_command_doc_note_additionDavid Lord2020-02-161-1/+2
| |\ \ \ \ | | | | | | | | | | | | Updated Multi Chaining commands docs to address options arguments order
| | * | | | Updated Multi Chaining commands to address options arguments orderJuan Rodriguez2019-10-101-1/+2
| | | | | |
| * | | | | Update quickstartPhilippe Partarrieu2020-01-151-1/+1
| | |_|/ / | |/| | | | | | | | Running `sudo pip install` is a security issue and should be discouraged
* | | | | Merge branch '7.x'David Lord2019-10-181-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | add note regarding change to choices value in 7.1Fernando Perez-Garcia2019-10-181-0/+4
| |/ / /
* | | | Merge branch '7.x'David Lord2019-10-097-23/+40
|\ \ \ \ | |/ / /
| * | | reformat changelog, update docs configDavid Lord2019-10-096-21/+30
| | | |
| * | | Always return originally passed choice for Choice()Kyle Altendorf2019-09-261-2/+10
| | | |
* | | | Merge branch '7.x'David Lord2019-08-015-17/+67
|\ \ \ \ | |/ / /
| * | | Added method and command to update and write aliases.ini file with new aliaseschusband2019-08-011-3/+5
| | | |
| * | | clarify where arguments should be documented and add examplesmattsb422019-08-013-11/+62
| | | |
| * | | [doc] remove recommendation to use Python 2 instead of Python 3Figueiro,T,Thiago,VSF R2019-08-011-3/+0
| | | |
* | | | Merge branch '7.x'David Lord2019-08-015-82/+124
|\ \ \ \ | |/ / /