Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix links #2097

Merged
merged 1 commit into from
Mar 26, 2024
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
2 changes: 1 addition & 1 deletion docs/dev_guides/changing_splink/development_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Run the rest of the steps in this guide _inside_ this environment.
Splink manages the other Python packages it depends on using Poetry.
Simply run `poetry install` in the Splink directory to install them.
You can find more options for this command (such as how to install
optional dependencies) on the [managing dependencies page](./managing_dependencies.md).
optional dependencies) on the [managing dependencies with Poetry page](./managing_dependencies_with_poetry.md).

To enter the virtual environment created by poetry, run `poetry shell`.
You will need to do this again each time you open a new terminal.
Expand Down
2 changes: 1 addition & 1 deletion docs/dev_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Splink is quite a large, complex codebase. The guides in this section lay out so
* [Charts](./charts/understanding_and_editing_charts.md) - demonstrates how charts are built in Splink, including how to add new charts and edit existing charts.
* [User-Defined Functions](./udfs.md) - demonstrates how User Defined Functions (UDFs) are used to provide functionality within Splink that is not native to a given SQL backend.
* [Settings Validation](./settings_validation/settings_validation_overview.md) - summarises how to use and expand the existing settings schema and validation functions.
* [Managing Splink's Dependencies](./dependency_management.md) - this section provides guidelines for managing our core dependencies and our strategy for phasing out Python versions that have reached their end-of-life.
* [Managing Splink's Dependencies](./dependency_compatibility_policy.md) - this section provides guidelines for managing our core dependencies and our strategy for phasing out Python versions that have reached their end-of-life.
Loading