mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Change sphinx-dev to sphinx-users where applicable.
This commit is contained in:
parent
0c02841412
commit
d769d4ae71
2
EXAMPLES
2
EXAMPLES
@ -4,7 +4,7 @@ Projects using Sphinx
|
|||||||
This is an (incomplete) alphabetic list of projects that use Sphinx or
|
This is an (incomplete) alphabetic list of projects that use Sphinx or
|
||||||
are experimenting with using it for their documentation. If you like to
|
are experimenting with using it for their documentation. If you like to
|
||||||
be included, please mail to `the Google group
|
be included, please mail to `the Google group
|
||||||
<http://groups.google.com/group/sphinx-dev>`_.
|
<http://groups.google.com/group/sphinx-users>`_.
|
||||||
|
|
||||||
I've grouped the list into sections to make it easier to find
|
I've grouped the list into sections to make it easier to find
|
||||||
interesting examples.
|
interesting examples.
|
||||||
|
4
doc/_templates/indexsidebar.html
vendored
4
doc/_templates/indexsidebar.html
vendored
@ -20,8 +20,8 @@ are also available.</p>
|
|||||||
|
|
||||||
<h3>Questions? Suggestions?</h3>
|
<h3>Questions? Suggestions?</h3>
|
||||||
|
|
||||||
<p>Join the <a href="http://groups.google.com/group/sphinx-dev">Google group</a>:</p>
|
<p>Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:</p>
|
||||||
<form action="http://groups.google.com/group/sphinx-dev/boxsubscribe"
|
<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
|
||||||
style="padding-left: 1em">
|
style="padding-left: 1em">
|
||||||
<input type="text" name="email" value="your@email"/>
|
<input type="text" name="email" value="your@email"/>
|
||||||
<input type="submit" name="sub" value="Subscribe" />
|
<input type="submit" name="sub" value="Subscribe" />
|
||||||
|
@ -223,7 +223,7 @@ def main(argv):
|
|||||||
'can be provided next time.')
|
'can be provided next time.')
|
||||||
print >>error, (
|
print >>error, (
|
||||||
'Either send bugs to the mailing list at '
|
'Either send bugs to the mailing list at '
|
||||||
'<http://groups.google.com/group/sphinx-dev/>,\n'
|
'<http://groups.google.com/group/sphinx-users/>,\n'
|
||||||
'or report them in the tracker at '
|
'or report them in the tracker at '
|
||||||
'<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!')
|
'<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!')
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user