diff --git a/_less/screen.less b/_less/screen.less
index fadbb442..e834f2a4 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -743,6 +743,9 @@ table td,table th{
.toc ul.reportissue li{
background:url(/img/mini_ico_report.svg) no-repeat 0 3px;
}
+.toc ul.editsource li{
+ background:url(/img/mini_ico_rev.svg) no-repeat 0 3px;
+}
.toc a,
.toc a:link,
.toc a:active,
@@ -818,6 +821,11 @@ table td,table th{
margin:0;
overflow-y:visible;
}
+.toccontent .sourcefile{
+ width:0;
+ height:0;
+ position:absolute;
+}
.anchorAf{
position:relative;
@@ -2174,10 +2182,9 @@ h2 .rssicon{
.toc ul li ul li a.active:before{
content:"";
}
- .toc ul.goback li{
- background:none;
- }
- .toc ul.reportissue li{
+ .toc ul.goback li,
+ .toc ul.reportissue li,
+ .toc ul.editsource li{
background:none;
}
.toccontent{
diff --git a/en/developer-examples.md b/en/developer-examples.md
index c8e040f0..2157a0cc 100644
--- a/en/developer-examples.md
+++ b/en/developer-examples.md
@@ -16,6 +16,7 @@ title: "Developer Examples - Bitcoin"
@@ -24,12 +25,20 @@ title: "Developer Examples - Bitcoin"
{% include example_intro.md %}
+
+
{% include example_testing.md %}
+
+
{% include example_transactions.md %}
+
+
{% include example_payment_processing.md %}
+
+
{% include example_p2p_networking.md %}
{% include references.md %}
diff --git a/en/developer-guide.md b/en/developer-guide.md
index 99f1c591..545f80cc 100644
--- a/en/developer-guide.md
+++ b/en/developer-guide.md
@@ -16,6 +16,7 @@ title: "Developer Guide - Bitcoin"
+
@@ -29,20 +30,36 @@ of the following file. -->
{% include guide_intro.md %}
+
@@ -24,12 +25,20 @@ title: "Developer Reference - Bitcoin"
{% include ref_intro.md %}
+
+
{% include ref_block_chain.md %}
+
+
{% include ref_transactions.md %}
+
+
{% include ref_wallets.md %}
+
+
{% include ref_p2p_networking.md %}
## Bitcoin Core APIs
@@ -39,6 +48,8 @@ title: "Developer Reference - Bitcoin"
-- * https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
-->
+
+
{% include ref_core_rpc_intro.md %}
### Remote Procedure Calls (RPCs)
@@ -52,10 +63,22 @@ create a cross-site scripting (XSS) exploit. To avoid problems, please
treat block chain and memory pool data as an arbitrary input from an
untrusted source.
+
+
{% include ref_core_rpcs-abcdefg.md %}
+
+
+
{% include ref_core_rpcs-hijklmn.md %}
+
+
+
{% include ref_core_rpcs-opqrst.md %}
+
+
+
{% include ref_core_rpcs-uvwxyz.md %}
+
{% include references.md %}
diff --git a/img/mini_ico_rev.png b/img/mini_ico_rev.png
new file mode 100644
index 00000000..2654ec27
Binary files /dev/null and b/img/mini_ico_rev.png differ
diff --git a/img/mini_ico_rev.svg b/img/mini_ico_rev.svg
new file mode 100644
index 00000000..bf0f1f84
--- /dev/null
+++ b/img/mini_ico_rev.svg
@@ -0,0 +1,73 @@
+
+
+
+