Documentation for Cyberduck and Mountain Duck.
32
stars
1,510
commits
Python
primary language
Sep 6, 2026
updated
Libre file transfer client for macOS and Windows. Command line interface (CLI) for Linux, macOS and Windows.
pip install sphinxpip install -r requirements.txtBuild the documentation by running
make html
Output can be found in _build/html.
Contributions to this documentation are welcome. Please open a pull request.
Add an empty line...
Indent codeblocks and admonitions within numbered lists, as the numbers aren't rendered correctly otherwise.
A longer footnote definition.3
Group tabs allow selecting a tab for the whole page. As an example: If a page contains three group tabs with macOS and Windows as options, and you select macOS for one section, then all the sections on the page will switch to macOS.
::::{tabs}
:::{group-tab} macOS
text
:::
:::{group-tab} Windows
text
:::
::::
Regular tabs are limited to the section and doesn't affect any other tabs on the page.
::::{tabs}
:::{tab} Text 1
text
:::
:::{tab} Text 2
text
:::
```
This is a codeblock
```
this is in line code
> this is a single line Quote
Add those inline into the text where needed.
[Formatting Cheat Sheet](Formatting_Cheat-Sheet)
{download}`Title<Download_Link>`
Admonitions are boxes with a colored background that highlight information. Available admonition types are: note, warning, tip, caution, attention, danger, error, hint, important, and seealso
:::{<type>}
text
:::
Admonitions can also be used with custom titles by using the format below.
:::{admonition} Custom Title
:class: tip
text
:::
Python
65.3%
CSS
19.7%
Makefile
15.0%
Documentation for Cyberduck and Mountain Duck.
32
stars
1,510
commits
Python
primary language
Sep 6, 2026
updated
Libre file transfer client for macOS and Windows. Command line interface (CLI) for Linux, macOS and Windows.
pip install sphinxpip install -r requirements.txtBuild the documentation by running
make html
Output can be found in _build/html.
Contributions to this documentation are welcome. Please open a pull request.
Add an empty line...
Indent codeblocks and admonitions within numbered lists, as the numbers aren't rendered correctly otherwise.
A longer footnote definition.3
Group tabs allow selecting a tab for the whole page. As an example: If a page contains three group tabs with macOS and Windows as options, and you select macOS for one section, then all the sections on the page will switch to macOS.
::::{tabs}
:::{group-tab} macOS
text
:::
:::{group-tab} Windows
text
:::
::::
Regular tabs are limited to the section and doesn't affect any other tabs on the page.
::::{tabs}
:::{tab} Text 1
text
:::
:::{tab} Text 2
text
:::
```
This is a codeblock
```
this is in line code
> this is a single line Quote
Add those inline into the text where needed.
[Formatting Cheat Sheet](Formatting_Cheat-Sheet)
{download}`Title<Download_Link>`
Admonitions are boxes with a colored background that highlight information. Available admonition types are: note, warning, tip, caution, attention, danger, error, hint, important, and seealso
:::{<type>}
text
:::
Admonitions can also be used with custom titles by using the format below.
:::{admonition} Custom Title
:class: tip
text
:::
Python
65.3%
CSS
19.7%
Makefile
15.0%