# HG changeset patch # User Giampaolo Fadel <gp.fa...@gmail.com> # Date 1248342657 -7200 # Node ID 2e1bd0862b06fd1936b029a70e8b2e36521b4fff # Parent 50caade1cd6d716f8d6f4f2492354a93926a93bd doc: add preface
inspired from TSVN manual diff --git a/doc/source/index.txt b/doc/source/index.txt --- a/doc/source/index.txt +++ b/doc/source/index.txt @@ -11,6 +11,7 @@ .. toctree:: :maxdepth: 2 + preface intro common explorer diff --git a/doc/source/preface.txt b/doc/source/preface.txt new file mode 100644 --- /dev/null +++ b/doc/source/preface.txt @@ -0,0 +1,60 @@ +======= +Preface +======= + +.. module:: preface + :synopsis: About this manual + +Audience +======== + +TODO + +Reading guide +============= + +TODO + +TortoiseHG is free! +=================== + +TODO + +Community +========= + +TODO + +Acknowledgement +=============== + +TODO + +Conventions used in this manual +=============================== + +The following typographical conventions are used in this manual: + +:kbd:`CTRL-A` + Indicates a key, or combination of keys, to press. + +:guilabel:`Commit` + Indicates a label, button or anything that appears in user interfaces. + +:menuselection:`TortoiseHG... --> About` + Indicates a menu choice, or a combination of menu choice, tab selection and GUI label. + For example :menuselection:`TortoiseHG... --> Global settings --> Commit --> User name` + means do something in :guilabel:`User name` label under :guilabel:`Commit` tab selectable from the + menu choice :menuselection:`TortoiseHG... --> Global settings`. + +:file:`.hg/hgrc` + Indicates a filename or directory name. + +:command:`hgtk log` + Indicates a command to digit in command window. + +.. note:: + This is a note. + +.. warning:: + An important note. Pay attention. \ No newline at end of file ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop