Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC - update docs on building from source - #2282

Open
vedant1100 wants to merge 5 commits into
skrub-data:mainfrom
vedant1100:doc-correct-redirection-link
Open

DOC - update docs on building from source#2282
vedant1100 wants to merge 5 commits into
skrub-data:mainfrom
vedant1100:doc-correct-redirection-link

Conversation

@vedant1100

Copy link
Copy Markdown

Documentation Update Pull Request

Description

This PR modifies _docs/install.rst document including necessary installation instructions. Rest of the information is transferred to CONTRIBUTING.rst file, in the section named "Setting up the environment".

Addresses #2116

@rcap107 rcap107 changed the title Updated documentation. DOC - update docs on building from source Sep 11, 2026
@rcap107 rcap107 added this to the Release 0.11 milestone Sep 11, 2026

@rcap107 rcap107 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

I think the install section can be shortened more, to the point where it's a link to the repo and the instructions on moving to the cloned repo folder and installing in the current environment with pip -e .

The rest of the instructions on how to fork the project and cloning the fork are only relevant to contributors, so I think that can also be moved to the contributing page.

Of course, the installation page should have a link to the contribution page.

Comment thread CONTRIBUTING.rst Outdated

.. code:: sh

UserWarning: Only pandas and polars DataFrames are supported, but input is a Numpy array. Please convert Numpy arrays to DataFrames before passing them to skrub transformers. Converting to pandas DataFrame with columns ['0', '1', …].

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section can be removed, it was addressed in #1908

Comment thread CONTRIBUTING.rst
git commit -m "my message"
git push --set-upstream origin my-branch-name-eg-fix-issue-123

Enabling pre-commit hooks ensures code style consistency by triggering checks (mainly formatting) every time you run a ``git commit``.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a section header about pre-commit here? The switch from creating the branch to pre-commit is very abrupt like this

Comment thread skrub/_docs/install.rst Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section can also be moved to the contributing section

@vedant1100

Copy link
Copy Markdown
Author

@rcap107 Please review the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants