diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:10:19 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | a81534fed8ff34b67a2726d333d9725454663c82 (patch) | |
tree | 37a26dab846072504a8b67becf9a9486574bbc26 /lang/python/doc | |
parent | doc: use https:// for www.gnu.org (diff) | |
download | gpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip |
doc: convert more http:// links to https://
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/python/doc')
-rw-r--r-- | lang/python/doc/rst/gpgme-python-howto.rst | 4 | ||||
-rw-r--r-- | lang/python/doc/src/gpgme-python-howto.org | 4 | ||||
-rw-r--r-- | lang/python/doc/texinfo/gpgme-python-howto.texi | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lang/python/doc/rst/gpgme-python-howto.rst b/lang/python/doc/rst/gpgme-python-howto.rst index 91814911..104b530e 100644 --- a/lang/python/doc/rst/gpgme-python-howto.rst +++ b/lang/python/doc/rst/gpgme-python-howto.rst @@ -146,7 +146,7 @@ The bullet points of new additiions are: - Added a new section for `advanced or experimental use <#advanced-use>`__. - Began the advanced use cases with `a section <#cython>`__ on using - the module with `Cython <http://cython.org/>`__. + the module with `Cython <https://cython.org/>`__. - Added a number of new scripts to the ``example/howto/`` directory; some of which may be in advance of their planned sections of the HOWTO (and some are just there because it seemed like a good idea at @@ -324,7 +324,7 @@ significant advantage in some way. #. If possible add the following Python modules which are not part of the standard library: `Requests <http://docs.python-requests.org/en/latest/index.html>`__, - `Cython <http://cython.org/>`__ and + `Cython <https://cython.org/>`__ and `hkp4py <https://github.com/Selfnet/hkp4py>`__. Chances are quite high that at least the first one and maybe two of those will already be installed. diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org index caa8e2f1..83b91e8d 100644 --- a/lang/python/doc/src/gpgme-python-howto.org +++ b/lang/python/doc/src/gpgme-python-howto.org @@ -142,7 +142,7 @@ The bullet points of new additiions are: reST file was generated by the simple expedient of using [[https://pandoc.org/][Pandoc]]. - Added a new section for [[#advanced-use][advanced or experimental use]]. - Began the advanced use cases with [[#cython][a section]] on using the module with - [[http://cython.org/][Cython]]. + [[https://cython.org/][Cython]]. - Added a number of new scripts to the =example/howto/= directory; some of which may be in advance of their planned sections of the HOWTO (and some are just there because it seemed like a good idea at @@ -331,7 +331,7 @@ a significant advantage in some way. reach EOL soon. In production systems and services, Python 3.6 should be robust enough to be relied on. 3. If possible add the following Python modules which are not part of - the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[http://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are + the standard library: [[http://docs.python-requests.org/en/latest/index.html][Requests]], [[https://cython.org/][Cython]] and [[https://github.com/Selfnet/hkp4py][hkp4py]]. Chances are quite high that at least the first one and maybe two of those will already be installed. diff --git a/lang/python/doc/texinfo/gpgme-python-howto.texi b/lang/python/doc/texinfo/gpgme-python-howto.texi index 40beb7ad..695ed15a 100644 --- a/lang/python/doc/texinfo/gpgme-python-howto.texi +++ b/lang/python/doc/texinfo/gpgme-python-howto.texi @@ -313,7 +313,7 @@ reST file was generated by the simple expedient of using @uref{https://pandoc.or Added a new section for @ref{Advanced or Experimental Use Cases, , advanced or experimental use}. @item Began the advanced use cases with @ref{C plus Python plus SWIG plus Cython, , a section} on using the module with -@uref{http://cython.org/, Cython}. +@uref{https://cython.org/, Cython}. @item Added a number of new scripts to the @samp{example/howto/} directory; some of which may be in advance of their planned sections of the @@ -504,7 +504,7 @@ reach EOL soon. In production systems and services, Python 3.6 should be robust enough to be relied on. @item If possible add the following Python modules which are not part of -the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{http://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are +the standard library: @uref{http://docs.python-requests.org/en/latest/index.html, Requests}, @uref{https://cython.org/, Cython} and @uref{https://github.com/Selfnet/hkp4py, hkp4py}. Chances are quite high that at least the first one and maybe two of those will already be installed. @end enumerate @@ -3152,4 +3152,4 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -@bye
\ No newline at end of file +@bye |