небольшие стилистические правки
This commit is contained in:
6
src/docs/_static/style.css
vendored
6
src/docs/_static/style.css
vendored
@@ -15,7 +15,7 @@
|
|||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.rst-content .line-block {
|
.note > .line-block {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,4 +27,8 @@
|
|||||||
.row-odd th.head p,
|
.row-odd th.head p,
|
||||||
.row-even th.head p {
|
.row-even th.head p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
span:target + h3 {
|
||||||
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
@@ -38,8 +38,6 @@
|
|||||||
+----------------+-------------------+-----------------------------------------------------+--------------------------------------------------------------------------------+
|
+----------------+-------------------+-----------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. |Single-precision floating-point format| raw:: html
|
.. |Single-precision floating-point format| raw:: html
|
||||||
|
|
||||||
<a href="https://en.wikipedia.org/wiki/Single-precision_floating-point_format" target="_blank">Single-precision floating-point format</a>
|
<a href="https://en.wikipedia.org/wiki/Single-precision_floating-point_format" target="_blank">Single-precision floating-point format</a>
|
||||||
@@ -55,7 +53,3 @@
|
|||||||
.. |wiki.vg:Chat| raw:: html
|
.. |wiki.vg:Chat| raw:: html
|
||||||
|
|
||||||
<a href="https://wiki.vg/index.php?title=Chat&oldid=8329" target="_blank">wiki.vg:Chat</a>
|
<a href="https://wiki.vg/index.php?title=Chat&oldid=8329" target="_blank">wiki.vg:Chat</a>
|
||||||
|
|
||||||
.. |wiki.vg:Data types| raw:: html
|
|
||||||
|
|
||||||
<a href="https://wiki.vg/index.php?title=Protocol&oldid=7368#Data_types" target="_blank">wiki.vg:Data types</a>
|
|
||||||
@@ -13,10 +13,9 @@
|
|||||||
+-------------+--------+----------------------------------------------------------------+
|
+-------------+--------+----------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Пример
|
.. rubric:: Пример
|
||||||
------
|
|
||||||
|
|
||||||
Пакет **DisconnectPacket**
|
Пакет |DisconnectPacket|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
@@ -37,3 +36,6 @@
|
|||||||
+-------------+-----------+----------------------------+---------------------------------+
|
+-------------+-----------+----------------------------+---------------------------------+
|
||||||
| ``2c`` = 44 | ``00`` | ``2a`` = 42 | ``22 59 6f 75 ... 65 72 21 22`` |
|
| ``2c`` = 44 | ``00`` | ``2a`` = 42 | ``22 59 6f 75 ... 65 72 21 22`` |
|
||||||
+-------------+-----------+----------------------------+---------------------------------+
|
+-------------+-----------+----------------------------+---------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
.. |DisconnectPacket| replace:: :ref:`serverside_disconnectpacket`
|
||||||
@@ -53,8 +53,6 @@ LoginStartPacket
|
|||||||
+------+--------+------------------+
|
+------+--------+------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. |Версия протокола| raw:: html
|
.. |Версия протокола| raw:: html
|
||||||
|
|
||||||
<a href="https://wiki.vg/Protocol_version_numbers" target="_blank">Версия протокола</a>
|
<a href="https://wiki.vg/Protocol_version_numbers" target="_blank">Версия протокола</a>
|
||||||
@@ -42,9 +42,10 @@ StatusServerResponse
|
|||||||
|
|
||||||
Подробнее: :download:`JSON Schema <_static/server_info.schema.json>`
|
Подробнее: :download:`JSON Schema <_static/server_info.schema.json>`
|
||||||
|
|
||||||
|
.. _serverside_pingpacket:
|
||||||
|
|
||||||
PingPacket
|
PingPacket
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
.. _serverside_pingpacket:
|
|
||||||
|
|
||||||
Пакет для обмена "пингом".
|
Пакет для обмена "пингом".
|
||||||
|
|
||||||
@@ -63,6 +64,8 @@ PingPacket
|
|||||||
LOGIN
|
LOGIN
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
.. _serverside_disconnectpacket:
|
||||||
|
|
||||||
DisconnectPacket
|
DisconnectPacket
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user