mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 19:44:19 +03:00
updated doc titles
This commit is contained in:
parent
ddf3acd43f
commit
0f21a3be3d
57
docs/_static/custom.css
vendored
57
docs/_static/custom.css
vendored
@ -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;
|
|
||||||
}
|
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Maestral
|
Command line interface
|
||||||
========
|
======================
|
||||||
|
|
||||||
.. automodule:: cli
|
.. automodule:: cli
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Maestral
|
Dropbox API client
|
||||||
========
|
==================
|
||||||
|
|
||||||
.. automodule:: client
|
.. automodule:: client
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Maestral
|
Daemon
|
||||||
========
|
======
|
||||||
|
|
||||||
.. automodule:: daemon
|
.. automodule:: daemon
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Maestral
|
Errors
|
||||||
========
|
======
|
||||||
|
|
||||||
.. automodule:: errors
|
.. automodule:: errors
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Maestral
|
Main API
|
||||||
========
|
========
|
||||||
|
|
||||||
.. automodule:: main
|
.. automodule:: main
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Maestral
|
OAuth
|
||||||
========
|
=====
|
||||||
|
|
||||||
.. automodule:: oauth
|
.. automodule:: oauth
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Sync
|
Sync module
|
||||||
====
|
===========
|
||||||
|
|
||||||
.. automodule:: sync
|
.. automodule:: sync
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
App directories
|
||||||
|
===============
|
||||||
|
|
||||||
.. automodule:: appdirs
|
.. automodule:: appdirs
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Autostart
|
||||||
|
=========
|
||||||
|
|
||||||
.. automodule:: autostart
|
.. automodule:: autostart
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Backend functions
|
||||||
|
=================
|
||||||
|
|
||||||
.. automodule:: backend
|
.. automodule:: backend
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Content hasher
|
||||||
|
==============
|
||||||
|
|
||||||
.. automodule:: content_hasher
|
.. automodule:: content_hasher
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
DBus interfaces
|
||||||
|
===============
|
||||||
|
|
||||||
.. automodule:: dbus_interfaces
|
.. automodule:: dbus_interfaces
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Housekeeping
|
||||||
|
============
|
||||||
|
|
||||||
.. automodule:: housekeeping
|
.. automodule:: housekeeping
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Utils
|
maestral.utils
|
||||||
=======
|
==============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Desktop notifications
|
||||||
|
=====================
|
||||||
|
|
||||||
.. automodule:: notify
|
.. automodule:: notify
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
OAuth implicit flow
|
||||||
|
===================
|
||||||
|
|
||||||
.. automodule:: oauth_implicit
|
.. automodule:: oauth_implicit
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Path handling
|
||||||
|
=============
|
||||||
|
|
||||||
.. automodule:: path
|
.. automodule:: path
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Serializer helpers
|
||||||
|
==================
|
||||||
|
|
||||||
.. automodule:: serializer
|
.. automodule:: serializer
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
Update checks
|
||||||
|
=============
|
||||||
|
|
||||||
.. automodule:: updates
|
.. automodule:: updates
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
@ -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
|
||||||
=========
|
=========
|
||||||
|
@ -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
|
||||||
=============================================
|
=============================================
|
||||||
|
Loading…
Reference in New Issue
Block a user