AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
36 stars 5 forks source link

doc: fixes funding logo position and size #528

Closed musslick closed 1 year ago

musslick commented 1 year ago

Description

This PR fixes funding logo position and size for the README and the index.md of the documentation.

If the issue is on Github, simply link to it using the '#' symbol; otherwise, provide a notion page link):

Type of change

hollandjg commented 1 year ago

I'm not sure this will work for the README and PyPI. You could try making a preview release based on this branch to see whether the images are shown correctly on PyPI.

The alternative is to include the full path to the image (the full https://...) rather than the relative path which is treated differently on GitHub vs on PyPI.

musslick commented 1 year ago

I'm not sure this will work for the README and PyPI. You could try making a preview release based on this branch to see whether the images are shown correctly on PyPI.

The alternative is to include the full path to the image (the full https://...) rather than the relative path which is treated differently on GitHub vs on PyPI.

Interestingly, the HTML specification <img ... width="100"> did not work in the documentation. However, I circumvented the issue by reducing the size of the images.