Created based on a comment by @joshmoore while reviewing some PRs on this repository today, in particular the links on #534:
For the ome/governance repository, it was necessary to use the following pattern:
- All files go in a subdirectory and are named README.md (to render nicely on GitHub)
- All links go to
[foo](./directory) to render nicely on jekyll
We are currently on sphinx and so maybe this is moot, but we might consider guidance for authors/editors/commenters/etc. to make all of this as a) easy and b) future-proof as possible.
Created based on a comment by @joshmoore while reviewing some PRs on this repository today, in particular the links on #534:
For the ome/governance repository, it was necessary to use the following pattern:
[foo](./directory)to render nicely on jekyllWe are currently on sphinx and so maybe this is moot, but we might consider guidance for authors/editors/commenters/etc. to make all of this as a) easy and b) future-proof as possible.