Logs for #nikola for 2017-01-14

06:20:45 -GitHub[nikola]:#nikola- [nikola] adarshdec23 opened pull request #2634: Fix #2628 - allow meta generator to be diabled (master...f2628) https://git.io/vMV0V
06:32:46 <ToApolytoXaos> ChrisWarrick: I have tried to generate a new post and I thought it would be based on year/month/day; by default it's not and by running "nikola help new_post" you get this following flag as an option: -d, --date-path           Create post with date path (eg. year/month/day, see NEW_POST_DATE_PATH_FORMAT in config)
06:33:03 <ToApolytoXaos> my question is: where is NEW_POST_DATE_PATH_FORMAT located?
06:33:32 <ToApolytoXaos> I cannot find it inside conf.py
06:47:52 <ToApolytoXaos> hmm, it must be a new feature, because it's not displayed in https://www.getnikola.com/handbook.html
06:48:03 <ToApolytoXaos> by the way, the internal anchor links are broken
06:49:56 <ToApolytoXaos> I clicked on the "The new_post command" and expected to be scroll up until the beginning of the page, but it scrolled anywhere but the beginning
06:50:23 <ToApolytoXaos> it added #id21 at the end of handbook.html
09:21:51 <ChrisWarrick> ToApolytoXaos: it is a new feature
09:22:13 <ToApolytoXaos> how to setup that flag please?
09:22:22 <ChrisWarrick> !conf
09:22:22 <KwBot> ChrisWarrick: conf.py: https://getnikola.com/conf.html
09:22:33 <ChrisWarrick> ToApolytoXaos: find the new flags ↑ here
09:22:42 <ToApolytoXaos> cool
09:23:10 <ChrisWarrick> ToApolytoXaos: those anchor links are not broken, they scroll you to the place where the thing appears in the table of contents
09:23:10 <ToApolytoXaos> perfect
09:23:27 <ToApolytoXaos> it does not work for some reason
09:24:02 <ChrisWarrick> define "does not work"
09:24:24 <ToApolytoXaos> well, it shouldn't be doing that based on TOC
09:24:46 <ChrisWarrick> ToApolytoXaos: what should it do and why?
09:25:13 <ToApolytoXaos> something like this http://php.net/manual/en/language.types.object.php#language.types.object.casting
09:25:38 <ChrisWarrick> ToApolytoXaos: ?
09:25:51 <ToApolytoXaos> by clicking on it, it scrolls it up until the top of the page
09:26:07 <ChrisWarrick> does not work here
09:26:22 <ToApolytoXaos> take your mouse at the end of it
09:26:37 <ToApolytoXaos> you will see a paragraph glyph character
09:26:42 <ChrisWarrick> ToApolytoXaos: Oh, you are expecting this.
09:26:47 <ToApolytoXaos> yes
09:27:07 <ChrisWarrick> Sphinx can do that, so I imagine tis is some hidden reST setting
09:27:26 <ToApolytoXaos> let me check
09:27:29 <ChrisWarrick> What reST does, at least by default, is to have a link to the thing in ToC and a link back to ToC in header
09:29:37 <ToApolytoXaos> sphinx does it
09:29:42 <ToApolytoXaos> http://www.sphinx-doc.org/en/1.5.1/rest.html
09:30:02 <ToApolytoXaos> hover your mouse on Paragraphs and look at your right
09:30:46 <ChrisWarrick> ToApolytoXaos: the only thing that remains is to figure out how they do it
09:30:52 <ToApolytoXaos> yep
09:30:58 <ToApolytoXaos> I'm looking to find it
09:35:12 <KwBot> [nikola] Kwpolska closed issue #2628: Add option to disable meta generator tag https://github.com/getnikola/nikola/issues/2628
09:35:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2634: Fix #2628 - allow meta generator to be diabled (master...f2628) https://git.io/vMV0V
09:38:07 <KwBot> [nikola] felixfontein closed issue #2625: option to restrict next/previous post to posts of the same section https://github.com/getnikola/nikola/issues/2625
09:39:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vMVaA
09:39:20 -GitHub[nikola]:#nikola- nikola/master 2423c64 Chris Warrick: Put changelog for #2634 under “New in master”...
09:39:30 -travis-ci:#nikola- getnikola/nikola#8266 (master - a9656c9 : Chris Warrick): The build passed.
09:39:31 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0e2f7b35a49c...a9656c9d0332
09:39:31 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/191877073
09:40:11 <ChrisWarrick> ToApolytoXaos: added docs for new_post_date_path
09:40:18 <ToApolytoXaos> +1
09:40:27 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vMVaj
09:40:27 -GitHub[nikola]:#nikola- nikola/master 8c336cf Chris Warrick: Document NEW_POST_DATE_PATH...
09:43:29 -travis-ci:#nikola- getnikola/nikola#8267 (master - 2423c64 : Chris Warrick): The build passed.
09:43:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a9656c9d0332...2423c649e9ee
09:43:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/191877536
09:45:01 <ToApolytoXaos> ChrisWarrick: where do you usually set settings for generating documentation?
09:45:23 <ChrisWarrick> ToApolytoXaos: be more precise
09:45:34 <ToApolytoXaos> there's an "add_permalink = True" flag for sphinx
09:46:30 <ToApolytoXaos> http://www.sphinx-doc.org/en/1.5.1/config.html?highlight=permalink#confval-html_add_permalinks
09:46:39 <ToApolytoXaos> the aforementioned is in doctree class
09:47:11 -travis-ci:#nikola- getnikola/nikola#8268 (master - 8c336cf : Chris Warrick): The build passed.
09:47:12 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2423c649e9ee...8c336cfe3750
09:47:12 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/191877716
09:54:28 <ToApolytoXaos> ChrisWarrick, question: when I set the variable to True, do I have to enable NEW_POST_DATE_FORMAT as well?
09:54:43 <ChrisWarrick> ToApolytoXaos: It defaults to y/m/d
09:54:50 <ToApolytoXaos> awesome
09:56:01 <ToApolytoXaos> perfect, works as expected
09:56:08 <ToApolytoXaos> awesome job ChanServ 
09:56:12 <ToApolytoXaos> lol ChrisWarrick 
11:34:42 -GitHub[nikola]:#nikola- [nikola] felixfontein created run-jinjify (+1 new commit): https://git.io/vMVKT
11:34:42 -GitHub[nikola]:#nikola- nikola/run-jinjify 02a0dcf Felix Fontein: Still missing from #2634.
11:35:12 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2635: Still missing from #2634. (master...run-jinjify) https://git.io/vMVKk
11:35:53 -GitHub[nikola]:#nikola- [nikola] felixfontein closed pull request #2635: Still missing from #2634. (master...run-jinjify) https://git.io/vMVKk
11:36:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted run-jinjify at 02a0dcf: https://git.io/vMVKL
11:38:26 -travis-ci:#nikola- getnikola/nikola#8269 (run-jinjify - 02a0dcf : Felix Fontein): The build has errored.
11:38:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/02a0dcfa7b6e
11:38:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/191892432
11:42:34 -travis-ci:#nikola- getnikola/nikola#8271 (master - 6b6e2a9 : Felix Fontein): The build passed.
11:42:35 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/8c336cfe3750...6b6e2a96cbe9
11:42:35 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/191892588
12:39:35 <KwBot> [nikola] Kwpolska opened issue #2636: Support for Sphinx-style “link to here” headers https://github.com/getnikola/nikola/issues/2636
12:45:38 -GitHub[nikola]:#nikola- [nikola] adarshdec23 opened pull request #2637: Fix #2537 - Build fails on bad image file (master...f2537) https://git.io/vMVPY
12:58:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2637: Fix #2537 - Build fails on bad image file (master...f2537) https://git.io/vMVPY
12:59:04 <KwBot> [nikola] Kwpolska closed issue #2537: build fails on bad image file: OSError: cannot identify image file https://github.com/getnikola/nikola/issues/2537
18:17:20 -GitHub[plugins]:#nikola- [plugins] felixfontein created latex-formula-renderer (+1 new commit): https://git.io/vMVAP
18:17:20 -GitHub[plugins]:#nikola- plugins/latex-formula-renderer 2fc1fb6 Felix Fontein: Added LaTeX formula renderer plugin.
18:18:22 -GitHub[plugins]:#nikola- [plugins] felixfontein opened pull request #205: Added LaTeX formula renderer plugin. (master...latex-formula-renderer) https://git.io/vMVAX
18:18:49 -GitHub[plugins]:#nikola- [plugins] felixfontein created latex (+1 new commit): https://git.io/vMVA1
18:18:49 -GitHub[plugins]:#nikola- plugins/latex bff18eb Felix Fontein: Added LaTeX page compiler plugin.
18:20:22 -GitHub[plugins]:#nikola- [plugins] felixfontein opened pull request #206: Added LaTeX page compiler plugin. (latex-formula-renderer...latex) https://git.io/vMVAS
18:21:27 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1140 (latex-formula-renderer - 2fc1fb6 : Felix Fontein): The build passed.
18:21:28 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/2fc1fb6acce4
18:21:28 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191955442
18:27:35 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1142 (latex - bff18eb : Felix Fontein): The build failed.
18:27:36 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/bff18ebb0943
18:27:37 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191955681
18:33:06 -GitHub[plugins]:#nikola- [plugins] felixfontein pushed 2 new commits to latex: https://git.io/vMVxZ
18:33:06 -GitHub[plugins]:#nikola- plugins/latex e9b872c Felix Fontein: Fixed name.
18:33:06 -GitHub[plugins]:#nikola- plugins/latex ce8534e Felix Fontein: Using io.BytesIO instead of own MemoryFile.
18:34:57 -GitHub[plugins]:#nikola- [plugins] felixfontein pushed 2 new commits to latex-formula-renderer: https://git.io/vMVx4
18:34:57 -GitHub[plugins]:#nikola- plugins/latex-formula-renderer e3e334f Felix Fontein: Fixed name.
18:34:57 -GitHub[plugins]:#nikola- plugins/latex-formula-renderer 702ac44 Felix Fontein: Using io.BytesIO instead of own MemoryFile.
18:35:51 -GitHub[plugins]:#nikola- [plugins] felixfontein force-pushed latex from ce8534e to c2afed5: https://git.io/vMVxu
18:35:51 -GitHub[plugins]:#nikola- plugins/latex c2afed5 Felix Fontein: Added LaTeX page compiler plugin.
18:37:29 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1144 (latex - ce8534e : Felix Fontein): The build is still failing.
18:37:30 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/bff18ebb0943...ce8534e01db7
18:37:30 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191958091
18:39:01 -GitHub[plugins]:#nikola- [plugins] felixfontein pushed 1 new commit to latex: https://git.io/vMVxV
18:39:01 -GitHub[plugins]:#nikola- plugins/latex 9b477dd Felix Fontein: Improving documentation.
18:44:15 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1146 (latex-formula-renderer - 702ac44 : Felix Fontein): The build passed.
18:44:16 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/2fc1fb6acce4...702ac4486f4e
18:44:16 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191958420
18:49:22 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1148 (latex - c2afed5 : Felix Fontein): The build is still failing.
18:49:23 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/ce8534e01db7...c2afed59ccc8
18:49:23 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191958551
18:56:06 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1150 (latex - 9b477dd : Felix Fontein): The build is still failing.
18:56:07 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/c2afed59ccc8...9b477dd9a66c
18:56:07 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191959106
19:05:33 -GitHub[plugins]:#nikola- [plugins] felixfontein pushed 1 new commit to latex: https://git.io/vMVhT
19:05:33 -GitHub[plugins]:#nikola- plugins/latex ac1ab18 Felix Fontein: Forgot to remove variable.
19:10:08 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1152 (latex - ac1ab18 : Felix Fontein): The build was fixed.
19:10:09 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/9b477dd9a66c...ac1ab18fc1d3
19:10:09 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/191963611