Changes in docs for Issues #4800, #3709, #3573, #2211 and PR #2414#5656
Changes in docs for Issues #4800, #3709, #3573, #2211 and PR #2414#5656neersighted merged 3 commits intopython-poetry:masterfrom
Conversation
…thon-poetry#3573, python-poetry#2211, python-poetry#521 and PR python-poetry#2414 - Added section about `extras` in `dependency-specification.md` (python-poetry#2414) - Added note about VCS inclusion and exclusion in `include`/`exclude` sections of `pyproject.toml` (python-poetry#4800) - Added link to dependency specification in `add` command documentation (python-poetry#3573) - Added more info on default behaviour and cleaned up `virtualenv.in-project` setting documentation (python-poetry#3709) - Added missing configuration options to `configuration.md` (python-poetry#2211)
|
Deploy preview for website ready! Built with commit 2730f67. |
Co-authored-by: Arun Babu Neelicattu <[email protected]>
|
Added some cleanup of syntax. Some links were based on direct syntax, changed it to Hugo templating to avoid issues. |
Was there an actual issue with the links, or is this just an attempt to be more hygenic? |
Just being more hygenic. Whats more, Hugos |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
Resolves: #4800
Resolves: #3709
Resolves: #3573
Resolves: #2211
Updated documentation for changed code.
Added section about
extrasindependency-specification.md(Document dependency specficiation extras #2414)Added note about VCS inclusion and exclusion in
include/excludesections of
pyproject.toml(VCS ignored files withpoetry build#4800)Added link to dependency specification in
addcommand documentation(Add link to dependency specification in the add command documentation #3573)
Added more info on default behaviour and cleaned up
virtualenv.in-projectsetting documentation (Unclear that default setting of virtualenvs.in-project means that venvs are created in cache-dir #3709)Added missing configuration options to
configuration.md(Put the complete list of available settings in configuration page #2211)