summaryrefslogtreecommitdiff
path: root/docs/example
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (#2253)Kian Meng Ang2021-12-031-1/+1
| | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* 📝 Make Sphinx strict about broken references (#2168)Sviatoslav Sydorenko2021-08-211-1/+1
|
* Document script discovery wrt changedir (#2089) (#2096)Bernát Gábor2021-06-231-0/+2
| | | | | Co-authored-by: Felix Hildén <felix.hilden@gmail.com> Co-authored-by: felix-hilden <felix.hilden@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* remove wrong example from documentation (#2086)Jürgen Gmach2021-06-111-7/+0
|
* fix setenv usages in documentation examplesAndrey Potapov2021-04-111-6/+10
| | | | | fixes #1999 Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* updated poetry build system (#1770)Christopher Pickering2021-01-051-2/+2
|
* Add py39 test environment to docs (#1756)Ahmed⠙2020-12-211-18/+8
|
* Replace indexserver in docs with env variables, refs #1357 (#1728)Vlastimil Zíma2020-11-021-24/+22
|
* build-requires should be build-system (#1719)Thom Wiggers2020-10-261-1/+1
|
* Update general.rst (#1685)Nikos Ves2020-10-071-1/+1
| | | | | | | | | * Update general.rst - Removed that dot on the typical pattern example (i.e C:\PythonX.Y\python.exe -> C:\PythonXY\python.exe) to better reflect https://github.com/tox-dev/tox/blob/471b39f0edd015b8e873695c3cfb893ede36fae6/src/tox/interpreters/windows/__init__.py#L32 - and added example that basepython can be an path to a python executable for clarity * Update general.rst
* Some headings aren't completely fixed, yet (#1676)Vipul2020-09-231-1/+1
| | | | | | In commit c2f6c9c[1], I missed to fix some headings, sorry about that. This commit should covers all such missed cases. [1]: https://github.com/tox-dev/tox/tree/c2f6c9cb9a1d70ac79524076845bc32ed25489ad
* Make headings consistent (#1675)Vipul2020-09-224-13/+13
|
* Spelling fixes (#1665)Ville Skyttä2020-08-281-1/+1
|
* Make setup.py test admonition sterner as it is deprecated (#1660)Thomas Grainger2020-08-221-7/+3
|
* remove broken link to removed pytest-runner documentation (#1659)Thomas Grainger2020-08-211-4/+1
|
* Allow to use --devenv without tox config (#1644)Miro Hrončok2020-08-061-0/+3
| | | Fixes https://github.com/tox-dev/tox/issues/1643
* [cleanup] Remove artefacts from old py34 support (#1625)Bastien Vallet2020-07-232-11/+11
| | | Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
* Add alias "allowlist_externals" to "whitelist_externals" (#1601)David Diaz Barquero2020-07-231-3/+3
|
* Specify the default value of parallel mode (#1620)Jürgen Gmach2020-07-161-1/+1
|
* Update recommended packaging information for Flit (#1613)Thomas Kluyver2020-07-131-9/+2
| | | | | | | | | * Update recommended packaging information for Flit The recommended build-system details are now `flit_core` - see Flit's docs: https://flit.readthedocs.io/en/latest/ `flit_core` 2.x can run on Python 2, so this should work without the `basepython` option as well. * Add changelog note
* Documentation: Fix Incorrect Sentence (#1580)Abhishek Jaisingh2020-05-111-1/+1
|
* expand section names (#1545)Charles Brunet2020-04-171-0/+23
| | | | | | | | | | | * expand section names * fix linting * Added changelog * trim whitespaces around factor names * added docs
* Correcting dependency and import for pytest (#1514)pierreluctg2020-02-131-2/+1
| | | | | | | | | | * Adding correct dependency and import for pytest * fix unused import Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Update guide with instructions to disable spinner (#1480)jacobtolar2019-12-071-1/+2
| | | | | | | | * Update guide with instructions to disable spinner This is in the command-line help, but can't be found anywhere obvious in the documentation. * Oops, delete trailing space
* fix code markup (#1445)Éric Araujo2019-10-211-1/+1
|
* Fix various spelling mistakes across the tree (#1408)Faidon Liambotis2019-08-304-5/+5
| | | | | | | As identified by Debian's lintian: - comand -> command - suceeds -> succeeds - intepreter -> interpreter - allow(s) to -> allow(s) you/one to
* Add quote marks so readers are not tripped up by spaces in their path names ↵bu-tegan2019-08-081-2/+2
| | | | (#1393)
* Remove dependence on md5 (#1385)Anthony Sottile2019-07-311-2/+1
|
* Implement --devenv (#1326)Anthony Sottile2019-06-011-4/+32
|
* 🔥 Cut comments off dependency lines (#1262)Sviatoslav Sydorenko2019-04-171-6/+7
| | | | | | | | This enables users to have inline comments in deps lines in `tox.ini`. In particular, this allows having pyup bot integration. Ref: https://github.com/pyupio/dparse/issues/34 Ref: https://github.com/ansible/molecule/issues/1973 Fixes #1260
* Jenkins 2.0 renamed "slave" to "agent" (#1240)Marius Gedminas2019-04-021-3/+3
| | | See e.g. https://issues.jenkins-ci.org/browse/JENKINS-42816
* implement tox environment provisioning (#1185)Bernát Gábor2019-03-121-0/+26
| | | Resolves #998.
* Update package.rstBernát Gábor2019-02-131-2/+2
|
* Update package.rstBernát Gábor2019-02-131-2/+2
|
* document usage of poetry (#1164)Bernát Gábor2019-02-131-0/+37
| | | | | | | | | * document usage of poetry 1. we also add an integration test to check compatibility 2. sdistonly calls need a target to build * set build folder to build
* deps is a multi line list (#1136)Oliver Bestwalter2019-01-201-1/+3
|
* parallel invocation of tox environments #439 (#1102)Bernát Gábor2019-01-111-0/+54
| | | | | This solution is ``subprocess`` based. We're already heavily using subprocesses, so I consider this implementation safe. Resolves #439.
* fix typoOliver Bestwalter2019-01-091-1/+1
|
* fix typoOliver Bestwalter2019-01-071-1/+1
|
* small fixes in formatting and explanationsOliver Bestwalter2019-01-031-5/+5
|
* Clarify explanations in examples and avoid unsupported eol comments (#1111)Oliver Bestwalter2019-01-025-24/+40
| | | | | fixes #1109
* move from devenv to dev in documentation (#1080)Oliver Bestwalter2018-12-231-14/+13
|
* Correct capitalization of PyPI (#1084)Jon Dufresne2018-11-121-1/+1
| | | As spelled on https://pypi.org/.
* Documentation fixes (#1070)nblock2018-10-241-1/+1
| | | | | | | Small documentation fixes I stumbled upon while reading the docs. * Fix indentation of mkdocs section in examples * Fix documentation output path * Add myself to contributors
* Fix small typo where the word contraints was spelled as contrains (#1062)Xander Johnson2018-10-171-1/+1
| | | | | | | | | | | | * Fix small typo where the word contraints was spelled as contrains. Fixes 1061. Add rst file for changelog. Fixes 1061. Add myself to contributors list * Keep CONTRIBUTORS file in alphabetical ordering, with case sensitivity * Remove typo in rst file
* Fix packaging documentation bad configBernat Gabor2018-10-091-2/+2
|
* Document virtual environment recreate rulesBernat Gabor2018-10-082-5/+40
|
* remove sphinx as present in its own sectionBernat Gabor2018-10-071-31/+0
|
* move doc to docs in order to accommodate rtd-botBernat Gabor2018-10-0511-0/+1395