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

Release 0.5.1 #31

Merged
merged 9 commits into from Aug 27, 2017
Merged

Release 0.5.1 #31

merged 9 commits into from Aug 27, 2017

Conversation

jambonrose
Copy link
Contributor

We are unable to build a stable set of docs until v1 release. See readthedocs/readthedocs.org#2032 for more info. This PR removes the stable badge and changes the link to the quickstart guide to latest (a working link for documentation!).

The Django documentation does not use the full paths of classes in the
documentation. For instance, Django docs use django.forms.Modelform
instead of django.forms.models.ModelForm (the actual path). When
generating documentation, Sphinx discovers the latter, but raises an
error with nitpick enabled because the intersphinx tool cannot find the
reference in Django. The solution would be to go through and find every
instance Django does this, or else to remove nitpick. We opt for the
latter.
@codecov
Copy link

codecov bot commented Aug 27, 2017

Codecov Report

Merging #31 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           development    #31   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files                7      7           
  Lines              170    170           
  Branches            11     11           
==========================================
  Hits               170    170

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a10bdc2...c1aacd2. Read the comment docs.

@jambonrose jambonrose merged commit 357b7de into development Aug 27, 2017
@jambonrose jambonrose deleted the release_0.5.1 branch August 27, 2017 22:41
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.

None yet

1 participant