mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Cross document linked for symbol table
Received help from my friend to resolve issues with it Co-authored-by: Abhinandhan S <abhi.varadan@gmail.com> Signed-off-by: Tejas <47889755+tejas15802@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Linux
|
||||
=====
|
||||
|
||||
How to create symbol tables
|
||||
|
||||
- :ref:`symbol-tables:Mac or Linux symbol tables`.
|
||||
+3
-1
@@ -111,9 +111,11 @@ needs_sphinx = '2.0'
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.napoleon', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
|
||||
'sphinx.ext.coverage', 'sphinx.ext.viewcode'
|
||||
'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosectionlabel'
|
||||
]
|
||||
|
||||
autosectionlabel_prefix_document = True
|
||||
|
||||
try:
|
||||
import sphinx_autodoc_typehints
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ following command:
|
||||
The :envvar:`PYTHONPATH` environment variable is not required if the Volatility library is installed in the system's library path
|
||||
or a virtual environment.
|
||||
|
||||
Mac/Linux symbol tables
|
||||
Mac or Linux symbol tables
|
||||
-----------------------
|
||||
|
||||
For Mac/Linux systems, both use the same mechanism for identification. JSON files live under the symbol directories,
|
||||
|
||||
Reference in New Issue
Block a user