mirror of https://github.com/zulip/zulip.git
docs: Remove obsolete mentions of reStructuredText.
Commit b53e676860
(#19600) removed the
last of our reST.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
964cc182a4
commit
31b5879242
|
@ -31,7 +31,7 @@ These three systems are documented in detail.
|
||||||
What you are reading right now is part of the collection of
|
What you are reading right now is part of the collection of
|
||||||
documentation targeted at developers and people running their own
|
documentation targeted at developers and people running their own
|
||||||
Zulip servers. These docs are written in
|
Zulip servers. These docs are written in
|
||||||
[CommonMark Markdown](https://commonmark.org/) with a small bit of rST.
|
[CommonMark Markdown](https://commonmark.org/).
|
||||||
We've chosen Markdown because it is
|
We've chosen Markdown because it is
|
||||||
[easy to write](https://commonmark.org/help/). The source for Zulip's
|
[easy to write](https://commonmark.org/help/). The source for Zulip's
|
||||||
developer documentation is at `docs/` in the Zulip Git repository, and
|
developer documentation is at `docs/` in the Zulip Git repository, and
|
||||||
|
@ -62,7 +62,7 @@ browser. The raw files are available at
|
||||||
the root of your Zulip checkout).
|
the root of your Zulip checkout).
|
||||||
|
|
||||||
If you are adding a new page to the table of contents, you will want
|
If you are adding a new page to the table of contents, you will want
|
||||||
to modify `docs/index.rst` and run `make clean` before `make html`, so
|
to modify `docs/index.md` and run `make clean` before `make html`, so
|
||||||
that other docs besides your new one also get the new entry in the
|
that other docs besides your new one also get the new entry in the
|
||||||
table of contents.
|
table of contents.
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,6 @@ def run() -> None:
|
||||||
"pp",
|
"pp",
|
||||||
"py",
|
"py",
|
||||||
"pyi",
|
"pyi",
|
||||||
"rst",
|
|
||||||
"sh",
|
"sh",
|
||||||
"text",
|
"text",
|
||||||
"txt",
|
"txt",
|
||||||
|
|
|
@ -917,7 +917,7 @@ openapi_rules = RuleList(
|
||||||
)
|
)
|
||||||
|
|
||||||
txt_rules = RuleList(
|
txt_rules = RuleList(
|
||||||
langs=["txt", "text", "yaml", "rst", "yml"],
|
langs=["txt", "text", "yaml", "yml"],
|
||||||
rules=whitespace_rules,
|
rules=whitespace_rules,
|
||||||
)
|
)
|
||||||
non_py_rules = [
|
non_py_rules = [
|
||||||
|
|
Loading…
Reference in New Issue