AakashGC

Results 28 issues of AakashGC

Hi, My revreplace task is ::- gulp.task("revreplace", ["revision"], function(){ var manifest = gulp.src("web/public/assets/javascript-build/rev-manifest.json"); return gulp.src("src/Webmuch/HomeBundle/Resources/views/Index/index.html.twig") .pipe(debug({title: 'unicorn:'})) .pipe(revReplace({manifest: manifest,replaceInExtensions: ['.html.twig']})) .pipe(gulp.dest("web/public/assets/javascript-build")); }); when i work with .html files, it replaces...

Added footer-content.html, following the sphinx-basic-ng design. For this and to mimic sphinx-basic-ng design (which we are ultimately planning to inherit) https://github.com/pydata/pydata-sphinx-theme/pull/840, have reordered and created a few tags for body...

**This is just an experimentation PR, meant to showcase the feasibility of swapping the skeleton.** Although this is not a good first step to switching to `sphinx-basic-ng` as the base,...

This PR updates the theme to synchronize with pydata-sphinx-theme~=0.10. The aim here is to just refactor the existing code to harmonize with the latest pydata. So, no new features will...

Using `sphinx-basic-ng` as the base theme instead of `pydata-sphinx-theme` as discussed in https://github.com/executablebooks/meta/issues/576 . Some of the ongoing tasks:- - [ ] Placing contents in their appropriate section as per...

This PR solves the following: - [ ] not reading article.tpxl for jinja extend of latex.tpl - [x] not able to read html.tpl using jinja2 #328 The reason behind these...

This is a **rewrite** of the extension to incorporate lessons learnt and to remove some of the path dependant decisions that were made as features were added over time. This...

in-work

Dask version 2.10.1 is causing issues in the plugin which was made keeping in mind dask version 2.1.0 . One example:-

refactoring code in visit/depart references and leveraging sphinx internals in the translators.

In lecture `https://julia.quantecon.org/dynamic_programming/perm_income.html` the link `this discussion` has the link `https://julia.quantecon.org/dynamic_programming/tools_and_techniques/linear_models.html#lm-fgs` instead of `https://julia.quantecon.org/tools_and_techniques/linear_models.html#lm-fgs` ![image](https://user-images.githubusercontent.com/6542997/65930479-4271a380-e449-11e9-81d7-1e9b7d546600.png)

high-priority