Skip to content

Commit ec110ac

Browse files
centering, making consistent images, vectoring diagram, hidden trees, and streamlining (#1544)
1 parent ec64966 commit ec110ac

File tree

15 files changed

+164
-653
lines changed

15 files changed

+164
-653
lines changed
-180 KB
Binary file not shown.

sphinx_doc/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* make the page width fill the window */
44
.wy-nav-content {
5-
max-width: 1400px !important;
5+
max-width: 1080px;
66
}
77

88
/* (temporarily) add an under development tagline to the bread crumb

sphinx_doc/about/ros1_comparison.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All these changes make it possible to replace any of these nodes at launch/run t
2222
See each package README.md for more details.
2323

2424
.. image:: images/move_base_compare_2.png
25+
:align: center
2526
:width: 700px
2627
:alt: Move Base -> Navigation2 Overview
2728

sphinx_doc/build_instructions/build_docs/build_troubleshooting_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build Troubleshooting Guide
66
Common Navigation2 Dependencies Build Failures
77
==============================================
88

9-
* Makse sure that .bashrc file has no ROS environment variables in it. Open new terminals and try to build the packages again.
9+
* Make sure that .bashrc file has no ROS environment variables in it. Open new terminals and try to build the packages again.
1010

1111
* Make sure to run rosdep for the correct ROS 2 distribution.
1212
``rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>``

sphinx_doc/build_instructions/build_docs/use_case_recommendations.rst

Lines changed: 0 additions & 54 deletions
This file was deleted.

sphinx_doc/build_instructions/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ The instructions to build **Navigation 2** and **Navigation 2 Dependencies**.
1919

2020
!!!!
2121

22-
:ref:`use-case-recommendations`
23-
24-
!!!!
25-
2622
:ref:`build-troubleshooting-guide`
2723

2824
.. toctree::
@@ -32,5 +28,4 @@ The instructions to build **Navigation 2** and **Navigation 2 Dependencies**.
3228
build_docs/manual_build/specific_distro_build.rst
3329
build_docs/quick_start.rst
3430
build_docs/manual_build/docker.rst
35-
build_docs/use_case_recommendations
3631
build_docs/build_troubleshooting_guide.rst

sphinx_doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# General information about the project.
5757
project = u'Navigation 2'
58-
copyright = u'2019'
58+
copyright = u'2020'
5959
author = u'Various'
6060

6161
# The version info for the project you're documenting, acts as replacement for

sphinx_doc/contribute/contribute_guidelines.rst

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)