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

Use jinja templates for API documentation #339

Merged
merged 4 commits into from
Oct 23, 2020
Merged

Conversation

aaronayres35
Copy link
Contributor

fixes #304

This PR follows the lead of traits-futures, specifically PR enthought/traits-futures#181

In doings so it adds templates and an envisage.api.rst file to docs/source/spi. To avoid these files being deleted when building docs, the logic for removing any previously autogenerated API documentation has been modified. The code was a bit cleaner before as we could just remove the full directory, and the logic in this PR may not be the best way to go about it.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM with one minor correction.

etstool.py Outdated Show resolved Hide resolved
Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
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.

Consider using jinja templates for API documentation
2 participants