Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ so ITDE-related test flows use the configured Exasol baseline and unit-test help

* #744: Extracted shared minimum-version selection logic into `minimum_declared_version()`

## Documentation

* #828: Removed the legacy migration page and merged the useful guidance into getting started

## Security

* #867: Fixed zizmor linting results
11 changes: 10 additions & 1 deletion doc/user_guide/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ List all available nox sessions:
Integrating Exasol-Toolbox into your Project
--------------------------------------------

See also :ref:`migrating_legacy_projects`.
If you are integrating PTB into a legacy project, make sure the project is:

* based on ``pyproject.toml``
* using ``poetry``
* using published PyPI dependencies instead of git or path references
* able to run its automated tasks via Python code or Nox

1. Add the toolbox as a dependency
++++++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -130,6 +135,10 @@ straightforward, and you just can use the example ``noxfile.py`` below.
.. literalinclude:: ../../project-template/{{cookiecutter.repo_name}}/noxfile.py
:language: python3

If your project cannot adopt a PTB session exactly as-is, prefer a temporary
override only as a migration aid. Long term, prefer configuration, plugin
hooks, or PTB extension points so that reporting, artifacts, and CI behavior
stay aligned with the standard PTB flow.

5. Set up the GitHub ``pre-commit`` hooks [optional]
++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
284 changes: 0 additions & 284 deletions doc/user_guide/migrating.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/user_guide/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
features/index
troubleshooting/index
customization
migrating

Exasol's Python Toolbox (PTB) helps you creating and maintaining your Python projects.

Expand Down