restructuredtext
Here are 157 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Python
-
Updated
Sep 20, 2020 - Java
-
Updated
Aug 30, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Jul 10, 2020 - Ruby
-
Updated
Mar 24, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Aug 5, 2020 - TypeScript
-
Updated
Aug 11, 2020 - Emacs Lisp
-
Updated
Apr 6, 2020 - Python
-
Updated
Jan 8, 2020 - Python
-
Updated
May 17, 2020 - Python
Hi,
I find this list very useful and I think crowbook might be included in it : https://github.com/lise-henry/crowbook
However I've not tested it and specially how to seamlessly cite references part.
Noé
-
Updated
Aug 14, 2020 - C++
-
Updated
Aug 10, 2020 - Java
-
Updated
Aug 15, 2020 - Emacs Lisp
-
Updated
Jul 4, 2020 - PHP
The example in https://docs.conan.io/en/latest/integrations/ci/appveyor.html is invalid (indentation, cmmd). I am new to appveyor. I guess it should be:
version: 1.0.{build}
platform:
- x64
install:
- cmd: echo "Downloading conan..."
- cmd: set PATH=%PATH%;%PYTHON%/Scripts/
- cmd: pip.exe install conan
- cmd: conan user # Create the conan data directory
- cmd: cona-
Updated
Aug 11, 2017
-
Updated
Jan 20, 2018 - Go
-
Updated
Mar 17, 2014 - JavaScript
-
Updated
Mar 30, 2019 - JavaScript
-
Updated
May 31, 2017 - C++
-
Updated
Jan 25, 2020 - Python
Improve this page
Add a description, image, and links to the restructuredtext topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the restructuredtext topic, visit your repo's landing page and select "manage topics."
Why do all our input test rst files have
.txtextensions?.rstwould make it easier for editors to syntax highlight them…