From 8cf26ffb8dcd2dbc34f9b2e649c8ea91e9da81fc Mon Sep 17 00:00:00 2001 From: Dmitry Savransky Date: Wed, 15 Jul 2020 10:30:04 -0400 Subject: [PATCH] minor docs typo fix and minor version bump for release --- cornellGrading/__init__.py | 2 +- documentation/usage.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cornellGrading/__init__.py b/cornellGrading/__init__.py index ce73f14..c47dde2 100644 --- a/cornellGrading/__init__.py +++ b/cornellGrading/__init__.py @@ -1,3 +1,3 @@ name = "cornellGrading" -__version__ = '1.0.0' +__version__ = '1.0.1' from .cornellGrading import cornellGrading diff --git a/documentation/usage.rst b/documentation/usage.rst index 1080483..1865f0e 100644 --- a/documentation/usage.rst +++ b/documentation/usage.rst @@ -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).