Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/JuliaDoc


https://github.com/JuliaLang/JuliaDoc

Merge pull request #32 from mkitti/patch-1

Update README.md

7908af9cb202a1e78a437389e19d0d24622a6677 authored almost 5 years ago
Update README.md

Use past tense and explicitly mark this as deprecated.

22c1dfb6d4d370b2fab2dd6c0e8b13e3930d9b35 authored almost 5 years ago
Merge pull request #24 from mgeier/package_data

Add theme files to package_data

a04131c1d06932b85f01a88d28f21b4ef1386a77 authored about 8 years ago
Add theme files to package_data

This fixes #2.

00ed19c6dc7c44cfd6fd9de99f38ccfdc71f3a6c authored about 8 years ago
Merge pull request #23 from invenia/doctest-fix

Fixes to doctest processing

8dbccf7a4cec7097f005314b7b08f5bb0d3817bc authored over 8 years ago
REPL emulation now only applies to 0.5

Additionally broke up the long `pushdisplay` line.

de608d53f30574b581c0dfb67c024a3952325967 authored over 8 years ago
Fix doctests from hanging when missing trailing \n

The `dump` call was not providing a trailing newline which was causing
the doctests to hang sinc...

ca46f12a60b77584fd223e3fa91be6b821d1f933 authored over 8 years ago
Fix exception in report_failure

Issue was due to `self._checker.output_difference` and
`self._failure_header` sometimes returnin...

d1b31df6bc93f63a89cba424e4914f5fe4a6b600 authored over 8 years ago
Emulate REPL behaviour

307673ec253e63802aaf53e1e76520d3389facbf authored over 8 years ago
Merge pull request #22 from invenia/variable-directive

Create "variable" directive

c87dbaa47f49ecc2b70c2e9cb029b9d3541160aa authored over 8 years ago
Create "variable" directive

803ef530d2a68c4c666bcc8d4c1c0a5c624f37b0 authored over 8 years ago
Merge pull request #21 from invenia/type-directive

Using the type directive no longer prepends "type"

4ead737bf50a888e5855a1e54320aeed8626e1e5 authored over 8 years ago
Using the type directive no longer prepends "type"

473c18f94d94b25d030177929f879b430236db67 authored over 8 years ago
Merge pull request #19 from JuliaLang/yyc/doctest-fix

Fix doctest setup.

804a631676d1a9d8c5286dd83a362db7029c728e authored almost 9 years ago
Fix doctest setup.

0cbefef8f4654524227c05f74f4e1efbb3d67706 authored almost 9 years ago
Merge pull request #18 from invenia/macro

Fix for macros without parameters

fe343066983b33e6451c441bbe99a91d97a7e095 authored about 9 years ago
Fix for macros without parameters

Previously macros such as `@__FILE__` would not have permalinks since
they did not include paren...

28f684184a49d6ecd40d22f5e5a91fc86a8a8e6c authored about 9 years ago
fix 'Module.func' formatting

85c83a5c4ecd1716e0aa858d73322cc2058bc7b1 authored over 9 years ago
fix orange code blocks

9fddc22fc1ca6924c8326b3ea6e16023fa3db82a authored over 9 years ago
Merge pull request #15 from JuliaLang/jrg/py3k

RFC: Towards fixing on python3

072cd1738e6f11d9381e216c1991aab1c989153a authored over 9 years ago
Import print_function so python2 output looks normal

Old output:
(1, 'items passed all tests:')

New output:
1 items passed all tests:

This ...

da734713a83802513734ccc55e159b003b0fd975 authored over 9 years ago
Flush stdin before reading stdout to prevent a hang on python3

Even better might be to "Use communicate() rather than .stdin.write,
.stdout.read or .stderr.rea...

ffa09c4dd492fa0805796c99dc2efaf4c10ca093 authored over 9 years ago
UTF-8 encode each string sent to stdin for python3 compatibility

e3ed24ebb524613771dfd2ab032c4f7801ac8608 authored over 9 years ago
[py3k] Don't call sys.exc_info() after the exception is handled

In python2, sys.exc_info() returns the exception if the program is
handling an exception or if i...

8cedc4c42a633ff82ad31f190320683036701b5b authored over 9 years ago
Use values() instead of itervalues() for python3 compatibility

8b3bbbf23f378f64bc27ad51adbfc06ac5b95b4a authored over 9 years ago
Fix for new lowering of triple-quote string macros

The _mstr macros are no longer used, and dispatch to the _str macro
instead. JuliaLang/julia#10228

012be05a6a704fbdce09ff5c3f060930d6d427f9 authored almost 10 years ago
sphinx.util.pycompat.bytes not in Sphinx 1.3

Replaces this with an explcit Python version check, which is bad,
but there does not appear to b...

4ea9c645f353c260439c0a4d18ad1e48879c83af authored almost 10 years ago
Merge pull request #12 from JuliaLang/cjh/unembrace

Remove {} syntax from generated helpdb.jl.

15e0f6f97ecd08f93504b639956047968e3e6a42 authored over 10 years ago
Remove {} syntax from generated helpdb.jl.

ca9cf0fab501fba194e732f6f596f7015162a23d authored over 10 years ago
jlhelp: fix double-newline bug

0dd9903f12f21140d46ceae9b30088ec40e353d6 authored over 10 years ago
Use just-compiled version of julia, not global path julia

bab3c6ba9e613da94001e1d71f994143814a1422 authored over 10 years ago
Use julia instead of julia-basic to run doctest

91ca0bf6cfbd5a06b202accd54928fb7e059a854 authored over 10 years ago
Merge pull request #8 from pao/master

add "document" class to content: fixes RTD search?

5019d1fe089b3ed36576f6005447d2a8ce8ce00e authored over 10 years ago
add "document" class to content: fixes RTD search?

Per @ihnorton in JuliaLang/julia#7134, following the convention mentioned in rtfd/readthedocs.or...

e63563b19356ac25e0f3cd88cfc51188736454ef authored over 10 years ago
Merge pull request #6 from lucasb-eyer/master

Simultaneous Python2.x and Python3.x compatibility.

85361bb67d6eedb8ee956b5c09f50ae547cf7b7a authored almost 11 years ago
Simultaneous Python2.x and Python3.x compatibility.

5252e096039899958e889d407cb8de8b4ba43771 authored almost 11 years ago
jlhelp: remove categories

fe3db7224daf4798ac950f7aa2c6ae7b60b85491 authored almost 11 years ago
fix search bug

88cb64ff33f25d50244c337cd3c865392a77400a authored almost 11 years ago
new theme based on sphinx_rtd_theme

557ad87b6ed932da70d5de1bdbe0f8d30a869b4b authored almost 11 years ago
Merge pull request #5 from mathpup/fix_jldoctest_option_parsing

Fix doctest option string processing

a2e163edd9850275953ffe2c0988ebb2feafbfbf authored about 11 years ago
Fix doctest option string processing

Added an explicit from doctest import OPTIONFLAGS_BY_NAME. The presence of
option flags was caus...

6f8b422e0479ec17a12fb2976bd8a35e4f254643 authored about 11 years ago
Merge pull request #4 from ivarne/master

Improved do not edit message in helpdb.jl

0d487eb733d026530e9bfb196fb36aa5660b1efd authored about 11 years ago
Improved do not edit message in helpdb.jl

2db3642d608943a8f6741dd506bc79dd2d6591e1 authored about 11 years ago
doctest: fix unicode errors, handle triple-quoted input

300b72cd13fe9b54b938a0b49416e4d860181d0f authored about 11 years ago
add jldoctest.py, for '.. doctest::' directive

7aad4d1e67fd328269f8ff0ef3c725807a7d03d1 authored about 11 years ago
use new SVG logo

9bfbd7684be14936091e7d2f0a92fcc51996cef7 authored over 11 years ago
helpdb: don't let module name override category

This was obsolete code, it's no longer useful.

0ea2c97bcc9a71f544614ed979126a35b4c94f24 authored over 11 years ago
remove main-doc-specific template

c5547dda5cb7dc0ce2f84d8d1dd407d839045e44 authored over 11 years ago
apparently the template should go here

45f428781f1b4a107479bb3a5d763f4da612fe4e authored over 11 years ago
Revert "move templates to right place"

This reverts commit 8d553d873edd6e1c95844fed3bcc06eca797d807.

16e05e7efc0343618db6caacf91a65ea199255c3 authored over 11 years ago
move templates to right place

8d553d873edd6e1c95844fed3bcc06eca797d807 authored over 11 years ago
update sidebar inclusions

2b28be7473d838269a25e93b01d739d8060f2019 authored over 11 years ago
switch to scheme-relative URLs for HTTPS servers

fa9746d10eefd1f3d7bab1ee8451917b0f7d78a4 authored over 11 years ago
Added function to find templates directory

a4c7dcc80eb7101a25eacc60229e70ae78b49d9c authored over 11 years ago
Doc style tweaks from JuliaLang/julia#2123

Signed-off-by: Patrick O'Leary <[email protected]>

7287402f76f0526f80d4bdfd4024a61787b42d08 authored over 11 years ago
Add instructions to README.md

810593fc2de5485d8fc1af35ab128e7deffc3093 authored over 11 years ago
Forgot to import os

a859ef954daed0a129da634ccb18accf11be2a99 authored over 11 years ago
Check in theme and plugin files from JuliaLang/julia

1d86258de267ffcdccaea6272b89dca5d472cb90 authored over 11 years ago
Initial commit

ccd778939d87d66a9a9befdd4309d034f502eb4d authored over 11 years ago