From a6da63833dc53c035a465b264d36b2ee34a9096a Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 10 Sep 2024 11:19:47 +0200 Subject: [PATCH 1/2] docs: fix keywordds metadata --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index e3e8b01419..b81f1905ba 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,7 +3,7 @@ .. meta:: - :keywords: pymapdl mapdl simulation finite elements python + :keywords: pymapdl, mapdl, simulation, finite elements, python .. toctree:: From a113d9b12789dd3c629b849dd2125f58c9d2969f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:22:53 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3396.documentation.md --- doc/changelog.d/3396.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3396.documentation.md diff --git a/doc/changelog.d/3396.documentation.md b/doc/changelog.d/3396.documentation.md new file mode 100644 index 0000000000..78d8acbc9d --- /dev/null +++ b/doc/changelog.d/3396.documentation.md @@ -0,0 +1 @@ +docs: fix keywords metadata \ No newline at end of file