diff options
Diffstat (limited to 'source/bibliography')
-rw-r--r-- | source/bibliography/drafting.bib | 8 | ||||
-rw-r--r-- | source/bibliography/index.rst | 16 | ||||
-rw-r--r-- | source/bibliography/misc.bib | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/source/bibliography/drafting.bib b/source/bibliography/drafting.bib new file mode 100644 index 0000000..ed73732 --- /dev/null +++ b/source/bibliography/drafting.bib @@ -0,0 +1,8 @@ +@Book{1892:cutters + author = {Vincent, W. D. F. (William D. F.)}, + title = {The cutters’ practical guide to the cutting of ladies’ garments}, + publisher = {London, J. Williamson}, + year = {1892}, + url = "https://archive.org/details/cutterspractical00vinc/", + note = "Drafting manual." +} diff --git a/source/bibliography/index.rst b/source/bibliography/index.rst new file mode 100644 index 0000000..cafdc6f --- /dev/null +++ b/source/bibliography/index.rst @@ -0,0 +1,16 @@ +############## + Bibliography +############## + +Drafting Manuals +================ + +.. bibliography:: drafting.bib + :all: + +Miscellaneous +============= + +.. bibliography:: misc.bib + :all: + diff --git a/source/bibliography/misc.bib b/source/bibliography/misc.bib new file mode 100644 index 0000000..1150537 --- /dev/null +++ b/source/bibliography/misc.bib @@ -0,0 +1,8 @@ +@Book{1898:household + author = {Bertha Banner}, + title = {Household Sewing with Home Dressmaking}, + publisher = {Longmans, Green, and co.}, + year = {1898}, + url = "https://archive.org/details/householdsewing00banngoog", + note = "" +} |