From a2675f91e2724a3018ec3a7ab2fb525e292a9430 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 10 Apr 2022 20:04:54 +0200 Subject: Use sphinxcontrib-bibtex to manage the bibliography --- source/bibliography/drafting.bib | 8 ++++++++ source/bibliography/index.rst | 16 ++++++++++++++++ source/bibliography/misc.bib | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 source/bibliography/drafting.bib create mode 100644 source/bibliography/index.rst create mode 100644 source/bibliography/misc.bib (limited to 'source/bibliography') 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 = "" +} -- cgit v1.2.3