Documentation: Minor rename fixes.

This commit is contained in:
Mike Auty
2021-01-20 21:46:20 +00:00
parent d14ba9e96e
commit 79e2a1494b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ __pycache__
# Sphinx generated files
doc/build
doc/source/volatility.*
doc/source/volatility3.*
# Pycharm/PyDev development files
workspace.xml
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 <volatility.plugins>`
:doc:`List of plugins <volatility3.plugins>`
Here are some guidelines for using Volatility 3 effectively:
@@ -22,7 +22,7 @@ Python Packages
===============
.. toctree::
volatility
volatility3
Indices and tables
==================