- May 01, 2017
-
-
Gabriel Mazetto authored
-
- Mar 31, 2017
-
-
Marin Jankovski authored
Make rest2html work with docutils 0.13 See merge request !5
-
-
- Jan 09, 2017
-
-
Gabriel Mazetto authored
Disable raw rendering See merge request !4
-
Gabriel Mazetto authored
- Oct 13, 2016
-
-
Marin Jankovski authored
gitlab-markup gem Renamed the gem and related documentation. Published a pre-release version on rubygems.org: https://rubygems.org/gems/gitlab-markup. Please name a few other maintainers I should link to in rubygems.org to give access to the gem. Merge this MR if no other feedback is needed here and I will commit to master a non-pre-release version and update the MR in gitlab-rails: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6659 See merge request !3
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
- Oct 12, 2016
-
-
Robert Speicher authored
Python3 support This branch is based on GitLab-CI support, and should be merged after !1. We added support for both `python2` and `python3` in the codebase, but it still has python2 hard-coded. For now we are patching the interpreter used in omnibus to change it to python3 to keep backward compatibility with users using it by source. In the near future, we will make this switchable with the help of an initializer. See merge request !2
-
Gabriel Mazetto authored
-
Marin Jankovski authored
GitLab-CI support What was done: * Converted `.travis-ci.yml` to the equivalent in `.gitlab-ci.yml` and added additional rubies. * JRuby support is removed as we don't use and a dependent gem removed the support for it: https://github.com/jgarber/redcloth/issues/31#issuecomment-252954871 * Fixed `README.pod` fixture to use a valid markup * Fixed `README.pod.html` to include updated expected render. See merge request !1
-
Gabriel Mazetto authored
This code will keep current behavior for python 2.x.
-
Gabriel Mazetto authored
-
- Oct 11, 2016
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- Oct 10, 2016
-
-
Gabriel Mazetto authored
-
- Jul 22, 2016
-
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
- Oct 01, 2015
-
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
Garen Torikian authored
-
- Sep 29, 2015
-
-
kakwa authored
Conflicts: lib/github/commands/rest2html
-
- Sep 08, 2015
-
-
Garen Torikian authored
Added doctest blocks to reStructuredText (with tests)
-
- Sep 02, 2015
-
-
Alex Willmer authored
Many Python projects use Sphinx to create documentation from .rst markup. Using a doctest:: directive the markup can include blocks of code that is both tested and rendered in the final documentation. These blocks are not rendered on github.com though, e.g. in a README.rst. To remedy this (without adding Sphinx as a dependency) this PR aliases doctest:: directives to code:: directives,. The language of such blocks is set to 'python', since doctest only supports Python. Refs dateutil/dateutil#83
-
- Aug 05, 2015
-
-
Garen Torikian authored
Resolve issues with the `tt` tag in MediaWiki
-