Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
Rust is a system programming language that will probably supersede C/C++. Their JavaDoc like documentation language called "RustDoc" and is based on Markdown-syntax.
Now the Rust community searches a successor for Markdown and discusses alternatives e.g. reStructuredText and AsciiDoc(tor), ... https://internals.rust-lang.org/t/rustdoc-restructuredtext-vs-markdown/356 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
Thanks for sharing. That thread is a useful collection of criticisms of ReST, which we can consider when thinking about how to make AsciiDoc more approachable and flexible. It tells us what is important to writers. - ReST is very picky and structured, unlike Markdown, and will break things in weird ways if you don't use three spaces in exactly the right place. - Directives can behave strange and still often leave me unsure why my link isn't working. - Title syntax is more annoying than Markdown (and more picky; title underlines only - and they have to be the same exact length as the phrase above them). - Most implementations of ReST I've seen do a very bad job of telling you where and why your ReST is not working. Mostly, they just give you some semi-broken output. For me, the key is consistency. It's important that the syntax for an image is the same as for a video and is the same as for a link. Once you get the pattern in your head, you know it works everywhere. Same for delimited blocks, etc. There are still some inconsistencies in AsciiDoc, but they can be addressed. -Dan On Mon, Sep 19, 2016 at 2:04 PM, getreu [via Asciidoctor :: Discussion] <[hidden email]> wrote: Rust is a system programming language that will probably supersede C/C++. Their JavaDoc like documentation language called "RustDoc" and is based on Markdown-syntax. Dan Allen | @mojavelinux | https://twitter.com/mojavelinux |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
163 posts
|
In the discussion, I like this post:
https://internals.rust-lang.org/t/rustdoc-restructuredtext-vs-markdown/356/64 I would replace Point 4 with something like: does the doc-build integrate well with your existing setup, is the team familiar with the technology stack used by the doc-engine. Answers to those questions is why we have chosen asciidoctor. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
I am Rust developer and I'd love to see Asciidoc(tor) in there.
I think it is a good moment for some lobbying. Thank you for your expertise. I will collect your arguments and share them there. (This week-end). |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
26 posts
|
On Wed, Sep 28, 2016 at 11:56:07AM -0700, getreu [via Asciidoctor :: Discussion] wrote:
> > > I am Rust developer and I'd love to see Asciidoc(tor) in there. > > I think it is a good moment for some lobbying. Thank you for your expertise. > I will collect your arguments and share them there. (This week-end). > Then you may find the reason for KiCad docs went to asciidoc also interesting ... https://github.com/KiCad/kicad-doc/tree/master/doc_alternatives it is a bit outdated though... -- Marco Ciampa I know a joke about UDP, but you might not get it. ------------------------ GNU/Linux User #78271 FSFE fellow #364 ------------------------ |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
I posted some arguments for Asciidoc(tor). Please feel free to complete.
https://internals.rust-lang.org/t/rustdoc-restructuredtext-vs-markdown/356 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
Keep in mind it's possible to add support for the Markdown link syntax using an inline macro extension. -Dan On Wed, Sep 28, 2016 at 10:44 PM, getreu [via Asciidoctor :: Discussion] <[hidden email]> wrote: I posted some arguments for Asciidoc(tor). Please feel free to complete. Dan Allen | @mojavelinux | https://twitter.com/mojavelinux |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
I forwarded your comment.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
I started a new thread Rustdoc: Asciidoctor vs Markdown. Please contribute there with your experience!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
@mojavelinux : Steve Klabnik is one of the Rust core team members at Mozilla:
https://internals.rust-lang.org/t/rustdoc-asciidoctor-vs-markdown/4161 [quote="steveklabnik, post:6, topic:4161, full:true"] I'm not totally opposed to some sort of pluggable renderer for rustdoc, but I'm not sure who's gonna be willing to do the work, or how it'd work. [/quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
Is anybody aware of a recent comparison between RestructuredText and Asciidoctor we could post to the above discussion?
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
24 posts
|
If RustDoc is anything like JavaDoc, I'd heavily suggest checking out our Asciidoclet project:
https://github.com/asciidoctor/asciidoclet http://asciidoctor.org/news/2013/06/03/asciidoclet-announcement/ http://asciidoctor.org/news/2014/09/09/asciidoclet-1.5.0-released/ This was a super easy adaptation of Asciidoctor which has full access to the rich ecosystem of plugins. I love the ability to write inline UML and formatted code snippets with the minimal syntax requirements of Asciidoctor. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
37 posts
|
@johncarl81
I forwarded you suggestion. |
Free forum by Nabble | Edit this page |