Skip to content

Commit

Permalink
minor docs typo fix and minor version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavransky committed Jul 15, 2020
1 parent 919e869 commit 8cf26ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cornellGrading/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "cornellGrading"
__version__ = '1.0.0'
__version__ = '1.0.1'
from .cornellGrading import cornellGrading
4 changes: 2 additions & 2 deletions documentation/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ Assuming you have instantiated a `cornellGrading` object as `c`, as above, you c
where `fname` is the full path to either the LaTeX source or the PDF compiled from the source (which must be in the same directory as the source), and `title` is the title for the generated page. Other method options include:

* `insertPDF=True` will also include a link to the compiled PDF in the generated page (in this case `fname` must be the compiled PDF)
* `published=True` will automatically publish the page (the page is unpublished by default).
* ``insertPDF=True`` will also include a link to the compiled PDF in the generated page (in this case `fname` must be the compiled PDF)
* ``published=True`` will automatically publish the page (the page is unpublished by default).



0 comments on commit 8cf26ff

Please sign in to comment.