mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
- Fix cross-reference issues - Properly comment out unused sections (coinjoin, payment processing) - Link correction - Subheading corrections
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
{% autocrossref %}
|
|
|
|
The Developer Guide aims to provide the information you need to understand
|
|
Dash and start building Dash-based applications, but it is [not a
|
|
specification][]. To make the best use of
|
|
this documentation, you may want to install the current version of Dash
|
|
Core, either from [source][core git] or from a [pre-compiled executable][core executable].
|
|
|
|
Questions about Dash development are best asked in one of the
|
|
[Dash development communities][dev communities].
|
|
Errors or suggestions related to
|
|
documentation on [dash-docs.github.io](https://dash-docs.github.io) can be
|
|
[submitted as an issue][docs issue].
|
|
|
|
In the following documentation, some strings have been shortened or wrapped: "[...]"
|
|
indicates extra data was removed, and lines ending in a single backslash "\\"
|
|
are continued below. If you hover your mouse over a paragraph, cross-reference
|
|
links will be shown in blue. If you hover over a cross-reference link, a brief
|
|
definition of the term will be displayed in a tooltip.
|
|
|
|
{% endautocrossref %}
|