Skip to content

Commit b413f89

Browse files
rheoneahsteele
authored andcommitted
Documentation structure update
* Add build instructions page * Update docs/Building.rst * fixes document width * manually converted md to rst * headings are now more standardized Issues: #21 #25 Co-Authored-By: Andrew Steele <ahsteele@users.noreply.github.com> * Update docs/Stringification.rst Co-Authored-By: Andrew Steele <ahsteele@users.noreply.github.com> * Update docs/Unsigned-Arithmetic-Operations.rst Co-Authored-By: Andrew Steele <ahsteele@users.noreply.github.com> * Using same value for big and little endian description apparently I did a bad, fixed the Decimal to Hex conversion of 8675309 Added latex notation to doc
1 parent 87fef66 commit b413f89

28 files changed

+1800
-1403
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"restructuredtext.confPath": "${workspaceFolder}\\docs"
3+
}

docs/Acknowledgements.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/Acknowledgements.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Acknowledgements
3+
################
4+
5+
Citations
6+
*********
7+
8+
Wikipedia on Endianness
9+
=======================
10+
11+
Wikipedia contributors. (2019, October 10). Endianness. In Wikipedia, The Free Encyclopedia. Retrieved 18:31, October 13, 2019, from `https://en.wikipedia.org/w/index.php?title=Endianness&oldid=920566520 <https://en.wikipedia.org/w/index.php?title=Endianness&oldid=920566520>`_.
12+
13+
"Simply Explained" comic
14+
========================
15+
16+
`"Simply Explained" comic <http://geek-and-poke.com/geekandpoke/2011/9/7/simply-explained.html>`_
17+
18+
Widder, O. (2011, September 7). Simply Explained. Retrieved October 13, 2019, from `<http://geek-and-poke.com/geekandpoke/2011/9/7/simply-explained.html <http://geek-and-poke.com/geekandpoke/2011/9/7/simply-explained.html>`_.
19+
20+
Gulliver logo
21+
=============
22+
23+
`Title page of first edition of Gulliver's Travels by Jonathan Swift. <https://commons.wikimedia.org/wiki/File:Gullivers_travels.jpg>`_
24+
25+
This work is in the public domain in its country of origin and other countries and areas where the copyright term is the author's life plus 70 years or fewer.
26+
27+
U.S. work public domain in the U.S. for unspecified reason but presumably because it was published in the U.S. before 1924.
28+
This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.

0 commit comments

Comments
 (0)