Conversation
PGijsbers
requested changes
Feb 3, 2026
Contributor
PGijsbers
left a comment
There was a problem hiding this comment.
Great! I can now build the docs. Some minor suggestions/clarifications/corrections.
docs/contributing/OpenML-Docs.md
Outdated
| ``` | ||
| To build the documentation, run `mkdocs serve` in the top directory (with the `mkdocs.yml` file). Any changes made after that will be hot-loaded. | ||
|
|
||
| To build the documentation locally, run `mkdocs serve -f mkdocs-local.yml` in the top directory (with the `mkdocs.yml` file). Any changes made after that will be hot-loaded. |
Contributor
There was a problem hiding this comment.
This actually doesn't seem to work for me. I run the command and updated docs/index.md, but mkdocs does not update the page.
README.md
Outdated
| ## Developing | ||
| To build the documentation locally, run `mkdocs serve -f mkdocs-local.yml` in the top directory (with the `mkdocs.yml` file). Any changes made after that will be hot-loaded. | ||
|
|
||
| To build the full documentation, including importing the documentation from other repositories, run `mkdocs serve` in the top directory (with the `mkdocs.yml` file). This can take a while to compile, so only use this when needed. You might also need to set `export NUMPY_EXPERIMENTAL_DTYPE_API=1` (or `set NUMPY_EXPERIMENTAL_DTYPE_API=1` on Windows). |
Contributor
There was a problem hiding this comment.
And this only exists here but not on the contributing page.
README.md
Outdated
| End users can edit the docs by simply clicking the edit button (the pencil icon) on the top of every documentation page. It will open up an editing page on [GitHub](https://github.com/) (you do need to be logged in on GitHub). When you are done, add a small message explaining the change and click 'commit changes'. On the next page, just launch the pull request. We will then review it and approve the changes, or discuss them if necessary. | ||
|
|
||
| ## Developing | ||
| To build the documentation locally, run `mkdocs serve -f mkdocs-local.yml` in the top directory (with the `mkdocs.yml` file). Any changes made after that will be hot-loaded. |
Contributor
There was a problem hiding this comment.
For example, this is now duplicated.
README.md
Outdated
|
|
||
| End users can edit the docs by simply clicking the edit button (the pencil icon) on the top of every documentation page. It will open up an editing page on [GitHub](https://github.com/) (you do need to be logged in on GitHub). When you are done, add a small message explaining the change and click 'commit changes'. On the next page, just launch the pull request. We will then review it and approve the changes, or discuss them if necessary. | ||
|
|
||
| ## Developing |
Contributor
There was a problem hiding this comment.
GitHub isn't allowing me to make multiline suggestions here. I think this should simply point to the contributing page, e.g.: "For information on building the pages locally, see "Contributing".
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.