Relative Link to Repo’s Root from Markdown file

After some research I’ve found this solution: [the real relative root of any fork](/../../) It always points to the default branch. For me it’s Ok, so it’s up to you PS With such a trick you can also access the following abilities: [test](/../../tree/test) – link to another branch [doc/readme.md](/../../edit/master/doc/readme.md) – open in editor [doc/readme.md](/../../delete/master/doc/readme.md) – … Read more

How do I add images to a PyPI readme (that works on GitHub)?

PyPI will not read your package distributions for the image. You have to use the image’s external link, for example: .. image:: https://raw.githubusercontent.com/greyli/flask-share/master/images/demo.png If you are using Markdown description, use this: ![](https://raw.githubusercontent.com/greyli/flask-share/master/images/demo.png) Be sure to replace the URL in the above examples with your image URL, here I use the image hosted by GitHub, the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)