trouble accessing the Asciidoctor API page on rubydoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

trouble accessing the Asciidoctor API page on rubydoc

jtkorb
I'm trying to read the Asciidoctor Ruby API Documentation, linked from the Asciidoctor Documentation page.

The link goes to the rubydoc.info site (specifically, to https://www.rubydoc.info/gems/asciidoctor), but then I get a page that hangs, saying "Processing asciidoctor" and an explanation that it "shouldn't take much longer".  But, I've let it run for minutes at a time.  I see a seemingly-related issue on the rubydoc site: https://rubydoc.tenderapp.com/discussions/problems/697-documentation-is-not-generated-for-a-library.

Is this documentation available elsewhere?
Reply | Threaded
Open this post in threaded view
|

Re: trouble accessing the Asciidoctor API page on rubydoc

mojavelinux
Administrator
Occasionally rubydoc.info is down. That appears to be the case right now.

We don't publish the API docs anywhere else because it would require a lot of extra infrastructure work.

You can generate the docs locally using the following commands:

cd asciidoctor
bundle --path=.bundle/gems
bundle exec yard

You can then find the API docs in the folder rdoc.

Best,

-Dan

On Wed, Oct 9, 2019 at 1:31 PM jtkorb [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I'm trying to read the Asciidoctor Ruby API Documentation, linked from the Asciidoctor Documentation page.

The link goes to the rubydoc.info site (specifically, to https://www.rubydoc.info/gems/asciidoctor), but then I get a page that hangs, saying "Processing asciidoctor" and an explanation that it "shouldn't take much longer".  But, I've let it run for minutes at a time.  I see a seemingly-related issue on the rubydoc site: https://rubydoc.tenderapp.com/discussions/problems/697-documentation-is-not-generated-for-a-library.

Is this documentation available elsewhere?


If you reply to this email, your message will be added to the discussion below:
https://discuss.asciidoctor.org/trouble-accessing-the-Asciidoctor-API-page-on-rubydoc-tp7207.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: trouble accessing the Asciidoctor API page on rubydoc

jtkorb
Thanks--that worked great for getting my own copy of the documentation.

Tim
Reply | Threaded
Open this post in threaded view
|

Re: trouble accessing the Asciidoctor API page on rubydoc

mojavelinux
Administrator
Glad to hear it, Tim!

On Thu, Oct 10, 2019 at 6:24 AM jtkorb [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Thanks--that worked great for getting my own copy of the documentation.

Tim


If you reply to this email, your message will be added to the discussion below:
https://discuss.asciidoctor.org/trouble-accessing-the-Asciidoctor-API-page-on-rubydoc-tp7207p7213.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux