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

Reference update

parent f86b05cc
Branches
No related tags found
No related merge requests found
...@@ -374,3 +374,9 @@ def primes_sieve(limit): ...@@ -374,3 +374,9 @@ def primes_sieve(limit):
# Example use: print(primes_sieve(42)) # Example use: print(primes_sieve(42))
raise NotImplementedError('Complete the above program') raise NotImplementedError('Complete the above program')
``` ```
## Citing
```bibtex
```
\ No newline at end of file
...@@ -31,11 +31,11 @@ def my_nup(path): ...@@ -31,11 +31,11 @@ def my_nup(path):
if __name__ == "__main__": if __name__ == "__main__":
from jinjafy.bibliography_maker import make_bibliography 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.fix_s import save_s
from snipper.snipper_main import censor_file from snipper.snipper_main import censor_file
data = {} data = {'bitex': bib}
EX_BASE = "../examples" EX_BASE = "../examples"
np = EX_BASE + "/latex" np = EX_BASE + "/latex"
...@@ -82,7 +82,3 @@ if __name__ == "__main__": ...@@ -82,7 +82,3 @@ if __name__ == "__main__":
with open("../README.md", 'w') as f: with open("../README.md", 'w') as f:
f.write(s) 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.
Please register or to comment