Mohamed Ali Jamaoui

Results 9 issues of Mohamed Ali Jamaoui

*Description of changes:* Fix typos ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about...

I would like to start translating d2l-ai book to Arabic. I see that you have a repository per language, could you create one for Arabic? If not what's the procedure?...

The purpose of this PR is to improve the code quality by reducing the number of alerts thrown by [flake8](http://flake8.pycqa.org/en/latest/): ``` $ flake8 . | wc -l 334 ``` After...

As the title suggests, I would like to know if there is a plan to support python3 in the near future, as some of the open issues are about bug...

Fixes #20. As described in [pep-0404](https://www.python.org/dev/peps/pep-0404/#imports): > In Python 3, implicit relative imports within packages are no longer available - only absolute imports and explicit relative imports are supported. The...

Thanks for this initiative. I would like to contribute a translation to an RTL (right to left) language for your articles. Could you document how you intend to support internationalization...

When deploying the generated html to github, it will be treated as a jekyll website thus the content won't be rendering correctly. Namely, in this case, the html pages won't...

I am using python 3.7 with d2lbook 0.1.9. ```bash $ python --version Python 3.7.2 $ pip freeze |grep d2lbook d2lbook==0.1.9 ``` When I try to initialize a new project with...

Fixes a broken reference.

needs contributor changes