From 6dd8e73fb1d5213063f44f04a3cfbd637266b84c Mon Sep 17 00:00:00 2001 From: Colin-Fredericks Date: Wed, 20 Nov 2024 14:17:40 -0500 Subject: [PATCH 1/2] docs: don't skip header levels Making sure we go from h2 to h3 and not h4. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bceb563..e1198c1 100644 --- a/README.rst +++ b/README.rst @@ -17,14 +17,14 @@ Getting Started with Development ******************************** General -------- +======= Please see the Open edX documentation for `guidance on Python development`_ in this repo. .. _guidance on Python development: https://docs.openedx.org/en/latest/developers/how-tos/get-ready-for-python-dev.html Instructions ------------- +============ Fork and clone the repository, then open a terminal and cd into the repo folder. From ad70e6d6de773f7c90f7cbe70d06097561b61092 Mon Sep 17 00:00:00 2001 From: Colin-Fredericks Date: Fri, 22 Nov 2024 09:24:12 -0500 Subject: [PATCH 2/2] chore: version bump for docs fix --- calc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc/__init__.py b/calc/__init__.py index d880a97..302f5ca 100644 --- a/calc/__init__.py +++ b/calc/__init__.py @@ -6,4 +6,4 @@ from .calc import * -__version__ = '4.0.0' +__version__ = '4.0.1'