-
Notifications
You must be signed in to change notification settings - Fork 887
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
docs: refresh ZODB wiki tutorial #3751
Conversation
Fix applied in this commit: Pylons/pyramid-cookiecutter-starter@8b139f6
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'. - Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a distraction. - Convert README to Markdown.
- Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process.
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.
- I caught a missed reference to setup.py in the design chapter.
- In definingviews I caught
We need to add a dependency on the docutils package to our tutorial package's pyproject.toml file by assigning this dependency to the requires parameter in the setup() function.
referencing thesetup()
function. - In tests chapter I caught several references to
pytest.ini
and.coveragerc
. Might want to pull some of that language from here if it's helpful. - We had similar but different language around distributing your application. I think we should combine the good from both.
I pushed a version that merges things together for |
And tweaks to installation.rst for wiki2 here a31db99 |
@mmerickel I've cleaned up the remaining |
rendered: https://pylons--3751.org.readthedocs.build/projects/pyramid/en/3751/tutorials/wiki/index.html