-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#DocUpdate: Figure out a way to incorporate (updated Ref #37) README.md directly into RTD docs #38
Comments
This can be achieved as follows:
|
There is a caveat. If we use markdown then we cannot have variable based content for automating things such as reading up version number from bitbucket tag and populating it in doc content at RTD during doc build time. That feature is supported in .rst (restructured text) format content only. Need to make a call if we really want to keep User Guide for Pipeline reference in md form. Here is what I would recommend:
|
Today I spent some time reading up on this issue to see if there is any way K\I could address point 4 outlined below. Previously, I prepared a special branch of GenPipes called The best way I could come up with is inspired by this post. Essentially, it involves cloning the RTD repo locally, and using the git feature that allows for two remote repositories. The person doing the development would be able to do a commit twice so that the same commit updates both repositories... This is a compromise. It is definitely not automated, and it does not allow changes that are made directly to a repository (in GitHub, for example) to be reflected in Bitbucket right away, without doing a pull, merge, and commit on a local copy. However, it is the only solution I could find since GitHub and Bitbucket don't have a way of updating one another directly. I don't know if anyone has a better idea or if we should try something else like what Shaloo suggest of just adding a link to RTD in the README pages in GenPipes. We can discuss further on Friday.
|
Based on feedback received via Rola
The text was updated successfully, but these errors were encountered: