diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-04-10 20:04:54 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-04-10 20:04:54 +0200 |
commit | a2675f91e2724a3018ec3a7ab2fb525e292a9430 (patch) | |
tree | ff59b57d0a4853a1da8bee35efddd1166b749838 /source/bibliography | |
parent | ac340afa81b973c2aa583079570079ff86a6ca53 (diff) |
Use sphinxcontrib-bibtex to manage the bibliography
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 = "" +} |