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, .wy-nav-top {
background: var(--color-secondary);
}
.wy-side-nav-search input[type=text] {
border-color: #202448;
.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
display: block;
margin: 0 auto;
height: auto;
width: auto;
border-radius: 0;
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
:members:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,7 @@
Update checks
=============
.. automodule:: updates
:members:
: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
=========

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
=============================================