File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2323DOCS_DIR = os .path .dirname (os .path .abspath (__file__ ))
2424PYDV_DIR = os .path .join (os .path .dirname (DOCS_DIR ),'pydv' )
Original file line number Diff line number Diff line change @@ -8903,8 +8903,8 @@ def console_run(self):
89038903 self .cmdloop (f'\n \t Python Data Visualizer { pydv_version } - { pydv_date } \n '
89048904 f'\t Type "help" for more information.\n '
89058905 f'\t Documentation can be found here:\n '
8906- f'\t \t LLNL (more current) : https://lc.llnl.gov/weave/pydv/html/index.html\n '
8907- f'\t \t GitHub: https://pydv.readthedocs.io/en/latest/\n '
8906+ f'\t \t LLNL: https://lc.llnl.gov/weave/pydv/html/index.html\n '
8907+ f'\t \t GitHub: https://pydv.readthedocs.io/en/latest/\n '
89088908 f'\t Running 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 ())
You can’t perform that action at this time.
0 commit comments