Skip to content

Commit

Permalink
Merge pull request #41 from perrinjerome/fix/urls
Browse files Browse the repository at this point in the history
update some web links
  • Loading branch information
benji-york authored Nov 29, 2023
2 parents 49344f4 + d1e50ef commit 190c2b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:target: https://pypi.python.org/pypi/manuel/

Documentation, a full list of included plug-ins, and examples are available at
`<http://packages.python.org/manuel/>`_.
`<https://pythonhosted.org/manuel/>`_.

Source code and issues are managed at https://github.com/benji-york/manuel.

Expand Down
14 changes: 7 additions & 7 deletions src/manuel/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,18 +318,18 @@ and :data:`checker` arguments.

m = manuel.doctest.Manuel(optionflags=optionflags, checker=checker)

See the `doctest documentation <http://docs.python.org/library/doctest.html>`_
See the `doctest documentation <https://docs.python.org/library/doctest.html>`_
for more information about the `available options
<http://docs.python.org/library/doctest.html#doctest-options>`_ and `output
checkers <http://docs.python.org/library/doctest.html#outputchecker-objects>`_
<https://docs.python.org/library/doctest.html#doctest-options>`_ and `output
checkers <https://docs.python.org/library/doctest.html#outputchecker-objects>`_


.. note::

:mod:`zope.testing.renormalizing` provides an :class:`OutputChecker`
for smoothing out differences between actual and expected output for things
that are hard to control (like memory addresses and time). See the
`module's doctests <http://svn.zope.org/zope.testing/trunk/src/zope/testing/renormalizing.py?view=markup>`_
`module's documentation <https://zopetesting.readthedocs.io/en/latest/renormalizing.html>`_
for more information on how it works. Here's a short example that
smoothes over the differences between CPython's and PyPy's NameError
messages:
Expand Down Expand Up @@ -459,9 +459,9 @@ intended document contents will remain. Like so::
Code Blocks
===========

`Sphinx <http://sphinx.pocoo.org/>`_ and other docutils `extensions
<http://docutils.sourceforge.net/sandbox/code-block-directive/docs/syntax-highlight.html>`_
provide a `"code-block" directive <http://sphinx.pocoo.org/markup/code.html>`_,
`Sphinx <https://www.sphinx-doc.org/>`_ and other docutils `extensions
<https://docutils.sourceforge.net/sandbox/code-block-directive/docs/syntax-highlight.html>`_
provide a `"code-block" directive <https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block>`_,
which allows inlined snippets of code in reST documents.

The :mod:`manuel.codeblock` module provides the ability to execute the contents
Expand Down

0 comments on commit 190c2b2

Please sign in to comment.