mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 23:44:51 +00:00
Fix docs errors path
This commit is contained in:
parent
3f351d5875
commit
ce729fa1e3
7 changed files with 7 additions and 7 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/400_BAD_REQUEST.tsv
|
:file: ../../../../compiler/errors/source/400_BAD_REQUEST.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/420_FLOOD.tsv
|
:file: ../../../../compiler/errors/source/420_FLOOD.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/403_FORBIDDEN.tsv
|
:file: ../../../../compiler/errors/source/403_FORBIDDEN.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv
|
:file: ../../../../compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/406_NOT_ACCEPTABLE.tsv
|
:file: ../../../../compiler/errors/source/406_NOT_ACCEPTABLE.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/303_SEE_OTHER.tsv
|
:file: ../../../../compiler/errors/source/303_SEE_OTHER.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
.. csv-table::
|
.. csv-table::
|
||||||
:file: ../../../../compiler/error/source/401_UNAUTHORIZED.tsv
|
:file: ../../../../compiler/errors/source/401_UNAUTHORIZED.tsv
|
||||||
:delim: tab
|
:delim: tab
|
||||||
:header-rows: 1
|
:header-rows: 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue