Skip to content

Commit

Permalink
Merge pull request #1 from flyteorg/rst
Browse files Browse the repository at this point in the history
reStructuredText format output
  • Loading branch information
pmahindrakar-oss authored May 26, 2021
2 parents ae63e7a + b854533 commit 88753f1
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ docker_test: build tmp/googleapis docker
@$(DOCKER_CMD) --doc_opt=html,example.html:Ignore*
@$(DOCKER_CMD) --doc_opt=json,example.json:Ignore*
@$(DOCKER_CMD) --doc_opt=markdown,example.md:Ignore*
@$(DOCKER_CMD) --doc_opt=restructuredtext,example.rst:Ignore*
@$(DOCKER_CMD) --doc_opt=/templates/asciidoc.tmpl,example.txt:Ignore*

examples: build tmp/googleapis examples/proto/*.proto examples/templates/*.tmpl
Expand All @@ -67,6 +68,7 @@ examples: build tmp/googleapis examples/proto/*.proto examples/templates/*.tmpl
@$(EXAMPLE_CMD) --doc_opt=html,example.html:Ignore* examples/proto/*.proto
@$(EXAMPLE_CMD) --doc_opt=json,example.json:Ignore* examples/proto/*.proto
@$(EXAMPLE_CMD) --doc_opt=markdown,example.md:Ignore* examples/proto/*.proto
@$(EXAMPLE_CMD) --doc_opt=restructuredtext,example.srt:Ignore* examples/proto/*.proto
@$(EXAMPLE_CMD) --doc_opt=examples/templates/asciidoc.tmpl,example.txt:Ignore* examples/proto/*.proto

release:
Expand Down
Loading

0 comments on commit 88753f1

Please sign in to comment.