-
Notifications
You must be signed in to change notification settings - Fork 1
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
Small adjustments to the installation instructions #50
Conversation
@@ -24,20 +24,21 @@ From sources | |||
|
|||
The sources for {{ cookiecutter.project_name }} can be downloaded from the `Github repo <{{ cookiecutter.__gh_slug}}>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want an Anaconda version of this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. What we can do is stage it via commented out rst code here:
..
Some direction Anaconda directions:
.. code:: shell
$ ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Trevor James Smith <[email protected]>
### What kind of change does this PR introduce? * Updates the cookiecutter to the latest commit. * The `ruff` linter has been adjusted to render the `flake8-alphabetize` dependency redundant (and removed). * Several `noqa` and `fixme` statements have been added to pass additional linting checks for now. ### Does this PR introduce a breaking change? Yes. * The structure of the package is slightly modified from a flat layout to a src layout. (https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) * `CHANGES.rst` is now `CHANGELOG.rst`. (https://keepachangelog.com/en/1.1.0/#frequently-asked-questions) * Bumping a release version will trigger changes in the `CHANGELOG.rst` file. (Ouranosinc/cookiecutter-pypackage#41) ### Other information: ~This does not yet integrate changes from Ouranosinc/cookiecutter-pypackage#50 (but it should before merging)~ We should perform a release after this and then see about proposing the package to `conda-forge`!
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Other information: