Skip to content

Commit

Permalink
GitHub/waylan => GitHub/Python-Markdown org
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Aug 17, 2017
1 parent 418f58a commit 634391b
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 19 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[Python-Markdown][]
===================

[![Build Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown)
[![Coverage Status](https://img.shields.io/coveralls/waylan/Python-Markdown.svg)](https://coveralls.io/r/waylan/Python-Markdown?branch=master)
[![Build Status](http://img.shields.io/travis/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown)
[![Coverage Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master)
[![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
[![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
[![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][Code of Conduct]

This is a Python implementation of John Gruber's [Markdown][].
Expand Down Expand Up @@ -36,11 +35,11 @@ Support
You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][].

[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
[bug tracker]: http://github.com/waylan/Python-Markdown/issues
[bug tracker]: http://github.com/Python-Markdown/markdown/issues

Code of Conduct
---------------

Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the [Code of Conduct].

[Code of Conduct]: https://github.com/waylan/Python-Markdown/blob/master/CODE_OF_CONDUCT.md
[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
2 changes: 1 addition & 1 deletion docs/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4>Next topic</h4>
title="next chapter">%(next_title)s</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="https://github.com/waylan/Python-Markdown/issues"
<li><a href="https://github.com/Python-Markdown/markdown/issues"
>Report a Bug</a></li>
<li><a href="%(source)s"
rel="nofollow">Show Source</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Apr 20, 2015: Released version 2.6.2 (a bug-fix release).

Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new)
`yaml` option has been removed from the Meta-Data Extension as it was buggy
(see [#390](https://github.com/waylan/Python-Markdown/issues/390)).
(see [#390](https://github.com/Python-Markdown/markdown/issues/390)).

Feb 19, 2015: Released version 2.6 ([Notes](release-2.6.html)).

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ is maintained on the wiki for your convenience. The Python-Markdown team
offers no official support for these extensions. Please see the developer of
each extension for support.

[list]: https://github.com/waylan/Python-Markdown/wiki/Third-Party-Extensions
[list]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
2 changes: 1 addition & 1 deletion docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ You may ask for help and discuss various other issues on the [mailing list][]
and report bugs on the [bug tracker][].

[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
[bug tracker]: http://github.com/waylan/Python-Markdown/issues
[bug tracker]: http://github.com/Python-Markdown/markdown/issues
2 changes: 1 addition & 1 deletion docs/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ Python-Markdown is maintained in a Git repository on GitHub.com. To
get a copy of Python-Markdown from the repository do the following from the
command line:

git clone git://github.com/waylan/Python-Markdown.git python-markdown
git clone git://github.com/Python-Markdown/markdown.git python-markdown
cd python-markdown
python setup.py install
2 changes: 1 addition & 1 deletion docs/release-2.1.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ test the built-in extensions and other options available to change the parsing
behavior. See the [Test Suite](test_suite.html) documentation for details.

Various bug fixes have been made, which are too numerous to list here. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master) for a
[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a
complete history of the changes.
2 changes: 1 addition & 1 deletion docs/release-2.2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ The BlockParser API was slightly altered to allow `blockprocessor.run` to return
within any Blockprocessor instance.

Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
2 changes: 1 addition & 1 deletion docs/release-2.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ try it out and report bugs and/or improvements.
[rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions

* Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
2 changes: 1 addition & 1 deletion docs/release-2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ the [Fenced Code Extension]):
[A. Jesse Jiryu Davis]: https://github.com/ajdavis

* Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
2 changes: 1 addition & 1 deletion docs/release-2.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ What's New in Python-Markdown 2.5
benefit everyone.

* Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
4 changes: 2 additions & 2 deletions docs/release-2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ explanation.</ins>
[MultiMarkdown]: http://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata
[Meta-Data]: extensions/meta_data.html
[YAML]: http://yaml.org/
[#390]: https://github.com/waylan/Python-Markdown/issues/390
[#390]: https://github.com/Python-Markdown/markdown/issues/390

### Table of Contents Extension Refactored

Expand Down Expand Up @@ -259,5 +259,5 @@ benefit everyone.
[flake8]: https://flake8.readthedocs.io/en/latest/

Various bug fixes have been made. See the
[commit log](https://github.com/waylan/Python-Markdown/commits/master)
[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
2 changes: 1 addition & 1 deletion docs/test_suite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ writing new tests, those standards and naming conventions should be followed.
[PHP]: http://michelf.com/projects/php-markdown/
[PyTidyLib]: http://countergram.com/open-source/pytidylib/
[tox]: http://testrun.org/tox/latest/
[setting up a testing environment]: https://github.com/waylan/Python-Markdown/wiki/Test-Environment-Setup
[setting up a testing environment]: https://github.com/Python-Markdown/markdown/wiki/Test-Environment-Setup
[YAML]: http://yaml.org/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def has_docs(self):
`mailing list`_ and report bugs on the `bug tracker`_.
.. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
.. _`bug tracker`: http://github.com/waylan/Python-Markdown/issues
.. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues
'''

setup(
Expand Down

0 comments on commit 634391b

Please sign in to comment.