Skip to content
Snippets Groups Projects
Commit d6dec3ed authored by Christopher Haine's avatar Christopher Haine
Browse files

cosmetics

parent fa1e61db
Branches
No related tags found
No related merge requests found
{#
basic/globaltoc.html
~~~~~~~~~~~~~~~~~~~~
Sphinx sidebar template: global table of contents.
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
<h2>Maestro Core</h2>
A data transport and inspection library for scientific workflows
<h2>Contents</h2>
{{ toctree(includehidden=theme_globaltoc_includehidden, collapse=theme_globaltoc_collapse, maxdepth=theme_globaltoc_maxdepth) }}
{% extends "!layout.html" %}
{% block sidebarlogo %}
<a href="../_build/index.html">
<img src="../img/maestro-logo.png" alt="Maestro logo">
</a>
{% endblock %}
{#
basic/searchbox.html
~~~~~~~~~~~~~~~~~~~~
Sphinx sidebar template: quick search box.
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- if pagename != "search" and builder != "singlehtml" %}
<br>
<div id="searchbox" style="display: none" role="search">
<div class="searchformwrapper">
<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" placeholder="Search the docs" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
{%- endif %}
......@@ -72,6 +72,8 @@ html_theme = 'alabaster'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_sidebars = {
'**': ['globaltoc.html', 'searchbox.html'],
}
docs/sphinx/img/maestro-logo.png

139 KiB

......@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Maestro Core's documentation!
========================================
Maestro Core documentation
==========================
Maestro Core is a C library that does multi-threaded cross-application data
transfer and inspection over high-speed interconnect, using lightweight data
......@@ -51,6 +51,7 @@ That's it for the introduction.
.. toctree::
:maxdepth: 2
showroom
started
essentials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment