aboutsummaryrefslogtreecommitdiffstats
path: root/manual
AgeCommit message (Collapse)Author
2022-01-30Manual: correct statement about empty owner passwordsJay Berkenbilt
2022-01-30QPDFJob: placeholder for initializeFromJsonJay Berkenbilt
2022-01-30cli.rst: remove () from end of short helpJay Berkenbilt
This is used to generate a schema for the job json, which can't contain `)"` because it breaks the R"(...)" syntax in C++. While C++ accepts R"anything(...)anything" to avoid this, as of this writing, MSVC 2019 doesn't understand that. For now, just avoid it by removing parentheses from the end of short help.
2022-01-30Add missing help topic for inspectionJay Berkenbilt
2022-01-30Editorial changes to cli.rstJay Berkenbilt
2022-01-30CLI doc: use tables where helpfulJay Berkenbilt
2022-01-30Manual: use proper character for >=Jay Berkenbilt
2022-01-30Allow real <= and >= in LateXJay Berkenbilt
2022-01-30Manual: convert more lists to tablesJay Berkenbilt
2022-01-30Manual: reformat P information as tablem-holger
2022-01-30Manual: enable line wrapping in table cellsm-holger
2022-01-30Fix manual typom-holger
2022-01-30Document how to add a command-line argumentJay Berkenbilt
2022-01-30Generate help content from manualJay Berkenbilt
This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone.
2021-12-21Stop adding pre-built documentation to the source distributionJay Berkenbilt
2021-12-21Update manual pagesJay Berkenbilt
2021-12-20Reference latest docs on readthedocsJay Berkenbilt
2021-12-20Prepare 10.5.0 releaseJay Berkenbilt
2021-12-20Fix typoJay Berkenbilt
2021-12-19Link to wikiJay Berkenbilt
2021-12-19Add download section to docsJay Berkenbilt
2021-12-19Further improvements to handling binary stringsJay Berkenbilt
2021-12-19doc: switch html theme to sphinx_rtd_themeJay Berkenbilt
2021-12-18Update configuration for correct building of epubJay Berkenbilt
2021-12-18Integration with readthedocsJay Berkenbilt
2021-12-18Specify highlight language instead of using text codeblocksJay Berkenbilt
2021-12-18Change html theme again, fix code blocksJay Berkenbilt
The agogo theme doesn't do very well on narrow screens. The code blocks were used for shell commands but were using Python syntax highlighting.
2021-12-18Remove ref. from documentation referencesJay Berkenbilt
2021-12-18Update documentation build/installationJay Berkenbilt
2021-12-18Fix Acknowledgments sectionJay Berkenbilt
2021-12-18Split documentation into multiple pages, change themeJay Berkenbilt
2021-12-18Add commentJay Berkenbilt
2021-12-18Fix qpdf-manual build dependenciesJay Berkenbilt
2021-12-17C API: simplify new error handling and improve documentationJay Berkenbilt
2021-12-17ChangeLog/doc for previous commitJay Berkenbilt
2021-12-17C API: add several stream functions (fixes #596)Jay Berkenbilt
2021-12-17Add Pl_Buffer::getMallocBufferJay Berkenbilt
2021-12-16C API: add functions for working with pages (fixes #594)Jay Berkenbilt
2021-12-14Fix minor typosm-holger
2021-12-13ChangeLog/release note on doc changeJay Berkenbilt
2021-12-13Work old "upgrading" sections into the release notesJay Berkenbilt
These are for ancient versions.
2021-12-13Remove superfluous "Upgrading to 4.0" chapterJay Berkenbilt
2021-12-13Doc: reorganize front sectionJay Berkenbilt
2021-12-13Remove docbook manual and associated filesJay Berkenbilt
2021-12-13Doc: update requirements for building the documentationJay Berkenbilt
2021-12-13Remove "Indices and tables"Jay Berkenbilt
This was inserted by sphinx-quickstart, but it doesn't do anything for us.
2021-12-13Explicitly mark perl codeblock as suchJay Berkenbilt
2021-12-13Replace xref links to :ref:Jay Berkenbilt
Pandoc doesn't convert <xref> correctly, but it does so consistently, so this commit just changes all xref links to :ref:.
2021-12-13Replace <firstterm> with emphasisJay Berkenbilt
At one time, it seems that I was starting to use the <firstterm> feature of docbook, but I forgot about it long ago, and there is nothing consistent. In the absence of an actual glossary, just use emphasis for terminology and don't tag it in any special way. This could be fixed later if we wanted to.
2021-12-13Convert the original xml comment to an rst commentJay Berkenbilt