Skip to content

Commit cea4b59

Browse files
committed
Merge branch 'develop' into 'main'
Develop See merge request weave/pydv!180
2 parents 27b9c52 + ea7faa7 commit cea4b59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# If extensions (or modules to document with autodoc) are in another directory,
1919
# add these directories to sys.path here. If the directory is relative to the
2020
# documentation root, use os.path.abspath to make it absolute, like shown here.
21-
sys.path.insert(0, os.path.abspath('../pydv'))
21+
sys.path.insert(0, os.path.abspath('..'))
2222

2323
DOCS_DIR = os.path.dirname(os.path.abspath(__file__))
2424
PYDV_DIR = os.path.join(os.path.dirname(DOCS_DIR),'pydv')

pydv/pdv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8903,8 +8903,8 @@ def console_run(self):
89038903
self.cmdloop(f'\n\tPython Data Visualizer {pydv_version} - {pydv_date}\n'
89048904
f'\tType "help" for more information.\n'
89058905
f'\tDocumentation can be found here:\n'
8906-
f'\t\tLLNL (more current): https://lc.llnl.gov/weave/pydv/html/index.html\n'
8907-
f'\t\tGitHub: https://pydv.readthedocs.io/en/latest/\n'
8906+
f'\t\tLLNL: https://lc.llnl.gov/weave/pydv/html/index.html\n'
8907+
f'\t\tGitHub: https://pydv.readthedocs.io/en/latest/\n'
89088908
f'\tRunning from {os.path.abspath(__file__)}\n\n')
89098909
print('\n Starting Python Console...\n Ctrl-D to return to PyDV\n')
89108910
console = code.InteractiveConsole(locals())

0 commit comments

Comments
 (0)