Skip to content

Commit

Permalink
Minor contrib update and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Dec 24, 2024
1 parent af9e203 commit fcdb66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ code formatting.

You can enable the pre-commit formatting hook with `pre-commit install`


## Development

### Type Checking
Expand All @@ -37,11 +36,5 @@ in a browser. This will provide detailed line by line test coverage information,
so you can identify what specifically still needs testing.

### Generating Docs
To generate the HTML documentation, run `pdoc --html macq --config latex_math=True`.

During development, you can run a local HTTP server to reference/see live
changes to the documentation: `pdoc --http : macq --config latex_math=True`.

*Note: `--config latex_math=True` is required to properly render the latex found
in many extraction techniques' documentation.*

To generate the HTML documentation, run `pdoc macq --math`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.3.9"
VERSION = "0.3.10"

NAME = "macq"

Expand Down

0 comments on commit fcdb66d

Please sign in to comment.