We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://rabbitvcs.org/ "Browse Source" and "View Issues" links to code.google instead of github.
If the page were just a page in rabbitvcs/rabbitvcs/docs I could just send a pull request there.
https://help.github.com/en/github/working-with-github-pages git push to <gh-pages||/docs> -> GitHub Pages (Jekyll or /.nojekyll)
/.nojekyll
Sphinx
Pandoc
pandoc --from=html --to=markdown
pandoc --from=html --to=gfm ./page.html
pandoc --from=html --to=rst https://en.wikipedia.org/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://rabbitvcs.org/ "Browse Source" and "View Issues" links to code.google instead of github.
If the page were just a page in rabbitvcs/rabbitvcs/docs I could just send a pull request there.
https://help.github.com/en/github/working-with-github-pages
git push to <gh-pages||/docs> -> GitHub Pages (Jekyll or
/.nojekyll
)Sphinx
git push to -> github actions -> pull request reviews & gh-pages
https://rabbitvcs.readthedocs.io/en/latest/
git push to -> webhook -> readthedocs -> https://rabbitvcs.readthedocs.io/en/latest/
Pandoc
pandoc --from=html --to=markdown
pandoc --from=html --to=gfm ./page.html
pandoc --from=html --to=rst https://en.wikipedia.org/
The text was updated successfully, but these errors were encountered: