From 79e2a1494bfe189fc74b4c5a244b8a043042de48 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 20 Jan 2021 21:46:20 +0000 Subject: [PATCH] Documentation: Minor rename fixes. --- .gitignore | 2 +- doc/Makefile | 2 +- doc/source/conf.py | 2 +- doc/source/index.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index eba1ee1a5..c6da33754 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ __pycache__ # Sphinx generated files doc/build -doc/source/volatility.* +doc/source/volatility3.* # Pycharm/PyDev development files workspace.xml diff --git a/doc/Makefile b/doc/Makefile index ffbbdf26e..2e1d1408a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -15,7 +15,7 @@ help: # Ensure we clean the autodoc files when we clean clean: - -rm source/volatility.*.rst + -rm source/volatility3.*.rst @$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # Catch-all target: route all unknown targets to Sphinx using the new diff --git a/doc/source/conf.py b/doc/source/conf.py index 6a382be3b..eab5c2c94 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -66,7 +66,7 @@ def setup(app): elif filename == 'volatility3.plugins.rst': with open(os.path.join(dir, filename), "rb") as contents: lines = contents.readlines() - with open(os.path.join(dir, 'volatility.framework.plugins.rst'), "rb") as contents: + with open(os.path.join(dir, 'volatility3.framework.plugins.rst'), "rb") as contents: real_lines = contents.readlines() # Process real_lines diff --git a/doc/source/index.rst b/doc/source/index.rst index c61e6e847..f8cdb690f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ This is the documentation for Volatility 3, the most advanced memory forensics framework in the world. Like previous versions of the Volatility framework, Volatility 3 is Open Source. -:doc:`List of plugins ` +:doc:`List of plugins ` Here are some guidelines for using Volatility 3 effectively: @@ -22,7 +22,7 @@ Python Packages =============== .. toctree:: - volatility + volatility3 Indices and tables ==================