Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore XML formatting for tool schema document. #3113

Merged
merged 1 commit into from Nov 1, 2016

Conversation

jmchilton
Copy link
Member

Brokenish with #3086 - at least with the two versions of Sphinx I tried.

@nsoranzo
Copy link
Member

nsoranzo commented Nov 1, 2016

If anyone else is wondering what's the difference between code and code-block in rst files: https://stackoverflow.com/questions/34845889/whats-the-difference-between-the-code-and-code-block-directives-in-rest

$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

html: $(GENERATED_RST) _html

Copy link
Member

Choose a reason for hiding this comment

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

I don't understand the changes to the html target, why is that needed?

Also, you'd need to add _html to the .PHONY targets.

Copy link
Member Author

Choose a reason for hiding this comment

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

I reverted this part - I like that pattern because it allows me to test targets one at a time but maybe there is a better way to debug Makefile stuff?

Copy link
Member

Choose a reason for hiding this comment

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

Debug Makefiles, is there such a thing? 😆

@nsoranzo
Copy link
Member

nsoranzo commented Nov 1, 2016

Thanks @jmchilton!

@nsoranzo nsoranzo merged commit 38dd9ca into galaxyproject:dev Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants