Skip to content

Commit

Permalink
Merge pull request #3315 from qlyoung/doc-dev-fixes
Browse files Browse the repository at this point in the history
Doc dev fixes
  • Loading branch information
louberger authored Nov 13, 2018
2 parents d680337 + a904708 commit 01735fd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions doc/developer/building-frr-for-centos6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,21 +244,21 @@ Load the modifed sysctl's on the system:
Add init.d startup files
^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block::
.. code-block:: shell
sudo install -p -m 755 redhat/frr.init /etc/init.d/frr
sudo chkconfig --add frr
Enable FRR daemon at startup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block::
.. code-block:: shell
sudo chkconfig frr on
Start FRR manually (or reboot)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block::
.. code-block:: shell
sudo /etc/init.d/frr start
2 changes: 1 addition & 1 deletion doc/developer/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = ['_build', 'building-libyang.rst']

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
4 changes: 2 additions & 2 deletions doc/developer/maintainer-release-build.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release Build Procedure for FRR maintainers
=========================================================
Release Build Procedure for FRR Maintainers
===========================================

1. Rename branch (if needed)

Expand Down
4 changes: 2 additions & 2 deletions doc/developer/packaging-debian.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Debian
======
Packaging Debian
================

(Tested on Ubuntu 12.04, 14.04, 16.04, 17.10, 18.04, Debian 8 and 9)

Expand Down
1 change: 1 addition & 0 deletions doc/developer/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Packaging
.. toctree::
:maxdepth: 2

maintainer-release-build
packaging-debian

0 comments on commit 01735fd

Please sign in to comment.