Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitade79fa

Browse files
authored
Merge pull requestrealpython#965 from apjanke/fix-build-warnings
Fix sphinx build warnings
2 parents3733857 +9767986 commitade79fa

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

‎docs/404.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:orphan:
12

23
#################
34
404 — Not Found

‎docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@
279279
todo_include_todos=True
280280

281281
intersphinx_mapping= {
282-
'python': ('http://docs.python.org/',None),
282+
'python': ('https://docs.python.org/3',None),
283283
}

‎docs/dev/virtualenvs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Test your installation:
219219
$ virtualenv --version
220220
221221
Basic Usage
222-
~~~~~~~~~~~
222+
-----------
223223

224224
1. Create a virtual environment for a project:
225225

@@ -299,7 +299,7 @@ where they were placed.
299299
Python has included venv module from version 3.3. For more details: `venv<https://docs.python.org/3/library/venv.html>`_.
300300

301301
Other Notes
302-
~~~~~~~~~~~
302+
-----------
303303

304304
Running ``virtualenv`` with the option ``--no-site-packages`` will not
305305
include the packages that are installed globally. This can be useful

‎docs/scenarios/crypto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GPGME bindings
4848

4949
The `GPGME Python bindings<https://dev.gnupg.org/source/gpgme/browse/master/lang/python/>`_ provide pythonic access to `GPG Made Easy<https://dev.gnupg.org/source/gpgme/browse/master/>`_, a C API for the entire GNU Privacy Guard suite of projects, including GPG, libgcrypt and gpgsm (the S/MIME engine). It supports Python 2.6, 2.7, 3.4 and above. Depends on the SWIG C interface for Python as well as the GnuPG software and libraries.
5050

51-
A more comprehensive `GPGME Python Bindings HOWTO<https://dev.gnupg.org/source/gpgme/browse/master/lang/python/docs/GPGMEpythonHOWTOen.org>`_ is available with the source and a HTML version is available `here<http://files.au.adversary.org/crypto/GPGMEpythonHOWTOen.html>`_. Python 3 sample scripts from the examples in the HOWTO are also provided with the source and are accessible `here<https://dev.gnupg.org/source/gpgme/browse/master/lang/python/examples/howto/>`_.
51+
A more comprehensive `GPGME Python Bindings HOWTO<https://dev.gnupg.org/source/gpgme/browse/master/lang/python/docs/GPGMEpythonHOWTOen.org>`_ is available with the source, and a HTML version is available `on http://files.au.adversary.org<http://files.au.adversary.org/crypto/GPGMEpythonHOWTOen.html>`_. Python 3 sample scripts from the examples in the HOWTO are also provided with the source and are accessible `on gnupg.org<https://dev.gnupg.org/source/gpgme/browse/master/lang/python/examples/howto/>`_.
5252

5353
Available under the same terms as the rest of the GnuPG Project: GPLv2 and LGPLv2.1, both with the "or any later version" clause.
5454

‎docs/scenarios/web.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ applications today.
136136
Masonite
137137
--------
138138

139-
`Masonite<https://docs.masoniteproject.com>`_ is a modern and developer centric, "batteries included", web framework.
139+
`Masonite<https://docs.masoniteproject.com>`_ is a modern and developer centric, "batteries included", web framework.
140140

141141
The Masonite framework follows the MVC (Model-View-Controller) architecture pattern and is heavily inspired by frameworks such as Rails and Laravel, so if you are coming to Python from a Ruby or PHP background then you will feel right at home!
142142

@@ -170,7 +170,7 @@ WSGI Servers
170170
************
171171

172172
Stand-alone WSGI servers typically use less resources than traditional web
173-
servers and provide top performance [3]_.
173+
servers and provide top performance [1]_.
174174

175175
.. _gunicorn-ref:
176176

@@ -531,6 +531,4 @@ Mako is well respected within the Python web community.
531531

532532
..rubric::References
533533

534-
.. [1]`The mod_python project is now officially dead<http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html>`_
535-
.. [2]`mod_wsgi vs mod_python<http://modpython.org/pipermail/mod_python/2007-July/024080.html>`_
536-
.. [3]`Benchmark of Python WSGI Servers<http://nichol.as/benchmark-of-python-web-servers>`_
534+
.. [1]`Benchmark of Python WSGI Servers<http://nichol.as/benchmark-of-python-web-servers>`_

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp