This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Change docs to rst for Github formatting #1
Open
ghickman
wants to merge
39
commits into
brosner:master
Choose a base branch
from
incuna:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d what...even if it is 0, added a timestamp
…a zero value can be created.
3.4 will have to wait due to a bug in virtualenv that should be fixed in a release higher than 1.11.4.
This will have to change for python 3.x. Also pushes coverage above 90% for this file :)
All strings now unicode (luckily no bytestrings used)
Spurious commas?
This works for other people... *crosses fingers*
Time for more tea
Modernize django-voting
simplejson is removed in django 1.7
Update url to new repository location (pjdelport/django-voting)
Switch from using Django's simplejson to the json module
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've changed the overview documentation to a .rst file so Github will format it since it's all been written in restructured text. Seems a waste not to take advantage of the formatting otherwise.
This was purely for eye candy on Github, I'm not sure if this would affect hosting the code elsewhere?