From d0e142c3db5448ba04be7306771ead41c202dfa8 Mon Sep 17 00:00:00 2001 From: joeldudleyr3 Date: Mon, 5 Dec 2016 15:16:23 +0000 Subject: [PATCH] Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'. --- docs/source/building-the-docs.rst | 2 +- docs/source/data-model.rst | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/source/building-the-docs.rst b/docs/source/building-the-docs.rst index 5d5677ee5d..769f09d465 100644 --- a/docs/source/building-the-docs.rst +++ b/docs/source/building-the-docs.rst @@ -20,7 +20,7 @@ script to find it, as in: .. sourcecode:: shell - r3prototyping/lib/dokka.jar + corda/lib/dokka.jar Note that to install under OS X El Capitan, you will need to tell pip to install under ``/usr/local``, which can be done by specifying the installation target on the command line: diff --git a/docs/source/data-model.rst b/docs/source/data-model.rst index da5319877d..b4fd05b58c 100644 --- a/docs/source/data-model.rst +++ b/docs/source/data-model.rst @@ -2,8 +2,7 @@ Data model ========== This article covers the data model: how *states*, *transactions* and *code contracts* interact with each other and -how they are represented in software. It doesn't attempt to give detailed design rationales or information on future -design elements: please refer to the R3 wiki for background information. +how they are represented in software. Overview -------- @@ -72,9 +71,7 @@ a special type of transaction is provided that moves a state (or set of states) a mismatch. This is a future planned feature. As the same terminology often crops up in different distributed ledger designs, let's compare this to other -systems you may be familiar with. You can find more detailed design rationales for why the platform -differs from existing systems in `the R3 wiki `_, -but to summarise, the driving factors are: +systems you may be familiar with. The key differences are: * Improved contract flexibility vs Bitcoin * Improved scalability vs Ethereum, as well as ability to keep parts of the transaction graph private (yet still uniquely addressable)