lyx_mirror/lib/doc
Scott Kostyshak d5694318ef Document need to use same subset if --rerun-failed
When running the tests with ctest, --rerun-failed can be used to run
the tests that failed on the previous run. However, the same subset
must be specified because it is the test numbers that are used to
index which tests failed on the previous run. For example, it would
be incorrect to do the following:

  ctest -R export
  ctest --rerun-failed

The following is correct:

  ctest -R export
  ctest -R export --rerun-failed
2016-01-31 15:22:10 -05:00
..
attic UserGuide.lyx: document longtable -> multi-page table 2016-01-30 20:28:46 +01:00
biblio fix Japanese UserGuide.lyx dependencies and fix some paths to make it compilable 2008-09-12 22:51:18 +00:00
ca New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
clipart SVG-Drawing.svg: add a SVG example drawing 2016-01-24 13:48:56 +01:00
cs New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
da New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
de UserGuide.lyx: document longtable -> multi-page table 2016-01-30 20:28:46 +01:00
el New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
es Spanish Tutorial.lyx and Intro.lyx: updates by Ignacio 2016-01-31 15:28:45 +01:00
eu New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
fr UserGuide.lyx: an update 2016-01-30 01:26:27 +01:00
gl New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
he New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
hu New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
id New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
it New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
ja UserGuide.lyx: an update 2016-01-30 01:26:27 +01:00
nb New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
nl New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
pl New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
pt New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
ro New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
ru New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
sk New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
sl New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
sv New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
uk New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
zh_CN New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Additional.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Customization.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Development.lyx Document need to use same subset if --rerun-failed 2016-01-31 15:22:10 -05:00
DummyDocument1.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
DummyDocument2.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
DummyTextDocument.txt EmbeddedObjects.lyx: sync with branch 2010-09-18 18:03:55 +00:00
EmbeddedObjects.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Formula-numbering.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Intro.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
LaTeXConfig.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
LFUNs.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
Makefile.am Fix autotools build 2016-01-24 15:09:35 +01:00
Math.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
MergedManuals.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
README.Documentation
Shortcuts.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
SpecialParagraphShape.tex add shapepar module 2013-01-12 19:44:08 +01:00
Tutorial.lyx New LFUN tabular-feature: update docs 2016-01-27 18:35:10 +01:00
UserGuide.lyx UserGuide.lyx: document longtable -> multi-page table 2016-01-30 20:28:46 +01:00

README.Documentation

by John Weiss [3/2000] jpweiss@idsi.net


================
Introduction

    The purpose of this file is *used* *to* *be* to provide a style
    sheet and helpful hints to those wishing to help with the
    LyX Documentation Project.  There's now a separate style-sheet for
    that.

    If you're actually looking for documentation, check out the "Help"
    menu.  Start by reading the Introduction.

================
Why a separate documentation project?  Can't the developers do it?

    In a word, no.  They're too busy adding features and squishing
    bugs.

    Also, g++ is far more forgiving of style changes than a human
    brain.  As long as the code is correct, g++ will happilly compile
    it, and compile it the same way from machine to machine.  Human
    brains are far less forgiving and far more individualized.  So,
    the documentation needs to all be in a uniform style, in addition
    to being grammatically correct and easily readable.  That's a
    pretty big undertaking - which is why I volunteered to
    administrate the docs back in 1997.  Since then, I've passed the
    duty of maintaining the docs on to others.

================
Helping Out

    If you'd like to contribute to the LyX Documentation Project,
    start by reading the file Intro.lyx.  It contains a description of
    the style of the documentation from a reader's perspective.  After
    that, read the LyX Documentation Style Sheet (DocStyle.lyx) and
    commit it to memory!


John Weiss
March, 2000