nox.thea.codes

https://nox.thea.codes/en/stable

py:function

Identifier Project Name Version Location Display Name Usage example
nox.parametrize Nox 2024.4.15 config.html#nox.parametrize - :py:function:`nox.parametrize`
nox.session Nox 2024.4.15 config.html#nox.session - :py:function:`nox.session`

py:module

Identifier Project Name Version Location Display Name Usage example
nox.sessions Nox 2024.4.15 config.html#module-nox.sessions - :py:mod:`nox.sessions`

py:class

Identifier Project Name Version Location Display Name Usage example
nox.sessions.Session Nox 2024.4.15 config.html#nox.sessions.Session - :py:class:`nox.sessions.Session`

py:property

Identifier Project Name Version Location Display Name Usage example
nox.sessions.Session.bin Nox 2024.4.15 config.html#nox.sessions.Session.bin - :py:property:`nox.sessions.Session.bin`
nox.sessions.Session.bin_paths Nox 2024.4.15 config.html#nox.sessions.Session.bin_paths - :py:property:`nox.sessions.Session.bin_paths`
nox.sessions.Session.cache_dir Nox 2024.4.15 config.html#nox.sessions.Session.cache_dir - :py:property:`nox.sessions.Session.cache_dir`
nox.sessions.Session.env Nox 2024.4.15 config.html#nox.sessions.Session.env - :py:property:`nox.sessions.Session.env`
nox.sessions.Session.interactive Nox 2024.4.15 config.html#nox.sessions.Session.interactive - :py:property:`nox.sessions.Session.interactive`
nox.sessions.Session.invoked_from Nox 2024.4.15 config.html#nox.sessions.Session.invoked_from - :py:property:`nox.sessions.Session.invoked_from`
nox.sessions.Session.name Nox 2024.4.15 config.html#nox.sessions.Session.name - :py:property:`nox.sessions.Session.name`
nox.sessions.Session.posargs Nox 2024.4.15 config.html#nox.sessions.Session.posargs - :py:property:`nox.sessions.Session.posargs`
nox.sessions.Session.python Nox 2024.4.15 config.html#nox.sessions.Session.python - :py:property:`nox.sessions.Session.python`
nox.sessions.Session.venv_backend Nox 2024.4.15 config.html#nox.sessions.Session.venv_backend - :py:property:`nox.sessions.Session.venv_backend`
nox.sessions.Session.virtualenv Nox 2024.4.15 config.html#nox.sessions.Session.virtualenv - :py:property:`nox.sessions.Session.virtualenv`

py:method

Identifier Project Name Version Location Display Name Usage example
nox.sessions.Session.cd Nox 2024.4.15 config.html#nox.sessions.Session.cd - :py:method:`nox.sessions.Session.cd`
nox.sessions.Session.chdir Nox 2024.4.15 config.html#nox.sessions.Session.chdir - :py:method:`nox.sessions.Session.chdir`
nox.sessions.Session.conda_install Nox 2024.4.15 config.html#nox.sessions.Session.conda_install - :py:method:`nox.sessions.Session.conda_install`
nox.sessions.Session.create_tmp Nox 2024.4.15 config.html#nox.sessions.Session.create_tmp - :py:method:`nox.sessions.Session.create_tmp`
nox.sessions.Session.debug Nox 2024.4.15 config.html#nox.sessions.Session.debug - :py:method:`nox.sessions.Session.debug`
nox.sessions.Session.error Nox 2024.4.15 config.html#nox.sessions.Session.error - :py:method:`nox.sessions.Session.error`
nox.sessions.Session.install Nox 2024.4.15 config.html#nox.sessions.Session.install - :py:method:`nox.sessions.Session.install`
nox.sessions.Session.log Nox 2024.4.15 config.html#nox.sessions.Session.log - :py:method:`nox.sessions.Session.log`
nox.sessions.Session.notify Nox 2024.4.15 config.html#nox.sessions.Session.notify - :py:method:`nox.sessions.Session.notify`
nox.sessions.Session.run Nox 2024.4.15 config.html#nox.sessions.Session.run - :py:method:`nox.sessions.Session.run`
nox.sessions.Session.run_install Nox 2024.4.15 config.html#nox.sessions.Session.run_install - :py:method:`nox.sessions.Session.run_install`
nox.sessions.Session.skip Nox 2024.4.15 config.html#nox.sessions.Session.skip - :py:method:`nox.sessions.Session.skip`
nox.sessions.Session.warn Nox 2024.4.15 config.html#nox.sessions.Session.warn - :py:method:`nox.sessions.Session.warn`

std:doc

Identifier Project Name Version Location Display Name Usage example
CHANGELOG Nox 2024.4.15 CHANGELOG.html Changelog :std:doc:`CHANGELOG`
CONTRIBUTING Nox 2024.4.15 CONTRIBUTING.html Contributing :std:doc:`CONTRIBUTING`
config Nox 2024.4.15 config.html Configuration & API :std:doc:`config`
cookbook Nox 2024.4.15 cookbook.html The Nox Cookbook :std:doc:`cookbook`
index Nox 2024.4.15 index.html Welcome to Nox :std:doc:`index`
tutorial Nox 2024.4.15 tutorial.html Tutorial :std:doc:`tutorial`
usage Nox 2024.4.15 usage.html Command-line usage :std:doc:`usage`

std:label

Identifier Project Name Version Location Display Name Usage example
conda install Nox 2024.4.15 config.html#conda-install - :std:ref:`conda install`
genindex Nox 2024.4.15 genindex.html Index :std:ref:`genindex`
modindex Nox 2024.4.15 py-modindex.html Module Index :std:ref:`modindex`
opt-default-venv-backend Nox 2024.4.15 usage.html#opt-default-venv-backend Changing the sessions default backend :std:ref:`opt-default-venv-backend`
opt-envdir Nox 2024.4.15 usage.html#opt-envdir Storing virtualenvs in a different directory :std:ref:`opt-envdir`
opt-error-on-external-run Nox 2024.4.15 usage.html#opt-error-on-external-run Disallowing external programs :std:ref:`opt-error-on-external-run`
opt-error-on-missing-interpreters Nox 2024.4.15 usage.html#opt-error-on-missing-interpreters Failing sessions when the interpreter is missing :std:ref:`opt-error-on-missing-interpreters`
opt-force-venv-backend Nox 2024.4.15 usage.html#opt-force-venv-backend Forcing the sessions backend :std:ref:`opt-force-venv-backend`
opt-report Nox 2024.4.15 usage.html#opt-report Controlling commands verbosity :std:ref:`opt-report`
opt-reuse-existing-virtualenvs Nox 2024.4.15 usage.html#opt-reuse-existing-virtualenvs Re-using virtualenvs :std:ref:`opt-reuse-existing-virtualenvs`
opt-reuse-venv Nox 2024.4.15 usage.html#opt-reuse-venv Re-using virtualenvs :std:ref:`opt-reuse-venv`
opt-running-extra-pythons Nox 2024.4.15 usage.html#opt-running-extra-pythons Running additional Python versions :std:ref:`opt-running-extra-pythons`
opt-sessions-pythons-and-keywords Nox 2024.4.15 usage.html#opt-sessions-pythons-and-keywords Specifying one or more sessions :std:ref:`opt-sessions-pythons-and-keywords`
opt-stop-on-first-error Nox 2024.4.15 usage.html#opt-stop-on-first-error Stopping if any session fails :std:ref:`opt-stop-on-first-error`
parametrized Nox 2024.4.15 config.html#parametrized Parametrizing sessions :std:ref:`parametrized`
py-modindex Nox 2024.4.15 py-modindex.html Python Module Index :std:ref:`py-modindex`
running_paramed_sessions Nox 2024.4.15 usage.html#running-paramed-sessions Specifying parametrized sessions :std:ref:`running_paramed_sessions`
search Nox 2024.4.15 search.html Search Page :std:ref:`search`
session_execution_order Nox 2024.4.15 usage.html#session-execution-order Running all sessions :std:ref:`session_execution_order`
virtualenv config Nox 2024.4.15 config.html#virtualenv-config Configuring a session’s virtualenv :std:ref:`virtualenv config`