index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .. Copyright David Abrahams 2006. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. ============================
  5. |(logo)|__ Getting Started
  6. ============================
  7. .. |(logo)| image:: ../../boost.png
  8. :alt: Boost
  9. :class: boost-logo
  10. __ ../../index.htm
  11. Welcome
  12. -------
  13. Welcome to the Boost libraries! By the time you've completed this
  14. tutorial, you'll be at least somewhat comfortable with the contents
  15. of a Boost distribution and how to go about using it.
  16. What's Here
  17. -----------
  18. This document is designed to be an *extremely* gentle introduction,
  19. so we included a fair amount of material that may already be very
  20. familiar to you. To keep things simple, we also left out some
  21. information intermediate and advanced users will probably want. At
  22. the end of this document, we'll refer you on to resources that can
  23. help you pursue these topics further.
  24. Preliminaries
  25. -------------
  26. We use one typographic convention that might not be immediately
  27. obvious: *italic* text in examples is meant as a descriptive
  28. placeholder for something else, usually information that you'll
  29. provide. For example:
  30. .. parsed-literal::
  31. **$** echo "My name is *your name*\ "
  32. Here you're expected to imagine replacing the text “your name” with
  33. your actual name.
  34. Ready?
  35. ------
  36. Let's go!
  37. .. footer::
  38. .. class:: nextpage
  39. | **Next:** `Getting Started on Microsoft Windows`__
  40. | **or:** `Getting Started on Unix variants (e.g. Linux, MacOS)`__
  41. __ windows.html
  42. __ unix-variants.html
粤ICP备19079148号