pymc-devs / pymc-data-umbrella

Website: Data Umbrella & PyMC open source sessions
https://pymc-data-umbrella.xyz/en/latest/
MIT License
27 stars 38 forks source link

Add links to open issues #231

Closed alex-rand closed 7 months ago

alex-rand commented 7 months ago

This just makes a small change to a single markdown file environment_setup.md, as requested in issue 6561 in the pymc repo.

:books: Documentation preview en :books:: https://pymc-data-umbrella--231.org.readthedocs.build/en/231/

:books: Documentation preview es :books:: https://pymc-data-umbrella-es--231.org.readthedocs.build/es/231/

:books: Documentation preview pt :books:: https://pymc-data-umbrella-pt--231.org.readthedocs.build/pt/231/

alex-rand commented 7 months ago

I see, pre-commit is trying to do a lot of extra reformatting after I submit the PR for the single file. I'll disable that and resubmit.

reshamas commented 7 months ago

@alex-rand We don't typically run pre-commit on this repo because it is a static website for our open source events. It is less so a code repo.

Do you want to begin from a fresh clone?

alex-rand commented 7 months ago

Yes good idea! Thanks Reshama.