-
|
Hi there, I have a question regarding the formatting of rst code in the contributing guide in the beets repo. The problem : I'm trying to find some rookie stuff to do in order to get familiar with the codebase, but the first thing that struck me while reading the docs was that the :doc: links don't point to the destination they're supposed to. Instead they seem to point to themselves, clicking them makes me stay on the same page but modifies the URL slightly by adding some stuff after a #. Like if it was just pointing to a section in the page I'm already reading. Example for clarity : clicking :doc:`Code of Conduct <code_of_conduct>` should direct me towards https://github.com/beetbox/beets/blob/master/CODE_OF_CONDUCT.rst The solutions I tried all failed, and from what I know the formatting seems correct to me !... So instead of opening an issue and having someone fix that for me, I was thinking maybe someone here could explain me how to fix this, so I get a better understanding of this issue. Thanks in advance and I hope that's not breaking any guidelines ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Adding a screenshot just so that the issue is clearer because my depiction of it, I realise, is not that clear. Bad formatting in the rendered version : |
Beta Was this translation helpful? Give feedback.
-
|
The contribution guide is primarily designed to be parsed by sphinx and viewed on our documentation website. However, it could be useful to also maintain a plain Markdown version. Might allow us to keep the guide more concise while moving some of the more detailed information into the developer documentation. I would be happy to review any changes you might come up with to make this more approachable for starters ;) |
Beta Was this translation helpful? Give feedback.
-
|
Ohhh so that's why ! Sorry that was kind of a 'missed the point' question then ! I had just not come across the interpreted version on the docs website, I tend to read stuff on Github. Unfortunately I know absolutely nothing about markup languages or web coding in general, the only thing I've even remotely studied is Python... Where would I be headed if I needed to learn a bit about maintaining a markdown version of the guide ? Oh and thank you for your reply :) |
Beta Was this translation helpful? Give feedback.

The contribution guide is primarily designed to be parsed by sphinx and viewed on our documentation website. However, it could be useful to also maintain a plain Markdown version. Might allow us to keep the guide more concise while moving some of the more detailed information into the developer documentation.
I would be happy to review any changes you might come up with to make this more approachable for starters ;)