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

Feature/packaging #4

Merged
merged 6 commits into from
Jun 1, 2023
Merged

Feature/packaging #4

merged 6 commits into from
Jun 1, 2023

Conversation

rcmalli
Copy link
Collaborator

@rcmalli rcmalli commented Jun 1, 2023

Summary

  • Fix Debugging configuration for vscode is incorrect #2
  • Update pyproject.yaml file for library information. It is a step taken to migrate from setup.py.
  • Add issue templates
  • Update README.md and fix documentation errors.
  • Fix documentation warning banner
  • Add quick links for documentation

Type of Change

  • Documentation update
  • Package information update

Checklist

Please confirm that the following tasks have been completed:

  • I have tested my changes locally and they work as expected. (Please describe the tests you performed.)
  • I have added unit tests for my changes, or updated existing tests if necessary.
  • I have updated the documentation, if applicable.
  • I have installed pre-commit and run locally for my code changes.

Note: We need to retag after the merge.

@rcmalli rcmalli added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 1, 2023
Copy link
Contributor

@lorenzomammana lorenzomammana left a comment

Choose a reason for hiding this comment

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

Just a few comments

.bumpversion.cfg Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want it anymore?

README.md Outdated
2. Install pre-commit hooks `pre-commit install`
3. Eventually build documentation.
3. Eventually build documentation by calling.
Copy link
Contributor

Choose a reason for hiding this comment

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

By calling?

README.md Outdated
@@ -207,8 +221,8 @@ We rely on a combination of `Black`, `Pylint`, `Mypy`, `Ruff` and `Isort` to enf
## Building Documentations

1. Activate your virtual environment.
2. install the `quadra` package with at least `doc` version or `dev` version.
3. To run the webserver for realtime rendering and editing run `mkdocs serve` and visit `http://localhost:8000/`.
2. install the `quadra` package with at least `doc` version.
Copy link
Contributor

Choose a reason for hiding this comment

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

install -> Install

pyproject.toml Outdated
{name = "Refik Can Malli", email = "refikcan.malli@orobix.com"},
{name = "Silvia Bianchetti", email = "silvia.bianchetti@orobix.com"},
]
keywords = ["deep", "learning", "experiment", "lightning", "hydra-core"]
Copy link
Contributor

Choose a reason for hiding this comment

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

It makes sense to separate deep and learning?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I hope spaces are allowed. For me it is okay to add as deep learning

Copy link
Contributor

Choose a reason for hiding this comment

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

If they are not allowed probably deep-learning is better for search

repository = "https://github.com/orobix/quadra"

# Adapted from https://realpython.com/pypi-publish-python-package/#version-your-package
[tool.bumpver]
Copy link
Contributor

Choose a reason for hiding this comment

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

O:

@rcmalli rcmalli merged commit 1b15b3c into main Jun 1, 2023
@lorenzomammana lorenzomammana deleted the feature/packaging branch September 20, 2023 10:54
@lorenzomammana lorenzomammana restored the feature/packaging branch September 20, 2023 10:54
@lorenzomammana lorenzomammana deleted the feature/packaging branch September 20, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugging configuration for vscode is incorrect
2 participants