py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/pyfixest.html
MIT License
117 stars 27 forks source link

Contributing Documentation does not show full code blocks #518

Closed asteves closed 1 week ago

asteves commented 1 week ago

Context

Quarto code blocks do not show full code, leading to errors if contributors try to follow documentation instead of the source qmd file.

For example, the installing R section in the source file shows

Rscript -e 'install.packages(c("broom", "clubSandwich", "did2s", "fixest", "wildrwolf"), repos="https://cran.rstudio.com"); install.packages('ritest', repos = c('https://grantmcdermott.r-universe.dev', 'https://cloud.r-project.org'))'

but this is rendered on Safari and Firefox browsers at full screen width as:

Screenshot 2024-06-19 at 2 54 55 PM

To Do

s3alfisc commented 1 week ago

First of all, thanks for reporting! =) Though I cannot reproduce this. On my firefox, there is a slider to see the full content of the chunk - it's just tiny and barely possible to see:

image

asteves commented 1 week ago

Yes, you're totally right. Found that as well after reporting.

Has the project looked at the code copy functionality?

If not I could take that on as an add, otherwise this issue can be closed.