From 706a5b172124d52c78dbeff8d5dc15d285397ef8 Mon Sep 17 00:00:00 2001 From: Bruno Rousseau Date: Tue, 22 Oct 2024 11:17:20 -0400 Subject: [PATCH] fixed docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f46158c0..c0a5b517 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ # -- Project information ----------------------------------------------------- -project = 'crystal_diffusion' +project = 'diffusion_for_multi_scale_molecular_dynamics' copyright = '2023, amlrt_team' author = 'amlrt_team' @@ -39,7 +39,7 @@ # autoapi extension for doc strings extensions.append('autoapi.extension') autoapi_type = 'python' -autoapi_dirs = ['../crystal_diffusion/'] +autoapi_dirs = ['../src/'] # Skip docstrings for loggers and tests