[docs] More documentation rewriting.

This commit is contained in:
Romain Dorgueil
2018-01-14 16:11:49 +01:00
parent 9af5d80171
commit e998f9c989
17 changed files with 132 additions and 99 deletions

View File

@ -189,8 +189,9 @@ epub_exclude_files = ['search.html']
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'django': ('https://docs.djangoproject.com/en/2.0/', 'https://docs.djangoproject.com/en/2.0/_objects/'),
'fs': ('https://docs.pyfilesystem.org/en/latest/', None),
'python': ('https://docs.python.org/3', None),
'requests': ('http://docs.python-requests.org/en/master/', None),
}