summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2018-01-12 14:54:19 +0300
committerDmitry Shachnev <mitya57@gmail.com>2018-01-12 14:54:19 +0300
commitd2679d555069eea118764420d46fcd5cb810aab2 (patch)
treecb12c38b4553cf4b71db4a6468d624cf7f762fd1
parentd4de20b77ae2e522fe1a5c730b426a5b60ac86f5 (diff)
downloadpython-markdown-no-header_id.md.tar.gz
docs: Remove references to header_id.md page which no longer existsno-header_id.md
-rw-r--r--docs/change_log/release-2.1.md2
-rw-r--r--docs/change_log/release-2.6.md4
-rw-r--r--docs/extensions/index.md2
-rw-r--r--docs/extensions/meta_data.md3
4 files changed, 2 insertions, 9 deletions
diff --git a/docs/change_log/release-2.1.md b/docs/change_log/release-2.1.md
index c8fa0e4..5a8bdad 100644
--- a/docs/change_log/release-2.1.md
+++ b/docs/change_log/release-2.1.md
@@ -43,7 +43,7 @@ release, there are a few backward-incompatible changes to note:
you should now set them on the class. See the [Library
Reference](../reference.md) for the options available.
-* If you have been using the [HeaderId](../extensions/header_id.md) extension to
+* If you have been using the HeaderId extension to
define custom ids on headers, you will want to switch to using the new
[Attribute List](../extensions/attr_list.md) extension. The HeaderId extension
now only auto-generates ids on headers which have not already had ids defined.
diff --git a/docs/change_log/release-2.6.md b/docs/change_log/release-2.6.md
index 1495072..1799cde 100644
--- a/docs/change_log/release-2.6.md
+++ b/docs/change_log/release-2.6.md
@@ -142,7 +142,7 @@ explanation of the current behavior.
### HeaderId Extension Pending Deprecation
-The [HeaderId][hid] Extension is pending deprecation and will raise a
+The HeaderId Extension is pending deprecation and will raise a
**`PendingDeprecationWarning`** in version 2.6. The extension will be deprecated
in the next release and raise an error in the release after that. Use the [Table
of Contents][TOC] Extension instead, which offers most of the features of the
@@ -153,8 +153,6 @@ defined in the HeaderId Extension should note that those functions are now
defined in the Table of Contents extension and should adjust their import
statements accordingly (`from markdown.extensions.toc import slugify, unique`).
-[hid]: ../extensions/header_id.md
-
### The `configs` Keyword is Deprecated
Positional arguments and the `configs` keyword on the
diff --git a/docs/extensions/index.md b/docs/extensions/index.md
index 34f8084..6213f7c 100644
--- a/docs/extensions/index.md
+++ b/docs/extensions/index.md
@@ -48,7 +48,6 @@ Extension | "Name"
&nbsp; &nbsp; [Smart Strong][] | `markdown.extensions.smart_strong`
[Admonition][] | `markdown.extensions.admonition`
[CodeHilite][] | `markdown.extensions.codehilite`
-[HeaderId] | `markdown.extensions.headerid`
[Meta-Data] | `markdown.extensions.meta`
[New Line to Break] | `markdown.extensions.nl2br`
[Sane Lists] | `markdown.extensions.sane_lists`
@@ -66,7 +65,6 @@ Extension | "Name"
[Smart Strong]: smart_strong.md
[Admonition]: admonition.md
[CodeHilite]: code_hilite.md
-[HeaderId]: header_id.md
[Meta-Data]: meta_data.md
[New Line to Break]: nl2br.md
[Sane Lists]: sane_lists.md
diff --git a/docs/extensions/meta_data.md b/docs/extensions/meta_data.md
index 36d5e7a..94126e0 100644
--- a/docs/extensions/meta_data.md
+++ b/docs/extensions/meta_data.md
@@ -101,9 +101,6 @@ Compatible Extensions
The following extensions are currently known to work with the Meta-Data
extension. The keywords they are known to support are also listed.
-* [HeaderId](header_id.md)
- * `header_level`
- * `header_forceid`
* [WikiLinks](wikilinks.md)
* `wiki_base_url`
* `wiki_end_url`