]> git.proxmox.com Git - mirror_frr.git/commit
doc: begin developer's manual
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 8 Dec 2017 16:47:49 +0000 (11:47 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 8 Dec 2017 19:08:44 +0000 (14:08 -0500)
commitd1890d041eae5a4c389321053a1328a277726945
tree64521a7dfcf123fedd73b7e572b5f80476a40fe6
parent17473b9a4589054ce2b3c81e4f2f32e7573d75c3
doc: begin developer's manual

* Move doc/code/ -> doc/developer/
* Move disparate code documentation to doc/developer/
* Convert Markdown docs to reStructuredText
* Organize docs into Sphinx tree
* Move build docs -> doc/developer/
* Change build doc titles to fit under Building subsection of manual

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
55 files changed:
doc/.gitignore
doc/Building_FRR_for_LEDE-OpenWRT.md [deleted file]
doc/Building_FRR_on_CentOS6.md [deleted file]
doc/Building_FRR_on_CentOS7.md [deleted file]
doc/Building_FRR_on_Debian8.md [deleted file]
doc/Building_FRR_on_Debian9.md [deleted file]
doc/Building_FRR_on_Fedora24.md [deleted file]
doc/Building_FRR_on_FreeBSD10.md [deleted file]
doc/Building_FRR_on_FreeBSD11.md [deleted file]
doc/Building_FRR_on_FreeBSD9.md [deleted file]
doc/Building_FRR_on_NetBSD6.md [deleted file]
doc/Building_FRR_on_NetBSD7.md [deleted file]
doc/Building_FRR_on_OmniOS.md [deleted file]
doc/Building_FRR_on_OpenBSD6.md [deleted file]
doc/Building_FRR_on_Ubuntu1204.md [deleted file]
doc/Building_FRR_on_Ubuntu1404.md [deleted file]
doc/Building_FRR_on_Ubuntu1604.md [deleted file]
doc/cli.md [deleted file]
doc/code/.gitignore [deleted file]
doc/code/Makefile [deleted file]
doc/code/conf.py [deleted file]
doc/code/hooks.rst [deleted file]
doc/code/index.rst [deleted file]
doc/code/library.rst [deleted file]
doc/code/memtypes.rst [deleted file]
doc/developer/Building_FRR_on_CentOS6.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_CentOS7.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Debian8.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Debian9.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Fedora24.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_FreeBSD10.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_FreeBSD11.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_FreeBSD9.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_LEDE-OpenWRT.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_NetBSD6.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_NetBSD7.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_OmniOS.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_OpenBSD6.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Ubuntu1204.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Ubuntu1404.rst [new file with mode: 0644]
doc/developer/Building_FRR_on_Ubuntu1604.rst [new file with mode: 0644]
doc/developer/building.rst [new file with mode: 0644]
doc/developer/cli.rst [new file with mode: 0644]
doc/developer/conf.py [new file with mode: 0644]
doc/developer/dev-modules.rst [new file with mode: 0644]
doc/developer/git_branches.svg [new file with mode: 0644]
doc/developer/hooks.rst [new file with mode: 0644]
doc/developer/index.rst [new file with mode: 0644]
doc/developer/ldpd-basic-test-setup.md [new file with mode: 0644]
doc/developer/library.rst [new file with mode: 0644]
doc/developer/memtypes.rst [new file with mode: 0644]
doc/developer/next-hop-tracking.txt [new file with mode: 0644]
doc/developer/workflow.rst [new file with mode: 0644]
doc/ldpd-basic-test-setup.md [deleted file]
doc/next-hop-tracking.txt [deleted file]