diff --git a/README.md b/README.md index 84f0669ab52da7fd1c56d1326943bc3dd30d8d88..e6fd016c5668cba0110d5dcb520337c93c83859d 100644 --- a/README.md +++ b/README.md @@ -373,4 +373,10 @@ def primes_sieve(limit): # return??????? # Example use: print(primes_sieve(42)) raise NotImplementedError('Complete the above program') +``` + + +## Citing +```bibtex + ``` \ No newline at end of file diff --git a/docs/build_docs.py b/docs/build_docs.py index cbcab7ed772eb15b0c26860fc9966cd34ce4d64c..4cf116ba9131a1d9350bdad65acad754b24718cc 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -31,11 +31,11 @@ def my_nup(path): if __name__ == "__main__": from jinjafy.bibliography_maker import make_bibliography - make_bibliography("../setup.py", "./") + bib = make_bibliography("../setup.py", "./") from snipper.fix_s import save_s from snipper.snipper_main import censor_file - data = {} + data = {'bitex': bib} EX_BASE = "../examples" np = EX_BASE + "/latex" @@ -82,7 +82,3 @@ if __name__ == "__main__": with open("../README.md", 'w') as f: f.write(s) - - - - pass \ No newline at end of file diff --git a/docs/latex_nup.pdf b/docs/latex_nup.pdf index c31c3cf2f596684bac478dfdfd25b62b6c16401b..df53d6b0ab98ee2b054b526e5de5343c33b8f9fd 100644 Binary files a/docs/latex_nup.pdf and b/docs/latex_nup.pdf differ