beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 425 forks source link

Fixed some broken links in 'docs/how-to' section #829

Closed pranavmodx closed 4 years ago

pranavmodx commented 4 years ago
pranavmodx commented 4 years ago

I tested them from the preview feature of GitHub itself. It seems to be working fine.

What I've observed is that the links before my changes were of the format - /docs/how-to/ and these didn't work

After inserting the extension in the links to get the format - /docs/how-to/ , they worked perfectly fine. When the reference '.rst' is added in the links, they redirect to links of this working format.

Also, only 1 link has the wrong path (Tutorial 0). The other two have the right paths but the extension referencing is not there.

freakboy3742 commented 4 years ago

Github doesn't do a very good job of rendering ReStructured Text, and doesn't render Sphinx directives at all. Github's rendering isn't a useful reference in this case.

To verify the rendering, you need to use Sphinx to build the documentation, like it says in the docs contribution guide.

phildini commented 4 years ago

Hi there! It looks like this PR might be dead, so we're closing it for now. Feel free to re-open it if you'd like to continue, or think about directing your efforts to https://github.com/beeware/briefcase or https://github.com/beeware/toga. Both of these have more active development right now. 😄