Skip to content

Commit

Permalink
plav furo
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Oct 5, 2024
1 parent 1dbe654 commit 97cc34a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 7 deletions.
8 changes: 7 additions & 1 deletion doc/source/_static/synadm.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ html[data-theme="light"] {
html[data-theme="light"] {
--pst-color-inline-code: #a23632;
}
*/
table tr:hover td {
background-color: var(--bs-gray-300);
}
table {
display: table;
overflow-x: auto;
white-space: nowrap;
}
table,thead,tbody {width:98%}
*/

/* pydata teal (primary): #126A7E */
/* pydata violet (secondary): #7D0E70 */
10 changes: 5 additions & 5 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_book_theme"
#html_theme = "sphinx_book_theme"
#html_theme = "pydata_sphinx_theme"
#html_theme = "furo"
html_theme = "furo"
#html_theme = "press"
#html_theme = "alabaster"

Expand All @@ -74,11 +74,11 @@
html_theme_options = {
"collapse_navigation": True,
"logo": {
"text": "synadm - The Synapse Admin CLI",
"text": "synadm - the Synapse Admin CLI",
},
"pygment_light_style": "bw",
#"pygment_light_style": "bw",
}
html_title = "synadm"
html_title = "synadm - the Synapse Admin CLI"
#html_logo = "_static/beets_logo_nobg.png"
html_static_path = ["_static"]
html_css_files = ["synadm.css"]
Expand Down
35 changes: 34 additions & 1 deletion doc/source/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,136 +12,169 @@ Account Validity
.. csv-table::
:file: features/account_validity.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Background Updates
------------------

.. csv-table::
:file: features/background_updates.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Delete Group
------------

.. csv-table::
:file: features/delete_group.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Event Reports
-------------

.. csv-table::
:file: features/event_reports.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Experimental Features
---------------------

.. csv-table::
:file: features/experimental_features.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Media
-----

.. csv-table::
:file: features/media.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:keepspace:
:align: left

Purge History
-------------

.. csv-table::
:file: features/purge_history.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Register Users
--------------

.. csv-table::
:file: features/register_users.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Registration Tokens
-------------------

.. csv-table::
:file: features/registration_tokens.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Manipulate Room Membership
--------------------------

.. csv-table::
:file: features/manipulate_room_membership.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Rooms
-----

.. csv-table::
:file: features/rooms.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Server Notices
--------------

.. csv-table::
:file: features/server_notices.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Statistics
----------

.. csv-table::
:file: features/statistics.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Users
-----

.. csv-table::
:file: features/users.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Server Version
--------------

.. csv-table::
:file: features/server_version.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Federation
----------

.. csv-table::
:file: features/federation.csv
:header: "Synapse Admin API","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left

Miscellaneous
-------------

.. csv-table::
:file: features/miscellaneous.csv
:header: "Description","synadm command(s)"
:width: 98%
:widths: 1 1
:align: left


.. _documentation source directory:
Expand Down

0 comments on commit 97cc34a

Please sign in to comment.