Commit db7bd6feef3004927c830213ccd4f7a0bebc92f5
1 parent
0966b689
Reference latest docs on readthedocs
Showing
2 changed files
with
10 additions
and
1 deletions
manual/index.rst
| ... | ... | @@ -5,6 +5,14 @@ |
| 5 | 5 | QPDF version |release| |
| 6 | 6 | ====================== |
| 7 | 7 | |
| 8 | +.. | |
| 9 | + Include the actual text of the link to readthedocs so it shows up in | |
| 10 | + the PDF when printed. | |
| 11 | + | |
| 12 | +Welcome to the QPDF documentation! For the latest version of this | |
| 13 | +documentation, please visit `https://qpdf.readthedocs.io | |
| 14 | +<https://qpdf.readthedocs.io>`__. | |
| 15 | + | |
| 8 | 16 | .. toctree:: |
| 9 | 17 | :maxdepth: 2 |
| 10 | 18 | :caption: Contents: | ... | ... |
manual/overview.rst
| ... | ... | @@ -6,7 +6,8 @@ What is QPDF? |
| 6 | 6 | QPDF is a program and C++ library for structural, content-preserving |
| 7 | 7 | transformations on PDF files. QPDF's website is located at |
| 8 | 8 | https://qpdf.sourceforge.io/. QPDF's source code is hosted on github |
| 9 | -at https://github.com/qpdf/qpdf. | |
| 9 | +at https://github.com/qpdf/qpdf. You can find the latest version of | |
| 10 | +this documentation at https://qpdf.readthedocs.io/. | |
| 10 | 11 | |
| 11 | 12 | QPDF provides many useful capabilities to developers of PDF-producing |
| 12 | 13 | software or for people who just want to look at the innards of a PDF | ... | ... |