mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Documentation: Minor rename fixes.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ __pycache__
|
||||
|
||||
# Sphinx generated files
|
||||
doc/build
|
||||
doc/source/volatility.*
|
||||
doc/source/volatility3.*
|
||||
|
||||
# Pycharm/PyDev development files
|
||||
workspace.xml
|
||||
|
||||
+1
-1
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
==================
|
||||
|
||||
Reference in New Issue
Block a user