Commit graph

  • 38b3516b60 Implement links in section headers. Steve Klabnik 2017-02-16 01:39:13 -05:00
  • d609988264 remove js rendering Steve Klabnik 2017-02-15 21:00:48 -05:00
  • 95fd292b4f Address warnings found by rust-clippy. Corey Farwell 2017-02-15 22:01:26 -05:00
  • f3fb1f1e16 Merge pull request #206 from frewsxcv/serde Mathieu David 2017-02-16 22:51:37 +01:00
  • 152ebba762 Bump serde, serde_json, and handlebars crates. Corey Farwell 2017-02-15 22:34:37 -05:00
  • 23d25c853e Merge pull request #202 from paiv/paiv-widen-menu-hitregions Mathieu David 2017-02-11 23:45:59 +01:00
  • b97a8205f6 widen hit regions of menu buttons Pavel Ivashkov 2017-02-11 21:20:12 +02:00
  • 82faec6b5a Merge pull request #201 from petehayes102/master Mathieu David 2017-01-17 12:21:21 +01:00
  • 32814f6f71 Remove blank ***note*** section Pete Hayes 2017-01-17 00:15:18 +00:00
  • ac6f15cb27 Add docs for --dest-dir option Pete Hayes 2017-01-17 00:11:39 +00:00
  • 0d6185ac96 Merge pull request #199 from petehayes102/master Mathieu David 2017-01-13 12:07:34 +01:00
  • 4b31ae6789 Add --dest-dir arg to build, watch and serve subcommands Pete Hayes 2017-01-12 12:26:22 +00:00
  • 1afa2debc1 Fix spelling of omitted Pete Hayes 2017-01-12 12:23:39 +00:00
  • 3a71371946 Merge pull request #198 from mbrubeck/watch Mathieu David 2017-01-02 19:58:47 +01:00
  • 9a318adc03 Merge pull request #197 from mbrubeck/cleanup Mathieu David 2017-01-02 19:43:45 +01:00
  • c7b4147ba7 Watch both book.json and book.toml Matt Brubeck 2017-01-01 16:00:21 -08:00
  • 1ac2602360 Update to notify 3.0 Matt Brubeck 2017-01-01 15:59:22 -08:00
  • 09729aaca5 Clean up some Path code in bookconfig Matt Brubeck 2017-01-01 16:02:48 -08:00
  • 3ffd24df63 Merge pull request #196 from mbrubeck/open Mathieu David 2017-01-01 19:22:55 +01:00
  • fe8d46b8e6 Merge pull request #195 from mbrubeck/refactor Mathieu David 2017-01-01 19:21:40 +01:00
  • 21bc3d47c8 Add a CLI option to open a web browser Matt Brubeck 2017-01-01 09:42:47 -08:00
  • f2b87f7944 Factor common io error handling out of renderer Matt Brubeck 2016-12-31 22:27:38 -08:00
  • 894a03655e Simplify error handling in utils::fs Matt Brubeck 2016-12-31 18:53:19 -08:00
  • 6b2572e78d Simplify some as_str error handling code Matt Brubeck 2016-12-31 18:41:59 -08:00
  • fe287a1eca Code cleanup: Remove unnecessary .remove() calls Matt Brubeck 2016-12-31 18:33:17 -08:00
  • 375502a6fa Merge pull request #194 from mbrubeck/warnings Mathieu David 2016-12-31 23:45:23 +01:00
  • a6e1844aad Merge pull request #193 from mbrubeck/chapter-title Mathieu David 2016-12-31 23:43:39 +01:00
  • d92852867b Merge pull request #192 from mbrubeck/docs Mathieu David 2016-12-31 23:38:09 +01:00
  • 0f0750df52 Fix unreachable code warning in parse::summary::parse_level Matt Brubeck 2016-12-31 10:39:48 -08:00
  • 712adcf737 Fix cfg attribute in bookconfig_test Matt Brubeck 2016-12-31 10:36:19 -08:00
  • 3a0cfc87df Add current chapter title to handlebars context Matt Brubeck 2016-12-31 10:34:15 -08:00
  • b1e384b03b Fix a broken link in the documentation Matt Brubeck 2016-12-31 09:20:54 -08:00
  • 6410e792d7 Merge pull request #191 from jessestricker/readme-typos Mathieu David 2016-12-29 18:02:15 +01:00
  • b75243f1f5 Fix some minor typos Jesse Stricker 2016-12-29 16:25:51 +01:00
  • f1df53a4bb Merge pull request #190 from gambhiro/parse-toml Mathieu David 2016-12-26 13:36:16 +01:00
  • 8a178e311d fix test Gambhiro 2016-12-24 13:44:24 +00:00
  • 53ec61ac70 upd example Gambhiro 2016-12-24 13:34:22 +00:00
  • 97d46e79b7 convert json to toml before config parsing Gambhiro 2016-12-24 13:22:01 +00:00
  • 552e39c897 update example to encourage using book.toml Gambhiro 2016-12-23 08:17:04 +00:00
  • 791487bc84 parse either book.toml or book.json Gambhiro 2016-12-23 08:15:32 +00:00
  • f67ae7c71a update dependency versions Gambhiro 2016-12-23 08:10:42 +00:00
  • e53dcdcf4d Merge pull request #186 from gambhiro/book-json-keys Mathieu David 2016-12-13 00:55:51 +01:00
  • 85d8e2ebd3 use theme_path key in book.json when given Gambhiro 2016-12-07 14:22:32 +00:00
  • a9e5dc63f1 use src key in book.json when given Gambhiro 2016-12-07 09:38:56 +00:00
  • cf35e08abc Merge pull request #181 from thomastanck/master Mathieu David 2016-11-22 10:06:41 +01:00
  • c986b3afc4 Merge pull request #182 from integer32llc/hljs-class Mathieu David 2016-11-14 07:48:07 +01:00
  • 08b5d14f7e Add hljs class to all code blocks, regardless of highlighting Carol (Nichols || Goulding) 2016-11-13 21:14:00 -05:00
  • f9101ca62c Use fixed positioning and remove overflow-x's for smoother scrolling experience in iOS Thomas Tan 2016-11-09 16:18:40 +00:00
  • f0c0d71326 Merge pull request #177 from azerupi/serde Mathieu David 2016-11-03 11:44:34 +01:00
  • d2f3eb5007 remove unused imports Mathieu David 2016-11-03 02:05:35 +01:00
  • 67aee5c192 Switch from rustc_serialize to serde. Closes #18 Mathieu David 2016-11-03 01:58:42 +01:00
  • 30eb85711e Merge pull request #175 from DenisKolodin/metadata-remove Mathieu David 2016-11-01 12:44:23 +01:00
  • b0d33e76ec Remove unused metadata import Denis Kolodin 2016-11-01 11:19:08 +03:00
  • eb65f3fd1e Merge pull request #174 from rnkaufman/update-highlight-js Mathieu David 2016-10-29 16:42:32 +02:00
  • 2600c62cf9 Highlight js update rnkaufman 2016-10-27 18:08:05 -07:00
  • ecae442d25 Merge pull request #173 from HParker/slugify-section-anchors Mathieu David 2016-10-21 22:12:40 +02:00
  • f26f41fde3 slugify section headers Adam Hess 2016-10-20 22:02:16 -07:00
  • b91f817bfd Merge pull request #171 from rzlourenco/master Mathieu David 2016-09-23 22:13:30 +02:00
  • 528945d67d Copy files with no extension too. Rodrigo Lourenço 2016-09-23 15:09:16 +01:00
  • 4852e9e65a Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2016-09-12 22:47:47 +02:00
  • e54b6643e1 regenerate css Mathieu David 2016-09-12 22:43:29 +02:00
  • c7a95ccb8b Fix round corners in theme selector, changes were previously comitted directly to the css file causing them to be overwritten Mathieu David 2016-09-12 22:19:36 +02:00
  • 81a8f946b7 Fix print.styl, changes were previously comitted directly to the css file causing them to be overwritten Mathieu David 2016-09-12 22:10:33 +02:00
  • 04a643805a Merge pull request #170 from JIghtuse/master Mathieu David 2016-09-12 22:01:13 +02:00
  • 49608b560b Make line-height for chapter greater than section Boris Egorov 2016-09-04 22:04:55 +07:00
  • 9e634a4e83 Bump version number to 0.0.15, 0.0.14 has been published to crates.io Mathieu David 2016-08-31 15:11:33 +02:00
  • c2c721025d Merge pull request #165 from waywardmonkeys/patch-1 Mathieu David 2016-08-26 20:14:14 +02:00
  • 2dfc25fc6e Fix typo. Bruce Mitchener 2016-08-27 00:28:17 +07:00
  • 8f8893bab2 Merge pull request #164 from gambhiro/use-log-crate Mathieu David 2016-08-14 16:19:17 +02:00
  • 4153db2624 env_logger Gambhiro 2016-08-14 14:55:10 +01:00
  • db11ff27f4 use warn Gambhiro 2016-08-14 14:40:08 +01:00
  • b584f6eb9c use macros from the log crate, issue #151 Gambhiro 2016-08-14 13:32:34 +01:00
  • a7ae0b99c4 Update README.md Mathieu David 2016-08-13 11:36:28 +02:00
  • 9732a3bc7d Merge pull request #161 from integer32llc/exit-status Mathieu David 2016-08-07 00:07:41 +02:00
  • f3f9c93765 Merge pull request #162 from integer32llc/fix-example-book Mathieu David 2016-08-07 00:06:05 +02:00
  • a0d8013242 Tell rustdoc this mathjax is not rust Carol (Nichols || Goulding) 2016-08-06 15:24:21 -04:00
  • 1b9d55bcd5 Put spaces between # and hidden lines Carol (Nichols || Goulding) 2016-08-06 15:10:41 -04:00
  • a459a3606e Exit with a nonzero status if we get an error Carol (Nichols || Goulding) 2016-08-06 14:54:07 -04:00
  • 1e6bccd924 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2016-08-06 11:39:17 +02:00
  • 6d77b7fd83 Fix CI for musl builds, musl builds now run but will not cause a build failure if they do not succeed Mathieu David 2016-08-06 11:39:00 +02:00
  • f9ea6135c3 Merge pull request #160 from code-ape/master Mathieu David 2016-08-05 23:54:33 +02:00
  • 317023cd0e Added option to configure serve interface and address browser will use to connect to websocket server. Ferris 2016-08-05 21:40:00 +00:00
  • 0b88b043d0 Bump version number to 0.0.14, 0.0.13 has been published to crates.io [ci_skip] Mathieu David 2016-08-02 00:58:08 +02:00
  • ac725cb39d bump version to 0.0.13 to publish to crates.io Mathieu David 2016-08-02 00:42:17 +02:00
  • db0306a6d2 Fix bug in shell script that was preventing deployment of the docs to gh-pages Mathieu David 2016-08-01 21:26:23 +02:00
  • 02c5c971e7 (Travis-ci): Allow failure in musl builds #158 Mathieu David 2016-08-01 20:05:03 +02:00
  • 5350d62591 Update all dependencies to latest version Mathieu David 2016-08-01 14:06:08 +02:00
  • 9c8a563223 Merge pull request #157 from icanrealizeum/anchorsfixxage Mathieu David 2016-07-31 14:31:32 +02:00
  • b4948b680f Fixes #156 - anchors are now URI encoded icanrealizeum 2016-07-31 15:18:36 +03:00
  • b6df992420 Merge pull request #152 from quornian/master Mathieu David 2016-07-23 15:04:51 +02:00
  • b0e5f375ba Make sure <ul><li> and </li></ul> are balanced Ian Thompson 2016-07-16 10:23:22 -04:00
  • a4a277cb50 Merge pull request #145 from onur/light-theme-as-default Mathieu David 2016-06-15 16:45:10 +02:00
  • b9e22bb8f2 Use light theme when javascript is disabled Onur Aslan 2016-06-15 17:25:28 +03:00
  • ab29e92071 Merge pull request #143 from austinhartzheim/us-issue-133 Mathieu David 2016-06-12 10:37:38 +02:00
  • 03373c6bf2 Fix azerupi/mdBook#133 by adding a link to the GitHub repo at the end of the --help output. Austin Hartzheim 2016-06-11 23:08:48 +00:00
  • 425b583625 Merge pull request #142 from Bobo1239/printing Mathieu David 2016-06-10 23:32:52 +02:00
  • dfef0d7585 Add print media query Boris-Chengbiao Zhou 2016-06-10 19:30:26 +02:00
  • 9b49acc2c9 Merge pull request #139 from japaric/no-default-features Mathieu David 2016-05-09 09:53:25 +02:00
  • 1ae0d4f637 ci: test without default features Jorge Aparicio 2016-05-08 18:26:33 -05:00
  • f9aa9a6843 Merge pull request #137 from Bobo1239/fix-no-default-features Mathieu David 2016-05-08 23:29:35 +02:00