-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #1704
Merged
Merged
Documentation #1704
Changes from 90 commits
Commits
Show all changes
100 commits
Select commit
Hold shift + click to select a range
d1890d0
doc: begin developer's manual
qlyoung a42f781
doc: clean up CLI docs
qlyoung b30de70
doc: change section title for modules docs
qlyoung b22ba01
doc: more organizing & updating
qlyoung 558669e
doc: add note to document practice changes in docs
qlyoung 8ce7861
doc: add clause for documenting
qlyoung ab51ead
Revert "doc: add note to document practice changes in docs"
qlyoung 8630065
doc: re-add .gitignore, Makefile for dev docs
qlyoung 42fc5d2
doc: start translating user manual to rst
qlyoung 4652e58
doc: fixup ipv6.rst
qlyoung 2dd0a0e
doc: fixup babeld.rst
qlyoung 8d20986
doc: fixup basic.rst
qlyoung 964b366
doc: make conf.py know about variable substitutions
qlyoung c3c5a71
doc: fixup bgpd.rst
qlyoung be46d28
doc: use RST variable substitutions
qlyoung dc1046f
doc: Frr -> FRR
qlyoung 44f2550
doc: clean up overview.rst, installation.rst
qlyoung f381786
doc: move routeserver.rst into bgp.rst
qlyoung fd81009
doc: set 'release' and 'version' again
qlyoung c2caa29
doc: rename main.rst -> zebra.rst
qlyoung fce2ac6
doc: remove @group / @end group
qlyoung a90cfb7
doc: fixup eigrpd.rst
qlyoung dc5564c
doc: cleanup installation instructions
qlyoung 8fa64b2
doc: @smp{foo} -> ``foo``
qlyoung 07a17e6
doc: shotgun cleanup
qlyoung a4c5392
doc: replace random @cite{RFC...} with :rfc:...
qlyoung 2731b07
doc: add clicmd role for frr cli
qlyoung 29adcd5
doc: fix cli documentation formatting
qlyoung dfab266
doc: use :term:, will add glossary later
qlyoung d50b2aa
doc: use :abbr:
qlyoung a8c90e1
doc: strip trailing whitespace
qlyoung ec8404d
doc: remove some more @stuff{}
qlyoung 655cdc3
doc: fixup routemap.rst
qlyoung 50e75a2
doc: cleanup kernel.rst
qlyoung d1a242f
doc: cleanup multiple
qlyoung c1a54c0
doc: manually finish conversion
qlyoung d38549c
Merge branch 'master' into docs-user
qlyoung a5a48db
doc: additional merging
qlyoung e3c1296
doc: add pim.rst
qlyoung cb39e63
doc: manually merge isis.rst
qlyoung 3eb7a2f
doc: reorganize
qlyoung 612b331
doc: remove extraneous texi files
qlyoung 05102dd
doc: move dev doc figures to figures/
qlyoung a1e276e
doc: overhaul manpages
qlyoung 7bd01bd
doc: copy conf.py for developer's docs
qlyoung 76bd149
doc: remove trailing whitespace
qlyoung 4b44467
doc: remove last bits of texinfo directives
qlyoung 82b7ec1
*: update configure.ac, Makefiles for new manpages
qlyoung 7bed2c9
doc: add targets for user & developer pdf + html
qlyoung 013f976
doc: fixup some build warnings
qlyoung 0efdf0f
doc: clean up cross references
qlyoung 9e146a8
doc: fix more broken refs, restore routeserver.rst
qlyoung 6ee602c
doc: fixup more broken xrefs
qlyoung 9bea107
doc: fixup vnc.rst to only define commands once
qlyoung 6233330
doc: add glossary
qlyoung 11ab532
doc: reference style cleanup
qlyoung 9de103f
doc: document documentation
qlyoung 061dd54
doc: fixup glossary for html build
qlyoung 5a32c42
doc: add logos
qlyoung c91e9b8
doc: note dependencies necessary to build docs
qlyoung 6180f99
doc: replace manpages Makefile
qlyoung b60f68e
doc: note appropriate sphinx packages in docs
qlyoung 1a52a8c
debianpkg: add sphinx as build dep
qlyoung 12b7724
doc: fix toctree warning in manpages
qlyoung 50cc712
Merge branch 'master' into docuser
qlyoung 4898758
doc: fix makefiles again
qlyoung 6c74945
doc: use python 2.6 format strings
qlyoung 2f8c365
doc: change html theme, add svg logo
qlyoung 241eff1
doc: include manpage Makefile and conf.py in EXTRA_DIST
qlyoung 79120ae
doc: add everything to makefile
qlyoung e53d585
doc: document CLI BNF grammar, add DFA figures
qlyoung 3f50501
doc: put correct pkg for Centos6
qlyoung 6be1a07
Merge branch 'master' into docuser
qlyoung 72a475e
debianpkg: update packaging for new docs
qlyoung 9cb4ba0
debianpkg: fixup bad target names
qlyoung adaf2d6
doc: fallback to sphinx-1.0-build
qlyoung 6165030
doc: fix hardcoded 'make' invocation
qlyoung b59555c
doc: change info file name from FRR -> frr
qlyoung 3b7c729
doc: Create infodir before writing to it and prefix with DESTDIR
mwinter-osr 351c566
debianpkg: disable pdf build by default
qlyoung a975744
Merge branch 'master' into docuser
qlyoung 6caf40e
debianpkg: include mtracebis.8
qlyoung 0f2ac0c
doc: s/environment/make
qlyoung 609dee9
redhat: Update spec file for new rst documentation
mwinter-osr ccd40de
redhat: Update CentOS6 to use python27-sphinx package
mwinter-osr 24a532d
doc: Update Building instructions for CentOS6
mwinter-osr e221d22
doc: allow env var to ovveride sphinx defaults
qlyoung e207a4b
doc: prevent `clean` target from building manpages
qlyoung e3e3aff
doc: sync ospf-sr docs from master
qlyoung 5da3976
Merge branch 'master' into docuser
qlyoung 85dd0c8
doc: update .gitignore
qlyoung edc33b2
doc: fix make setup
qlyoung 37ba370
doc: change html theme to 'default'
qlyoung e7cc212
redhat: update frr.spec for doc build changes
qlyoung 8c60fed
doc: disable parallel build
qlyoung d47ae3d
doc: don't build html by default
qlyoung 1f35b46
Merge branch 'master' into docuser
qlyoung 6d16f23
doc: don't check for sphinx-build on `make clean`
qlyoung 78b4c54
doc: Update CentOS6 doc to use puias repo for updated sphinx
mwinter-osr 65230b5
doc: remove misc trailing whitespace
qlyoung File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
doc/frr.info* | ||
doc/user/_build/texinfo/frr.info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
usr/share/info | ||
doc/*.png usr/share/info | ||
doc/user/_build/texinfo/*.png usr/share/info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
doc/bgpd.8 | ||
doc/ospf6d.8 | ||
doc/ospfd.8 | ||
doc/ripd.8 | ||
doc/ripngd.8 | ||
doc/vtysh.1 | ||
doc/zebra.8 | ||
doc/isisd.8 | ||
doc/watchfrr.8 | ||
doc/manpages/_build/man/frr.1 | ||
doc/manpages/_build/man/bgpd.8 | ||
doc/manpages/_build/man/pimd.8 | ||
doc/manpages/_build/man/eigrpd.8 | ||
doc/manpages/_build/man/ldpd.8 | ||
doc/manpages/_build/man/nhrpd.8 | ||
doc/manpages/_build/man/ospf6d.8 | ||
doc/manpages/_build/man/ospfd.8 | ||
doc/manpages/_build/man/ripd.8 | ||
doc/manpages/_build/man/ripngd.8 | ||
doc/manpages/_build/man/vtysh.1 | ||
doc/manpages/_build/man/zebra.8 | ||
doc/manpages/_build/man/isisd.8 | ||
doc/manpages/_build/man/watchfrr.8 | ||
doc/manpages/_build/man/mtracebis.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ stamp-vti | |
*~ | ||
*.loT | ||
refix | ||
_build | ||
_static | ||
_template |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mispelling? Should be uppercase FRR.info
dh_auto_build -- -C doc FRR.info