ENH: Rm - small edits - #288
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Summary of ChangesHello @VincentAuriau, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily enhances the project's documentation and tutorial structure. It aims to make it easier for users to discover and navigate learning resources by adding new external tutorial links, improving internal tutorial references, and refining the documentation site's navigation. Additionally, minor formatting improvements were made to ensure consistency and readability within Jupyter notebooks. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request includes several small edits, primarily improving documentation and formatting. I've identified a couple of minor issues: one is a broken link in docs/tutorials.md due to a typo, and the other is excessive blank lines in README.md. My review includes suggestions to fix these. The other changes, such as formatting in Jupyter notebooks and updates to mkdocs.yaml, look good.
|
|
||
| - [Introduction](https://artefactory.github.io/choice-learn/notebooks/introduction/1_introductive_example/) | ||
| - [Data Handling](https://artefactory.github.io/choice-learn/notebooks/introduction/2_data_handling/) | ||
| - [Basket Data Handling](https://artefactory.github.io/choice-learn/notebooks/basket_models/basket_data.) |
There was a problem hiding this comment.
The URL for 'Basket Data Handling' appears to have a typo. It ends with a period (.) which will likely result in a broken link. Based on the other links, it should probably end with a /.
| - [Basket Data Handling](https://artefactory.github.io/choice-learn/notebooks/basket_models/basket_data.) | |
| - [Basket Data Handling](https://artefactory.github.io/choice-learn/notebooks/basket_models/basket_data/) |
Coverage Report for Python 3.9
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Coverage Report for Python 3.10
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Coverage Report for Python 3.11
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No description provided.