Skip to content

Switch Python APM Agent docs to Asciidoctor - #723

Merged
nik9000 merged 1 commit into
elastic:masterfrom
nik9000:asciidoctor_apm_agent_python
Mar 18, 2019
Merged

Switch Python APM Agent docs to Asciidoctor#723
nik9000 merged 1 commit into
elastic:masterfrom
nik9000:asciidoctor_apm_agent_python

Conversation

@nik9000

@nik9000 nik9000 commented Mar 15, 2019

Copy link
Copy Markdown
Member

Switches the core of the docs generation pipeline from the
no-longer-maintained AsciiDoc project to the actively-maintained
Asciidoctor project. The HTML that it produces isn't 100% the same but
it looks to only differ in three ways:

  1. Spacing that the browser will ignore anyway.
  2. AsciiDoc was producing <p></p> inside of empty table cells.
    Asciidoctor does not.
  3. In the 1.x docs there are some attribute references that do not
    resolve and they are rendered differently by Asciidoctor. Either way,
    they should probably be fixed in the 1.x branch of the docs.

Switches the core of the docs generation pipeline from the
no-longer-maintained AsciiDoc project to the actively-maintained
Asciidoctor project. The HTML that it produces isn't 100% the same but
it looks to only differ in three ways:
1. Spacing that the browser will ignore anyway.
2. AsciiDoc was producing `<p></p>` inside of empty table cells.
Asciidoctor does not.
3. In the 1.x docs there are some attribute references that do not
resolve and they are rendered differently by Asciidoctor. Either way,
they should probably be fixed in the 1.x branch of the docs.
@nik9000
nik9000 requested a review from bmorelli25 March 15, 2019 16:02
@nik9000

nik9000 commented Mar 15, 2019

Copy link
Copy Markdown
Member Author

@beniwohli beniwohli left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome stuff, LGTM! I made an issue in the agent repo for the bad references in the 1.x branch (elastic/apm-agent-python#423)

@nik9000
nik9000 merged commit 99caf9e into elastic:master Mar 18, 2019
@nik9000

nik9000 commented Mar 18, 2019

Copy link
Copy Markdown
Member Author

Thanks @beniwohli !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants