Skip to content

Commit 79e2a14

Browse files
committed
Documentation: Minor rename fixes.
1 parent d14ba9e commit 79e2a14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __pycache__
44

55
# Sphinx generated files
66
doc/build
7-
doc/source/volatility.*
7+
doc/source/volatility3.*
88

99
# Pycharm/PyDev development files
1010
workspace.xml

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ help:
1515

1616
# Ensure we clean the autodoc files when we clean
1717
clean:
18-
-rm source/volatility.*.rst
18+
-rm source/volatility3.*.rst
1919
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2020

2121
# Catch-all target: route all unknown targets to Sphinx using the new

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def setup(app):
6666
elif filename == 'volatility3.plugins.rst':
6767
with open(os.path.join(dir, filename), "rb") as contents:
6868
lines = contents.readlines()
69-
with open(os.path.join(dir, 'volatility.framework.plugins.rst'), "rb") as contents:
69+
with open(os.path.join(dir, 'volatility3.framework.plugins.rst'), "rb") as contents:
7070
real_lines = contents.readlines()
7171

7272
# Process real_lines

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the documentation for Volatility 3, the most advanced memory forensics
55
framework in the world. Like previous versions of the Volatility framework,
66
Volatility 3 is Open Source.
77

8-
:doc:`List of plugins <volatility.plugins>`
8+
:doc:`List of plugins <volatility3.plugins>`
99

1010
Here are some guidelines for using Volatility 3 effectively:
1111

@@ -22,7 +22,7 @@ Python Packages
2222
===============
2323

2424
.. toctree::
25-
volatility
25+
volatility3
2626

2727
Indices and tables
2828
==================

0 commit comments

Comments
 (0)