646e62 / citation-generator

This app generates and formats legal citations
GNU General Public License v3.0
1 stars 0 forks source link

ability to run it like: #17

Closed bbelderbos closed 1 year ago

bbelderbos commented 1 year ago

$ python mcgill_jurisprudence_rules.py https://www.canlii.org/en/mb/mbca/doc/2022/2022mbca91/2022mbca91.html Enter the pinpoint: 1 Bazan v Bazan et al, 2022 MBCA 91 at para 1.

also pinned the requirements and committed an env example file

646e62 commented 1 year ago

Thanks! Looks great.

bbelderbos commented 1 year ago

Sure thing, btw forgot to:

646e62 commented 1 year ago

I usually work in a terminal using IPython, but will sometimes switch over to Jupyter if I need to view a problem conceptually or map out how functions might work together

bbelderbos commented 1 year ago

I am underusing notebooks, they are so great for exploring, good reminder, I will go back to them asap. I do use them in code clinic from time to time, they are also great for teaching.