latest 14 messages by fannagoganna

+ [2020-05-15T15:18:04Z] fannagoganna @nedbat thought I would update you, the nominal markdown converstion github REST endpoint, https://api.github.com/markdown, can also read in restructuredtext. I tried it out a few minutes ago, and it works.
+ [2020-05-14T23:41:33Z] fannagoganna @nedbat it does, but kind of hack-i-do. Requires a copy-and-paste. Would be nice to have an API through which I can wrap a command line tool.
+ [2020-05-14T23:23:29Z] fannagoganna https://api.github.com/markdown
+ [2020-05-14T23:18:36Z] fannagoganna Does Github provide a REST API where we can test our restructuredtext README.rst so that it doesn't look awful on Github? Github does provide an endpoint to test one's Markdown (such as README.md).
+ [2019-11-10T06:53:38Z] fannagoganna actually, this article is informative (https://stackoverflow.com/questions/4279611/how-to-embed-a-video-into-github-readme-md). Short answer: not really.
+ [2019-11-10T06:45:18Z] fannagoganna at least not the way I thought it would.
+ [2019-11-10T06:33:08Z] fannagoganna perhaps using the YouTube role created by sphinx-contrib/youtube (https://github.com/sphinx-contrib/youtube)?
+ [2019-11-10T06:31:37Z] fannagoganna has anyone seen if you can put YouTube clips in README.rst for Github repos?
+ [2019-11-01T16:46:59Z] fannagoganna Here is the original command: https://www.irccloud.com/pastebin/UwgUh4K7
+ [2019-11-01T16:45:38Z] fannagoganna I am trying to change history, by changing one email address of commit to another. I follow instructions in https://www.git-tower.com/learn/git/faq/change-author-name-email and section "Editing the author of past commits." Specifically, suggested command that starts with "git filter-branch."
+ [2019-11-01T16:44:57Z] fannagoganna Hi, have a general git question posted on #git channel but I thought I would also try here.