evildmp / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
http://pytest.org/
MIT License
0 stars 0 forks source link

General questions #2

Open evildmp opened 7 years ago

evildmp commented 7 years ago
flub commented 7 years ago

A few random thoughts on your questions

nicoddemus commented 7 years ago

Can these levels be changed? === would need to become ---, and --- would need to become ^^^.

Definitely, we can change it. We would need to manually update past entries, but future entries can be changed in the changelog/_template.rst file.

Heading capitalisation styles are inconsistent

Lots of errors like: /Users/daniele/pytest/doc/en/env/lib/python2.7/site-packages/Babel-2.4.0.dist-info/DESCRIPTION.r st: WARNING: document isn't included in any toctree - not sure where these are coming from.

I suggest to use tox to generate the docs locally. Just install tox in a virtualenv and run:

$ tox -e docs

This will generate the docs in doc/en/_build.

The entire Examples section needs to be removed, and its contents worked into other sections where they can be properly supported with some context.

Agreed, most examples would fall under the "How-to" sessions I believe, while some of them would have to be split inito "How-to" and "Reference".