File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
# The name of the Pygments (syntax highlighting) style to use.
23
23
pygments_style = 'sphinx'
24
24
25
- extlinks = {'svndir ' : ('https://code.ros.org/svn/ ros-pkg/stacks/ visualization_tutorials/branches/visualization_tutorials-0.6 /librviz_tutorial/%s' , '' )}
25
+ extlinks = {'codedir ' : ('https://github.com/ ros-visualization/ visualization_tutorials/blob/hydro-devel /librviz_tutorial/%s' , '' )}
Original file line number Diff line number Diff line change @@ -27,35 +27,35 @@ The Code
27
27
--------
28
28
29
29
The code for myviz is in these files:
30
- :svndir : `src/main.cpp `,
31
- :svndir : `src/myviz.h `, and
32
- :svndir : `src/myviz.cpp `.
30
+ :codedir : `src/main.cpp `,
31
+ :codedir : `src/myviz.h `, and
32
+ :codedir : `src/myviz.cpp `.
33
33
34
34
main.cpp
35
35
^^^^^^^^
36
36
37
- The full text of main.cpp is here: :svndir : `src/main.cpp `
37
+ The full text of main.cpp is here: :codedir : `src/main.cpp `
38
38
39
39
.. tutorial-formatter :: ../main.cpp
40
40
41
41
myviz.h
42
42
^^^^^^^
43
43
44
- The full text of myviz.h is here: :svndir : `src/myviz.h `
44
+ The full text of myviz.h is here: :codedir : `src/myviz.h `
45
45
46
46
.. tutorial-formatter :: ../myviz.h
47
47
48
48
myviz.cpp
49
49
^^^^^^^^^
50
50
51
- The full text of myviz.cpp is here: :svndir : `src/myviz.cpp `
51
+ The full text of myviz.cpp is here: :codedir : `src/myviz.cpp `
52
52
53
53
.. tutorial-formatter :: ../myviz.cpp
54
54
55
55
Building
56
56
--------
57
57
58
- The full text of CMakeLists.txt is here: :svndir : `CMakeLists.txt `
58
+ The full text of CMakeLists.txt is here: :codedir : `CMakeLists.txt `
59
59
60
60
.. tutorial-formatter :: ../../CMakeLists.txt
61
61
You can’t perform that action at this time.
0 commit comments