Merge pull request #3827 from ghane/HTTP

Check URLs, fixing redirects, and switching to HTTPS where possible
This commit is contained in:
Takeshi KOMIYA
2017-05-30 10:01:27 +09:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -205,8 +205,8 @@ The parts of messages in Sphinx that go into builds are translated into several
locales. The translations are kept as gettext ``.po`` files translated from the
master template ``sphinx/locale/sphinx.pot``.
Sphinx uses `Babel <http://babel.edgewall.org>`_ to extract messages and
maintain the catalog files. It is integrated in ``setup.py``:
Sphinx uses `Babel <http://babel.pocoo.org/en/latest/>`_ to extract messages
and maintain the catalog files. It is integrated in ``setup.py``:
* Use ``python setup.py extract_messages`` to update the ``.pot`` template.
* Use ``python setup.py update_catalog`` to update all existing language
@@ -279,7 +279,7 @@ Debugging Tips
* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``) are
generated by this
`modified snowballcode generator <https://github.com/shibukawa/snowball>`_.
Generated `JSX <http://jsx.github.io/>`_ files are
Generated `JSX <https://jsx.github.io/>`_ files are
in `this repository <https://github.com/shibukawa/snowball-stemmer.jsx>`_.
You can get the resulting JavaScript files using the following command::

View File

@@ -96,7 +96,7 @@ is available under the following license:
SmartyPants_ license::
Copyright (c) 2003 John Gruber
(http://daringfireball.net/)
(https://daringfireball.net/projects/smartypants/)
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -196,7 +196,7 @@ The included JQuery JavaScript library is available under the MIT
license:
----------------------------------------------------------------------
Copyright (c) 2008 John Resig, http://jquery.com/
Copyright (c) 2008 John Resig, https://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/pypi/v/sphinx.svg
:target: http://pypi.python.org/pypi/sphinx
:target: https://pypi.python.org/pypi/Sphinx
.. image:: https://readthedocs.org/projects/sphinx/badge/
:target: http://www.sphinx-doc.org/
:alt: Documentation Status

View File

@@ -1,7 +1,7 @@
# How setup this file
# http://babel.edgewall.org/wiki/Documentation/setup.html
# How to setup this file
# http://babel.pocoo.org/en/latest/installation.html
# this file description:
# http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration
# http://babel.pocoo.org/en/latest/messages.html
# Extraction from Python source files
[python: **.py]