mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Docs: add link from docsite to api docs
This commit is contained in:
parent
67602349c6
commit
3db5b234d1
6
docs/source/_templates/layout.html
Normal file
6
docs/source/_templates/layout.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block sidebartitle %}
|
||||
{{ super() }}
|
||||
<br>
|
||||
<a href="api/index.html">API reference</a>
|
||||
{% endblock %}
|
@ -115,6 +115,8 @@ html_theme = "sphinx_rtd_theme"
|
||||
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
|
||||
html_add_permalinks = True
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
@ -159,9 +161,6 @@ html_style = 'css/custom.css'
|
||||
# typographically correct entities.
|
||||
#html_use_smartypants = True
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
#html_sidebars = {}
|
||||
|
||||
# Additional templates that should be rendered to pages, maps page names to
|
||||
# template names.
|
||||
#html_additional_pages = {}
|
||||
|
@ -16,6 +16,8 @@ prove or disprove the following hypothesis:
|
||||
|
||||
*is sufficiently powerful to justify the creation of a new platform implementation.*
|
||||
|
||||
|
||||
|
||||
Read on to learn:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user