From fcdb66dbb6d42642886357777d5592c2c250bb9f Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Tue, 24 Dec 2024 00:43:28 -0500 Subject: [PATCH] Minor contrib update and version bump. --- CONTRIBUTING.md | 9 +-------- setup.py | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b13c3d30..4af380da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,6 @@ code formatting. You can enable the pre-commit formatting hook with `pre-commit install` - ## Development ### Type Checking @@ -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`. diff --git a/setup.py b/setup.py index d5181d47..92d5cbaf 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.3.9" +VERSION = "0.3.10" NAME = "macq"