You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if there is a simple way of reversing the order of an OrderedDict, I think it would be much convenient if a keyword argument is provided for "reversing the order".
Related to #36.
What should I do to reverse the order of the
OrderedDict
of bib entries?For example,
But I wanna get the reverse-ordered result.
Even if there is a simple way of reversing the order of an
OrderedDict
, I think it would be much convenient if a keyword argument is provided for "reversing the order".Current sorting rules look like:
so maybe we need something like
The text was updated successfully, but these errors were encountered: