|
From: <gr...@us...> - 2022-01-09 19:32:55
|
Revision: 8938
http://sourceforge.net/p/docutils/code/8938
Author: grubert
Date: 2022-01-09 19:32:54 +0000 (Sun, 09 Jan 2022)
Log Message:
-----------
Fix sphinx adress
Modified Paths:
--------------
trunk/docutils/FAQ.txt
trunk/docutils/docs/dev/todo.txt
Modified: trunk/docutils/FAQ.txt
===================================================================
--- trunk/docutils/FAQ.txt 2022-01-07 20:12:00 UTC (rev 8937)
+++ trunk/docutils/FAQ.txt 2022-01-09 19:32:54 UTC (rev 8938)
@@ -1191,7 +1191,7 @@
The Sphinx_ documentation generator includes an autodoc module.
-.. _Sphinx: http://sphinx.pocoo.org/index.html
+.. _Sphinx: http://www.sphinx-doc.org
Version 2.0 of Ed Loper's `Epydoc <http://epydoc.sourceforge.net/>`_
supports reStructuredText-format docstrings for HTML output. Docutils
Modified: trunk/docutils/docs/dev/todo.txt
===================================================================
--- trunk/docutils/docs/dev/todo.txt 2022-01-07 20:12:00 UTC (rev 8937)
+++ trunk/docutils/docs/dev/todo.txt 2022-01-09 19:32:54 UTC (rev 8938)
@@ -66,7 +66,7 @@
* Suitability for `Python module documentation
<http://docutils.sf.net/sandbox/README.html#documenting-python>`_.
-.. _Sphinx: http://sphinx.pocoo.org/
+.. _Sphinx: http://www.sphinx-doc.org/
Repository
==========
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|