Skip to content

Incorrectly formatted PDF documentation tables in chapter 7 #451

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

Closed
pytestbot opened this issue Feb 8, 2014 · 5 comments
Closed

Incorrectly formatted PDF documentation tables in chapter 7 #451

pytestbot opened this issue Feb 8, 2014 · 5 comments
Labels
type: bug problem that needs to be addressed type: docs documentation improvement, missing or needing clarification

Comments

@pytestbot
Copy link
Contributor

Originally reported by: Jurko Gospodnetić (BitBucket: jurko, GitHub: jurko)


Tables in pytest PDB documentation chapter 7 are badly formatted and extend beyond the right side of the page.


@pytestbot
Copy link
Contributor Author

Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):


Do you have any idea how to fix it? Should we just include a link to the pytest.org web page and not try to include the table in the PDF? Any PRs welcome :) ("make latexpdf" builds the pdf).

@pytestbot
Copy link
Contributor Author

Original comment by Jurko Gospodnetić (BitBucket: jurko, GitHub: jurko):


Not a clue... 😄 was hoping someone else was more familiar with how sphinx/latex generate PDF files.

One of my projects will require some PDF generation soon so I hope to have more information for you then.

Best regards,
Jurko Gospodnetić

@pytestbot pytestbot added type: bug problem that needs to be addressed type: docs documentation improvement, missing or needing clarification labels Jun 15, 2015
@nicoddemus
Copy link
Member

I couldn't really find the docs mentioned in the thread... closing this for now, but feel free to reopen with more information. 😅

@DuncanBetts
Copy link
Contributor

I couldn't really find the docs mentioned in the thread... closing this for now, but feel free to reopen with more information. 😅

I couldn't find it either. The issue is still open @nicoddemus.

@nicoddemus
Copy link
Member

Oops, probably hit the wrong button. Thanks @DuncanBetts .

andrewdotn added a commit to andrewdotn/pytest that referenced this issue Oct 27, 2021
The current PDF docs attempt to format the list of all plugins as a
table, without any word-wrapping of the plugin description. That results
in almost all the information getting cut off. This PR formats the same
information into more of a paragraph format for the PDF, with nothing
cut off.

Fixes pytest-dev#451
bluetech pushed a commit that referenced this issue Oct 28, 2021
The current PDF docs attempt to format the list of all plugins as a
table, without any word-wrapping of the plugin description. That results
in almost all the information getting cut off. This PR formats the same
information into more of a paragraph format for the PDF, with nothing
cut off.

Fixes #451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug problem that needs to be addressed type: docs documentation improvement, missing or needing clarification
Projects
None yet
Development

No branches or pull requests

3 participants