index.rst 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. .. default-role:: code
  2. .. role:: text-muted
  3. .. role:: text-primary
  4. .. role:: text-success
  5. .. role:: text-info
  6. .. role:: text-warning
  7. .. role:: text-danger
  8. .. ----------------------------------------------------------------------------
  9. .. header:: bs-docs-header
  10. .. container:: container
  11. :h1:`Bootstrap RST`
  12. An overview of Bootstrap RST, basic templates and examples, and more.
  13. .. ----------------------------------------------------------------------------
  14. .. ----------------------------------------------------------------------------
  15. .. footer:: bs-docs-footer
  16. Bootstrap RST - Copyright (c) 2014 Nicolas P. Rougier
  17. `Bootstrap <http://getbootstrap.com>`_ - Copyright (c) 2011-2014 Twitter, Inc
  18. Code licensed under MIT, documentation under CC BY 3.0.
  19. `Get page source <doc/index.rst>`_
  20. .. class:: bs-docs-footer-links muted
  21. * `GitHub <https://github.com/rougier/bootstrap-rst>`_
  22. * ·
  23. * `Examples <examples.html>`_
  24. * ·
  25. * `Documentation <about.html>`_
  26. * ·
  27. * `About <about.html>`_
  28. * ·
  29. * `Issues <https://github.com/rougier/bootstrap-rst/issues>`_
  30. * ·
  31. * `Releases <https://github.com/rougier/bootstrap-rst/releases>`_
  32. .. ----------------------------------------------------------------------------
  33. .. ----------------------------------------------------------------------------
  34. .. sidebar:: sidebar
  35. .. contents:: content
  36. :depth: 2
  37. .. ----------------------------------------------------------------------------
  38. Bootstrap RST
  39. ===============================================================================
  40. .. lead:: Bootstrap RST provides easy acces to bootstrap using the restructured
  41. text markup language.
  42. Bootstrap RST offers an easy access to the `bootstrap
  43. <http://getbootstrap.com/>`_ framework using the `restructured text`_ markup
  44. language. Bootstrap RST provides a set of new directives and roles (row,
  45. column, button, list, etc.) that allow seamless integration of the bootstrap
  46. framework. Have a look at the `source`_ of this page for example and see below
  47. for what is available so far.
  48. .. _Nicolas P. Rougier: http://www.loria.fr/~rougier/
  49. .. _restructured text: http://docutils.sourceforge.net/rst.html
  50. .. _source: doc/index.rst
  51. Work in Progress
  52. ===============================================================================
  53. .. lead:: Bootstrap RST is work in progress. We report here what has been done
  54. so far, what needs to be done and what is not relevant.
  55. .. ----------------------------------------------------------------------------
  56. CSS
  57. ---
  58. Global CSS settings, fundamental HTML elements styled and enhanced with
  59. extensible classes, and an advanced grid system.
  60. .. row::
  61. .. -------------------------------------------------------------------------
  62. .. column::
  63. :width: 3
  64. :h4:`Grid system`
  65. .. progress:: 100%
  66. :class: success
  67. :label: Done !
  68. See `grids <CSS.html#grid-system>`_
  69. .. -------------------------------------------------------------------------
  70. .. column::
  71. :width: 3
  72. :h4:`Typography`
  73. .. progress:: 100%
  74. :class: success
  75. :label: Done !
  76. See `typography <CSS.html#typography>`_
  77. .. -------------------------------------------------------------------------
  78. .. column::
  79. :width: 3
  80. :h4:`Code`
  81. .. progress:: 100%
  82. :class: success
  83. :label: Done !
  84. See `code <CSS.html#code>`_
  85. .. -------------------------------------------------------------------------
  86. .. column::
  87. :width: 3
  88. :h4:`Tables`
  89. .. progress:: 100%
  90. :class: success
  91. :label: Done !
  92. See `tables <CSS.html#tables>`_
  93. .. -------------------------------------------------------------------------
  94. .. row::
  95. .. -------------------------------------------------------------------------
  96. .. column::
  97. :width: 3
  98. :h4:`Forms`
  99. :text-muted:`N/A`
  100. .. -------------------------------------------------------------------------
  101. .. column::
  102. :width: 3
  103. :h4:`Buttons`
  104. .. progress:: 100%
  105. :class: success
  106. :label: Done !
  107. See `buttons <CSS.html#buttons>`_
  108. .. -------------------------------------------------------------------------
  109. .. column::
  110. :width: 3
  111. :h4:`Images`
  112. .. progress:: 100%
  113. :class: success
  114. :label: Done !
  115. See `images <CSS.html#images>`_
  116. .. -------------------------------------------------------------------------
  117. .. column::
  118. :width: 3
  119. :h4:`Helper classes`
  120. .. progress:: 50%
  121. :class: warning
  122. :label: WIP
  123. See `helper classes <CSS.html#helper-classes>`_
  124. .. -------------------------------------------------------------------------
  125. Components
  126. ----------
  127. Over a dozen reusable components built to provide iconography, dropdowns, input
  128. groups, navigation, alerts, and much more.
  129. .. row::
  130. .. -------------------------------------------------------------------------
  131. .. column::
  132. :width: 3
  133. :h4:`Glyphicons`
  134. .. progress:: 100%
  135. :class: success
  136. :label: Done !
  137. See `glyphicons <components.html#glyphicons>`_
  138. .. -------------------------------------------------------------------------
  139. .. column::
  140. :width: 3
  141. :h4:`Dropdowns`
  142. .. progress:: 100%
  143. :class: success
  144. :label: Done !
  145. See `dropdowns <components.html#dropdowns>`_
  146. .. -------------------------------------------------------------------------
  147. .. column::
  148. :width: 3
  149. :h4:`Button groups`
  150. .. progress:: 100%
  151. :class: success
  152. :label: Done !
  153. See `button groups <components.html#button-groups>`_
  154. .. -------------------------------------------------------------------------
  155. .. column::
  156. :width: 3
  157. :h4:`Glyphicons`
  158. .. progress:: 100%
  159. :class: success
  160. :label: Done !
  161. See `button dropdowns <components.html#button-dropdowns>`_
  162. .. -------------------------------------------------------------------------
  163. .. row::
  164. .. -------------------------------------------------------------------------
  165. .. column::
  166. :width: 3
  167. :h4:`Input groups`
  168. :text-muted:`N/A`
  169. .. -------------------------------------------------------------------------
  170. .. column::
  171. :width: 3
  172. :h4:`Navs`
  173. .. progress:: 25%
  174. :class: danger
  175. :label: WIP
  176. See `navs <components.html#navs>`_
  177. .. -------------------------------------------------------------------------
  178. .. column::
  179. :width: 3
  180. :h4:`Navbar`
  181. .. progress:: 25%
  182. :class: danger
  183. :label: WIP
  184. See `navbar <components.html#navbar>`_
  185. .. -------------------------------------------------------------------------
  186. .. column::
  187. :width: 3
  188. :h4:`Breadcrumbs`
  189. .. progress:: 100%
  190. :class: success
  191. :label: Done !
  192. See `breadcrumbs <components.html#breadcrumbs>`_
  193. .. -------------------------------------------------------------------------
  194. .. row::
  195. .. -------------------------------------------------------------------------
  196. .. column::
  197. :width: 3
  198. :h4:`Pagination`
  199. .. progress:: 25%
  200. :class: danger
  201. :label: WIP
  202. See `pagination <components.html#pagination>`_
  203. .. -------------------------------------------------------------------------
  204. .. column::
  205. :width: 3
  206. :h4:`Labels`
  207. .. progress:: 100%
  208. :class: success
  209. :label: Done !
  210. See `labels <components.html#labels>`_
  211. .. -------------------------------------------------------------------------
  212. .. column::
  213. :width: 3
  214. :h4:`Badges`
  215. .. progress:: 100%
  216. :class: success
  217. :label: Done !
  218. See `badges <components.html#badges>`_
  219. .. -------------------------------------------------------------------------
  220. .. column::
  221. :width: 3
  222. :h4:`Jumbotron`
  223. .. progress:: 100%
  224. :class: success
  225. :label: Done !
  226. See `jumbotron <components.html#jumbotron>`_
  227. .. -------------------------------------------------------------------------
  228. .. row::
  229. .. -------------------------------------------------------------------------
  230. .. column::
  231. :width: 3
  232. :h4:`Page header`
  233. .. progress:: 100%
  234. :class: success
  235. :label: Done !
  236. See `page header <components.html#page-header>`_
  237. .. -------------------------------------------------------------------------
  238. .. column::
  239. :width: 3
  240. :h4:`Thumbnails`
  241. .. progress:: 100%
  242. :class: success
  243. :label: Done !
  244. See `thumbnails <components.html#thumbnails>`_
  245. .. -------------------------------------------------------------------------
  246. .. column::
  247. :width: 3
  248. :h4:`Alerts`
  249. .. progress:: 100%
  250. :class: success
  251. :label: Done !
  252. See `alerts <components.html#alerts>`_
  253. .. -------------------------------------------------------------------------
  254. .. column::
  255. :width: 3
  256. :h4:`Progress bars`
  257. .. progress:: 100%
  258. :class: success
  259. :label: Done !
  260. See `progress bars <components.html#progress-bars>`_
  261. .. -------------------------------------------------------------------------
  262. .. row::
  263. .. -------------------------------------------------------------------------
  264. .. column::
  265. :width: 3
  266. :h4:`Media object`
  267. .. progress:: 25%
  268. :class: danger
  269. :label: WIP
  270. See `media object <components.html#media-object>`_
  271. .. -------------------------------------------------------------------------
  272. .. column::
  273. :width: 3
  274. :h4:`List group`
  275. .. progress:: 25%
  276. :class: danger
  277. :label: WIP
  278. See `list group <components.html#list-group>`_
  279. .. -------------------------------------------------------------------------
  280. .. column::
  281. :width: 3
  282. :h4:`Panels`
  283. .. progress:: 25%
  284. :class: danger
  285. :label: WIP
  286. See `panels <components.html#panels>`_
  287. .. -------------------------------------------------------------------------
  288. .. column::
  289. :width: 3
  290. :h4:`Wells`
  291. .. progress:: 100%
  292. :class: success
  293. :label: Done !
  294. See `wells <components.html#wells>`_
  295. .. -------------------------------------------------------------------------