summaryrefslogtreecommitdiff
path: root/doc/manpages
AgeCommit message (Collapse)Author
2018-04-06doc: bit of cleanup for pbr docsQuentin Young
* Indent is 3 spaces * Use CLI cross-references * Wrap to 80 columns * Adjust section capitalization Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-04-06doc: Add documentation for PBRDDonald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2018-04-03doc: warn users about vtysh / telnet securityQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-28manpages: vtysh.rst add description of -u/--user flagsLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2018-03-15doc: Clean up vtysh man pageDonald Sharp
The vtysh man page was referencing eigrp. Looked like a cut-n-paste error? Added some missing cli for the vtysh program, that users might want to see. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2018-03-07doc: change html theme to 'default'Quentin Young
Looks like older versions of Sphinx switched around naming for the default themes. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-07doc: fix make setupQuentin Young
Iron out all of the glitches with recursive Automake, 3rd-party autogenerated Sphinx makefiles, building and installing 3 different document formats under different targets, and handling clean. * Implement all Automake-required targets for 3rd-party Makefiles * Setup subdirectories for 3rd-party Makefiles * Override implicit Automake document targets * Clean up explicit targets for developer docs * Move Sphinx-generated Makefile to an include file * Update targets for debian packaging Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-06doc: prevent `clean` target from building manpagesQuentin Young
Unconditional automake subdirectory flag = 'man' causes manpages to always be built regardless of target, which is undesirable for `clean`. Remove unconditional flag and override automake targets that need to build manpages instead. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-01Merge branch 'master' into docuserQuentin Young
* New manpage: mtracebis.rst * Makefile.am includes mtracebis.rst * configure.ac lines removed * Debian packaging files updated * Fixed up manpage |seealso-programs| in the process * Centos7 build package list updated to include systemd-devel * New paragraph on netns vrf support in zebra manpage Conflicts: configure.ac debianpkg/backports/ubuntu14.04/debian/frr.install debianpkg/frr.install doc/Makefile.am doc/developer/Building_FRR_on_CentOS7.rst doc/zebra.8.in Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-07doc: use python 2.6 format stringsQuentin Young
Centos 6 only has python 2.6 which requires numerical identifiers for format strings Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-07doc: fix makefiles againQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-07doc: fix toctree warning in manpagesQuentin Young
Forgot to add a couple includes to the exclude list. Also move defines.txt to defines.rst since I know how to properly ignore things now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-07doc: replace manpages MakefileQuentin Young
Newer sphinx-build generated makefiles use an as-of-yet undocumented CLI option that is not present in older versions. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-01*: update configure.ac, Makefiles for new manpagesQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-31doc: overhaul manpagesQuentin Young
* Remove groff manpages * Rewrite manpages in RST * Clean up and standardize manpage content Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-30doc: reorganizeQuentin Young
* Move all developer related docs into developer/ * Move all figures into their own directory * Move manpages to own directory Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>