Mathieu David
a8bba0b94d
(cargo-release) version 0.0.17
2017-02-28 17:20:28 +01:00
Mathieu David
e5a973a18d
Merge pull request #212 from azerupi/fix-anchors
...
Fix anchors #211
2017-02-28 14:50:40 +01:00
Mathieu David
e218257e42
fix anchor links
2017-02-28 12:42:11 +01:00
Mathieu David
1345c05b18
Fix anchors, Fixes #211
2017-02-28 12:40:05 +01:00
Mathieu David
5e3a3f3482
Merge pull request #214 from azerupi/fix-rust-hide
...
Fix code blocks with comma separated classes
2017-02-28 12:33:52 +01:00
Mathieu David
7f46071faa
Merge pull request #215 from steveklabnik/travis
...
Try to fix Travis
2017-02-28 10:59:02 +01:00
Steve Klabnik
5674da2afb
fix travis
2017-02-27 20:21:35 -05:00
Mathieu David
01341a7705
Fix code blocks with comma separated classes
2017-02-28 01:41:06 +01:00
Mathieu David
0c624d0f74
bump version
2017-02-20 16:16:21 +01:00
Mathieu David
58cfef00f2
Merge pull request #209 from steveklabnik/gh204
...
Print version: fix up header links
2017-02-20 16:12:00 +01:00
Steve Klabnik
6af3eea24b
Print version: fix up header links
2017-02-20 09:28:49 -05:00
Mathieu David
c88656284c
Regenerate css
2017-02-19 11:13:19 +01:00
Mathieu David
14a28080c1
Merge pull request #208 from frewsxcv/bump
...
Bump crates.
2017-02-19 11:10:46 +01:00
Corey Farwell
7fa36f82b0
Bump ws crate to 0.6.
2017-02-18 20:28:12 -05:00
Corey Farwell
3a30e65eef
Bump staticfile crate to 0.4, iron to 0.5.
2017-02-18 20:26:12 -05:00
Corey Farwell
fab24f5224
Bump notify crate to 0.4.
2017-02-18 20:24:27 -05:00
Corey Farwell
cfa4295d79
Bump toml crate to 0.3.
2017-02-18 20:22:55 -05:00
Mathieu David
d7f38d08fd
Merge pull request #205 from frewsxcv/clippy
...
Address warnings found by rust-clippy.
2017-02-17 11:05:33 +01:00
Mathieu David
864be6cf42
Merge pull request #207 from steveklabnik/gh204
...
Generate links at compile-time rather than use JS
2017-02-17 11:00:39 +01:00
Steve Klabnik
ec42e2f771
convert to one pass
...
thanks @burntsushi ❤️
2017-02-16 19:31:52 -05:00
Steve Klabnik
aba153a271
update env_logger
2017-02-16 17:17:26 -05:00
Steve Klabnik
280dabecd7
update regex dep
2017-02-16 17:11:16 -05:00
Steve Klabnik
38b3516b60
Implement links in section headers.
...
This project already had a transitive dependency on regex; let's use it.
This isn't the most efficient solution, but it should be fine. It ends
up doing five full scans of the text. There's probably an easier way but
I'm mostly just trying to get this to work for now.
This also implements the same algorithm that rustdoc does for generating
the name for the link.
Fixes #204
2017-02-16 17:07:17 -05:00
Steve Klabnik
d609988264
remove js rendering
2017-02-16 17:07:16 -05:00
Corey Farwell
95fd292b4f
Address warnings found by rust-clippy.
...
https://github.com/Manishearth/rust-clippy
2017-02-16 16:55:28 -05:00
Mathieu David
f3fb1f1e16
Merge pull request #206 from frewsxcv/serde
...
Bump serde, serde_json, and handlebars crates.
2017-02-16 22:51:37 +01:00
Corey Farwell
152ebba762
Bump serde, serde_json, and handlebars crates.
2017-02-15 23:31:05 -05:00
Mathieu David
23d25c853e
Merge pull request #202 from paiv/paiv-widen-menu-hitregions
...
widen hit regions of menu buttons
2017-02-11 23:45:59 +01:00
Pavel Ivashkov
b97a8205f6
widen hit regions of menu buttons
...
![see here](http://i.imgur.com/jCZTCfr.png )
2017-02-11 21:20:12 +02:00
Mathieu David
82faec6b5a
Merge pull request #201 from petehayes102/master
...
Add docs for --dest-dir option
2017-01-17 12:21:21 +01:00
Pete Hayes
32814f6f71
Remove blank ***note*** section
2017-01-17 00:19:09 +00:00
Pete Hayes
ac6f15cb27
Add docs for --dest-dir option
2017-01-17 00:19:09 +00:00
Mathieu David
0d6185ac96
Merge pull request #199 from petehayes102/master
...
Add --dest-dir option to build, watch and serve subcommands
2017-01-13 12:07:34 +01:00
Pete Hayes
4b31ae6789
Add --dest-dir arg to build, watch and serve subcommands
2017-01-12 12:26:22 +00:00
Pete Hayes
1afa2debc1
Fix spelling of omitted
2017-01-12 12:23:39 +00:00
Mathieu David
3a71371946
Merge pull request #198 from mbrubeck/watch
...
Update watch command to use `notify` 3.0
2017-01-02 19:58:47 +01:00
Mathieu David
9a318adc03
Merge pull request #197 from mbrubeck/cleanup
...
Clean up some Path code in bookconfig
2017-01-02 19:43:45 +01:00
Matt Brubeck
c7b4147ba7
Watch both book.json and book.toml
2017-01-01 16:03:49 -08:00
Matt Brubeck
1ac2602360
Update to notify 3.0
...
notify now does its own event debouncing, so it's no longer necessary
for mdbook to do this manually.
2017-01-01 16:03:49 -08:00
Matt Brubeck
09729aaca5
Clean up some Path code in bookconfig
2017-01-01 16:02:48 -08:00
Mathieu David
3ffd24df63
Merge pull request #196 from mbrubeck/open
...
Add a CLI option to open a web browser
2017-01-01 19:22:55 +01:00
Mathieu David
fe8d46b8e6
Merge pull request #195 from mbrubeck/refactor
...
Various refactoring and cleanup
2017-01-01 19:21:40 +01:00
Matt Brubeck
21bc3d47c8
Add a CLI option to open a web browser
2017-01-01 09:58:20 -08:00
Matt Brubeck
f2b87f7944
Factor common io error handling out of renderer
2016-12-31 23:12:38 -08:00
Matt Brubeck
894a03655e
Simplify error handling in utils::fs
2016-12-31 23:12:38 -08:00
Matt Brubeck
6b2572e78d
Simplify some as_str error handling code
2016-12-31 18:41:59 -08:00
Matt Brubeck
fe287a1eca
Code cleanup: Remove unnecessary .remove() calls
...
`BTreeMap::insert` will replace any existing value, so there's no need
to remove the old value first.
2016-12-31 18:33:17 -08:00
Mathieu David
375502a6fa
Merge pull request #194 from mbrubeck/warnings
...
Fix some rustc warnings.
2016-12-31 23:45:23 +01:00
Mathieu David
a6e1844aad
Merge pull request #193 from mbrubeck/chapter-title
...
Add current chapter title to handlebars context
2016-12-31 23:43:39 +01:00
Mathieu David
d92852867b
Merge pull request #192 from mbrubeck/docs
...
Fix a broken link in the documentation
2016-12-31 23:38:09 +01:00