comparison doc/interpreter/octave.texi @ 22388:88409829869c

fix doc build * octave.texi: Don't include tips.tex or contrib.texi. Delete detailed menu entries for those nodes.
author John W. Eaton <jwe@octave.org>
date Thu, 25 Aug 2016 16:17:36 -0400
parents 609403f90bb7
children e511f86fb230
comparison
equal deleted inserted replaced
22387:4e97eaf021e4 22388:88409829869c
186 * GUI Development:: 186 * GUI Development::
187 * System Utilities:: 187 * System Utilities::
188 * Packages:: 188 * Packages::
189 * External Code Interface:: 189 * External Code Interface::
190 * Test and Demo Functions:: 190 * Test and Demo Functions::
191 * Tips and Standards::
192 * Contributing Guidelines::
193 * Obsolete Functions:: 191 * Obsolete Functions::
194 * Trouble:: If you have trouble installing Octave. 192 * Trouble:: If you have trouble installing Octave.
195 * Installation:: How to configure, compile and install Octave. 193 * Installation:: How to configure, compile and install Octave.
196 * Emacs Octave Support:: 194 * Emacs Octave Support::
197 * Grammar and Parser:: 195 * Grammar and Parser::
887 885
888 Test and Demo Functions 886 Test and Demo Functions
889 887
890 * Test Functions:: 888 * Test Functions::
891 * Demonstration Functions:: 889 * Demonstration Functions::
892
893 Tips and Standards
894
895 * Style Tips:: Writing clean and robust programs.
896 * Comment Tips:: Conventions for writing comments.
897 * Function Headers:: Standard headers for functions.
898 * Documentation Tips:: Writing readable documentation strings.
899
900 Contributing Guidelines
901
902 * How to Contribute::
903 * Building the Development Sources::
904 * Basics of Generating a Changeset::
905 * General Guidelines::
906 * Octave Sources (m-files)::
907 * C++ Sources::
908 * Other Sources::
909 890
910 Trouble 891 Trouble
911 892
912 * Actual Bugs:: Bugs we will fix later. 893 * Actual Bugs:: Bugs we will fix later.
913 * Reporting Bugs:: 894 * Reporting Bugs::
992 @c ------------------------------------------------------------------------ 973 @c ------------------------------------------------------------------------
993 @c Appendices start here. 974 @c Appendices start here.
994 975
995 @include external.texi 976 @include external.texi
996 @include testfun.texi 977 @include testfun.texi
997 @include tips.texi
998 @include contrib.texi
999 @include obsolete.texi 978 @include obsolete.texi
1000 @include bugs.texi 979 @include bugs.texi
1001 @include install.texi 980 @include install.texi
1002 @include emacs.texi 981 @include emacs.texi
1003 @include grammar.texi 982 @include grammar.texi