Skip to content
Snippets Groups Projects
Commit c12fad93 authored by tuhe's avatar tuhe
Browse files

Reference update

parent f86b05cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment