Skip to content

Commit

Permalink
Deploying to gh-pages from @ fbc2159 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Mar 9, 2023
1 parent 460a7d7 commit aa287ef
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 20 deletions.
1 change: 1 addition & 0 deletions annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ <h1 class="title">Module <code>eyecite.annotate</code></h1>
This indicates that offsets 0 to 4 need to be shifted by 0,
and offsets 4 and up need to be shifted by 4.
&#34;&#34;&#34;

# helpers for the two kinds of updates we need to apply to offsets:
def shift_offset(offset, delta):
return offset + delta
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ <h2 id="returns">Returns</h2>

# Iterate over each citation and attempt to resolve it to a resource
for citation in citations:

# If the citation is a full citation, try to resolve it
if isinstance(citation, FullCitation):
resolution = resolve_full_citation(citation)
Expand Down
Loading

0 comments on commit aa287ef

Please sign in to comment.