updated doc titles

This commit is contained in:
Sam Schott 2020-04-02 21:47:28 +01:00
parent ddf3acd43f
commit 0f21a3be3d
22 changed files with 56 additions and 72 deletions

View File

@ -1,51 +1,10 @@
:root {
--color-primary: rgb(68, 68, 68);
--color-secondary: #f2f2f2;
--color-background: #ffffff;
}
/* sidebar header (and topbar for mobile) */ .wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
.wy-side-nav-search, .wy-nav-top { display: block;
background: var(--color-secondary); margin: 0 auto;
} height: auto;
width: auto;
.wy-side-nav-search input[type=text] { border-radius: 0;
border-color: #202448; max-width: 50%;
background:transparent
} }
/* sidebar */
.wy-nav-side {
background: var(--color-secondary);
}
/* links outside nav */
.rst-content a:link, .rst-content a:visited {
color: var(--color-primary);
text-decoration: none;
}
/* admonitions only */
.admonition.note {
background: var(--color-background);
}
/* font size smaller and striped cols in notebook tables */
.output_area {
font-size: 12px;
}
.output_area tr:nth-child(even) {background-color: var(--color-background);}
th {
background-color: #f2f2f2;
padding-right: 8px;
text-align: left;
}
/* font size smaller and not-stripped cols in API tables */
table.docutils {
font-size: 14px;
}
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,
.wy-table-striped tr:nth-child(2n-1) td,
.wy-table-odd td {
background-color: #fff;
}

View File

@ -1,6 +1,6 @@
Maestral Command line interface
======== ======================
.. automodule:: cli .. automodule:: cli
:members: :members:

View File

@ -1,6 +1,6 @@
Maestral Dropbox API client
======== ==================
.. automodule:: client .. automodule:: client
:members: :members:

View File

@ -1,6 +1,6 @@
Maestral Daemon
======== ======
.. automodule:: daemon .. automodule:: daemon
:members: :members:

View File

@ -1,6 +1,6 @@
Maestral Errors
======== ======
.. automodule:: errors .. automodule:: errors
:members: :members:

View File

@ -1,5 +1,5 @@
Maestral Main API
======== ========
.. automodule:: main .. automodule:: main

View File

@ -1,6 +1,6 @@
Maestral OAuth
======== =====
.. automodule:: oauth .. automodule:: oauth
:members: :members:

View File

@ -1,6 +1,6 @@
Sync Sync module
==== ===========
.. automodule:: sync .. automodule:: sync
:members: :members:

View File

@ -1,4 +1,7 @@
App directories
===============
.. automodule:: appdirs .. automodule:: appdirs
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Autostart
=========
.. automodule:: autostart .. automodule:: autostart
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Backend functions
=================
.. automodule:: backend .. automodule:: backend
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Content hasher
==============
.. automodule:: content_hasher .. automodule:: content_hasher
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
DBus interfaces
===============
.. automodule:: dbus_interfaces .. automodule:: dbus_interfaces
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Housekeeping
============
.. automodule:: housekeeping .. automodule:: housekeeping
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,6 +1,6 @@
Utils maestral.utils
======= ==============
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

View File

@ -1,4 +1,7 @@
Desktop notifications
=====================
.. automodule:: notify .. automodule:: notify
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
OAuth implicit flow
===================
.. automodule:: oauth_implicit .. automodule:: oauth_implicit
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Path handling
=============
.. automodule:: path .. automodule:: path
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Serializer helpers
==================
.. automodule:: serializer .. automodule:: serializer
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,4 +1,7 @@
Update checks
=============
.. automodule:: updates .. automodule:: updates
:members: :members:
:show-inheritance: :show-inheritance:

View File

@ -1,7 +1,3 @@
.. customxepr documentation master file, created by
sphinx-quickstart on Wed Jan 30 23:05:36 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Changelog Changelog
========= =========

View File

@ -1,7 +1,3 @@
.. customxepr documentation master file, created by
sphinx-quickstart on Wed Jan 30 23:05:36 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Maestral's developer documentation Welcome to Maestral's developer documentation
============================================= =============================================