django documentaiton updates

This commit is contained in:
Philip Sargent
2021-03-30 01:42:41 +01:00
parent fa81616797
commit ecaaec7927
7 changed files with 41 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ This is where we decide which aspects of the real world <em>we will ignore</em>
<p>We only need <strong>implementation-level</strong> diagrams for tiny, tricky issues. Python is very clear so serves as its own implementation specification. However Django does need some explanation even to a competent python programmer if they have not used it before.
<p>For a fundamental background to system specification the classic work of <a href="http://www.syntropy.co.uk/syntropy/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages) cannot easily be improved upon (start reading at page 10, second paragraph).
<p>For a fundamental background to system specification the classic work of <a href="/expofiles/documents/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages) cannot easily be improved upon (start reading at page 10, second paragraph).
<h3>Class Diagrams</h3>
@@ -103,7 +103,7 @@ You can edit your own version to revise this when it becomes outdated. <br>This
</code></pre>
<h3 id="cookanddaniels">Cook & Daniels - Three Levels</h3>
<p>From <a href="http://www.syntropy.co.uk/syntropy/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages, pp10-11):
<p>From <a href="/expofiles/documents/designing-object-systems.pdf">Cook and Daniels</a> (online PDF, 400 pages, pp10-11):
<div style="text-align: left; font-size: smaller; margin-left: 7%; margin-right:15%">
<p>
"In this book we present three kinds of object-oriented model. The first kind, which