Avogadro / two.avogadro.cc

Documentation and development website for Avogadro2
https://two.avogadro.cc/
BSD 3-Clause "New" or "Revised" License
6 stars 27 forks source link

Screenshots script docs #54

Closed DHRUVJ2003 closed 10 months ago

DHRUVJ2003 commented 10 months ago

I have added some screenshots in the docs for the interfaces of the pop up menus of the scripts. Do tell me if any other changes need to be made. Thank you

ghutchis commented 10 months ago

Can you please add the image assets to the pull request and use relative paths?

DHRUVJ2003 commented 10 months ago

I had tried to do that but only the link to that image was being displayed in the readme file. the image was being displayed like this image

ghutchis commented 10 months ago

You need to make sure that you git add the appropriate image files.

DHRUVJ2003 commented 10 months ago

I have tried it many times but the images aren't been displayed

DHRUVJ2003 commented 10 months ago

Is there any other way to solve this

DHRUVJ2003 commented 10 months ago

Are you able to see the screenshots folder? I am able to see that the images have been pushed but github is not displaying the images

DHRUVJ2003 commented 10 months ago

Hello sir @ghutchis. Can you please confirm whether now the screenshots are visible. I think I was not able to see those images probably due to some net issue I think. but now from my side I am able to see them. If you are also able to view them, Kindly let me know if there are other changes that need to be done or merge the pr if everything is apt thank you!

ghutchis commented 10 months ago

Yes, I can see the images, thanks.

The images should go into _static and then you can refer to them like:

<img src="../../_static/Caffeine.png"

(The path may have different numbers of ../ to get to the right directory.)

DHRUVJ2003 commented 10 months ago

Okay, thanks ....I have made the necessary changes and extremely sorry for unnecessary delay and inconvenience caused due the images not being visible. I think we are now good to go.

ghutchis commented 10 months ago

Great, thanks.