Skip to content

Commit

Permalink
Switch the ES Python Client to Asciidoctor (#702)
Browse files Browse the repository at this point in the history
This switches the Elasticsearch Python Client's stub book to
Asciidoctor. `html_diff` claims that the html is the same modulo
whitespace. This book is small because it points folks at the canonical
docs at `readthedocs.org`.
  • Loading branch information
nik9000 authored Mar 12, 2019
1 parent cec5c91 commit 654ab0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ contents:
single: 1
tags: Clients/Python
subject: Clients
asciidoctor: true
sources:
-
repo: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ alias docbldphp='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elastic

alias docbldepl='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/perl/index.asciidoc --single'

alias docbldepy='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/python/index.asciidoc --single 1'
alias docbldepy='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/python/index.asciidoc --single'

alias docblderb='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/ruby/index.asciidoc'

Expand Down

0 comments on commit 654ab0a

Please sign in to comment.