From: Tony N. <to...@gi...> - 2015-12-05 12:53:55
|
Greetings Docutils Users, I'm pleased to let you know, Apple's Swift project joins CoreCLR, LLVM, CMake and other projects to use reStructuredText for their documentation. https://github.com/apple/swift/tree/master/docs Take note of how the project uses CMakeLists.txt for creating the sphinx Makefile: https://github.com/apple/swift/blob/master/docs/CMakeLists.txt |
From: Tony N. <to...@gi...> - 2015-12-07 18:23:33
|
Unfortunately, it seems they will be moving to markdown for unspecified reasons. Apparently they already made up their mind internally. https://lists.swift.org/pipermail/swift-dev/2015-December/000047.html https://github.com/apple/swift/pull/246 A bit more detail was added later: "(Why GitHub-Flavored Markdown? Because most likely the most common way to view them will be on GitHub. If we can also get Kramdown compatibility that's great, because that's what our website uses, but that's just a bonus.)" Source: https://github.com/apple/swift/pull/246#issuecomment-162233091 It's hard to beat the feature set of sphinx, but there are some nice systems out there popping up we can learn from. On Sat, Dec 5, 2015 at 12:24 PM, Tony Narlock <to...@gi...> wrote: > Greetings Docutils Users, > > I'm pleased to let you know, Apple's Swift project joins CoreCLR, LLVM, > CMake and other projects to use reStructuredText for their documentation. > > https://github.com/apple/swift/tree/master/docs > > Take note of how the project uses CMakeLists.txt for creating the sphinx > Makefile: https://github.com/apple/swift/blob/master/docs/CMakeLists.txt > |
From: Philipp A. <fly...@we...> - 2015-12-17 18:44:24
|
that’s idiotic. they remove all the semantic information and convert their perfectly fine directives into inconistent …stuff. > **note** > > ... or > Note: ... from being a “note”, this now became (maybe bold) text inside a blockquote. who’s being quoted here? Why throw away information that can be used for clarity? goddammit. that sounds like some kind of clueless corporate decision: “Github is hip these days so let’s host our docs on Github, no matter the consequences” Tony Narlock <to...@gi...> schrieb am Mo., 7. Dez. 2015 um 19:24 Uhr: > Unfortunately, it seems they will be moving to markdown for unspecified > reasons. Apparently they already made up their mind internally. > > https://lists.swift.org/pipermail/swift-dev/2015-December/000047.html > https://github.com/apple/swift/pull/246 > > A bit more detail was added later: > > "(Why GitHub-Flavored Markdown? Because most likely the most common way to > view them will be on GitHub. If we can also get Kramdown compatibility > that's great, because that's what our website uses, but that's just a > bonus.)" > > Source: https://github.com/apple/swift/pull/246#issuecomment-162233091 > > It's hard to beat the feature set of sphinx, but there are some nice > systems out there popping up we can learn from. > > On Sat, Dec 5, 2015 at 12:24 PM, Tony Narlock <to...@gi...> wrote: > >> Greetings Docutils Users, >> >> I'm pleased to let you know, Apple's Swift project joins CoreCLR, LLVM, >> CMake and other projects to use reStructuredText for their documentation. >> >> https://github.com/apple/swift/tree/master/docs >> >> Take note of how the project uses CMakeLists.txt for creating the sphinx >> Makefile: https://github.com/apple/swift/blob/master/docs/CMakeLists.txt >> > > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > _______________________________________________ > Docutils-users mailing list > Doc...@li... > https://lists.sourceforge.net/lists/listinfo/docutils-users > > Please use "Reply All" to reply to the list. > |
From: Zooko Wilcox-O. <zo...@le...> - 2015-12-17 20:11:39
|
> goddammit. that sounds like some kind of clueless corporate decision: > “Github is hip these days so let’s host our docs on Github, no matter the > consequences” Github renders restructuredText docs for you. For example: https://github.com/LeastAuthority/tahoe-lafs/blob/master/docs/quickstart.rst |