From 94020c9e560fc3ae12f89f9e5547a05df7d5f1ee Mon Sep 17 00:00:00 2001 From: Omghadge Date: Sat, 20 Jan 2024 21:23:51 +0530 Subject: [PATCH] Move 'Implementing a Random Variable' to last position in 'How To' section --- docs/source/contributing/index.md | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index 71e275d5d3..6c47ad97b6 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -91,12 +91,12 @@ pr_tutorial :maxdepth: 1 :caption: How-to guides -implementing_distribution build_docs docker_container running_the_test_suite review_pr_pymc_examples using_gitpod +implementing_distribution ::: :::{toctree} diff --git a/requirements-dev.txt b/requirements-dev.txt index 8aff7d60c9..b21437de01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,4 +30,4 @@ sphinx>=1.5 sphinxext-rediraffe types-cachetools typing-extensions>=3.7.4 -watermark +watermark \ No newline at end of file