Ecosyste.ms: OpenCollective

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

github.com/doctrine/rst-parser


https://github.com/doctrine/rst-parser

Merge pull request #153 from norkunas/fix-formatting

Fix exception message formatting in TableNode

54024026d64fff84de645537015e30709a123ab1 authored over 3 years ago by Grégoire Paris <[email protected]>
Fix exception message formatting in TableNode

a988c1fb073b5497070e776ee5034b812efd3bd8 authored over 3 years ago by Tomas <[email protected]>
Merge pull request #152 from Nyholm/upgrate-docs-error

Added note about the updated Error Handling

bc175a10904c2804472221ae46ec8dd204a27dc3 authored over 3 years ago by Grégoire Paris <[email protected]>
Added note about the updated Error Handling

abc2cebfd95368547104d6afeed0c680345d4c73 authored over 3 years ago by Nyholm <[email protected]>
Merge pull request #148 from Nyholm/error

Adding an Error object

c4ac6f1fa422b8ce90ef8db6a7d9d657db257b80 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #151 from doctrine/0.4.x

Merge up 0.4.x into 0.5.x

23a8c7af07602e765717c7644adae00dee7217c2 authored over 3 years ago by Grégoire Paris <[email protected]>
minors

241b83af2c76a492569e049fdc4038ae934cd92d authored over 3 years ago by Nyholm <[email protected]>
Fixed tests

a5d17025373293297449795f82bb4ba776f3faf7 authored over 3 years ago by Nyholm <[email protected]>
Remove deprecation layer

ab4af20ebccb715eccfdaa6300515c86e9bb0c73 authored over 3 years ago by Nyholm <[email protected]>
Adding an Error object

620432dead4e3a5daa755036251d52c534d0262b authored over 3 years ago by Nyholm <[email protected]>
Merge pull request #144 from greg0ire/close-api

Close api

4e2516d785efda2028e33ae6742a3a3c11115735 authored over 3 years ago by Grégoire Paris <[email protected]>
Add configuration option to support github output (#149)

Co-authored-by: Grégoire Paris <[email protected]>

43953429c0e15416f3fa9c33b6b6bb15c8090b45 authored over 3 years ago by Tobias Nyholm <[email protected]>
Merge pull request #147 from greg0ire/update-branch-metadata

Declare past, current and upcoming branches

b4db3420f62f44c2c12420b30dcf73f4c4700910 authored over 3 years ago by Grégoire Paris <[email protected]>
Make classes final by default

It makes it easier to change method signatures, and reason about the
code.
Many classes were lef...

9a796f625bbff2eef340fad80b76552f80e8ab86 authored over 3 years ago by Grégoire Paris <[email protected]>
Use private visibility by default

It makes it easier to change things afterwards.

37dba6f291b7e908991f784c2203a790baa1eb7e authored over 3 years ago by Grégoire Paris <[email protected]>
Declare past, current and upcoming branches

This should allow us to have up-to-date documentation.

06ad59ab757df664899c5f826544cd76352ffda6 authored over 3 years ago by Grégoire Paris <[email protected]>
Merge pull request #143 from wouterj/list-body-elements

Refactor list parser

dcaee4368788c0bcaf0bdaed351c106f76c58739 authored over 3 years ago by Grégoire Paris <[email protected]>
Completely rewrite list parsing

This refactors parsing lists using subparsers, in order to parse list contents
(like code blocks...

5dc37a090d144d0bbdfe8a7854c67ea9504a5a4a authored over 3 years ago by Wouter de Jong <[email protected]>
Replace escape characters in generated output

722082de016b9033ba03ab3b364dc1bc19c03852 authored over 3 years ago by Wouter de Jong <[email protected]>
Add utility to easily run Sphinx on fucntional tests

f79767d649c0cefd978fcb31fffaafdd69a56265 authored over 3 years ago by Wouter de Jong <[email protected]>
Generalize some LineChecker methods

db985b708ba51a174c98f015e18238de5a8b9088 authored over 3 years ago by Wouter de Jong <[email protected]>
Merge pull request #141 from weaverryan/alphabetical-globs

alphabetical globs, Directive refactoring & Fixing

e5e7cbe60957f30924d2b51e1ce284f3ddd0a868 authored almost 4 years ago by Grégoire Paris <[email protected]>
tweaks thanks to feedback

02ce08c973377d4e2612f4e606280f01bb4b2d5a authored almost 4 years ago by Ryan Weaver <[email protected]>
removing unnecessary any() in PHPUnit

41529ebc392587c9326f4d03be39fc7949dc7cf8 authored almost 4 years ago by Ryan Weaver <[email protected]>
typo fixes thanks to @greg0ire

11e45c3b9d6b74467ddd05e3fa837414af64b7c3 authored almost 4 years ago by Ryan Weaver <[email protected]>
Simplifying and claraifying LineChecker::isBlockLine()

d7dd369e4d14cafc8c3f9f55f48470ef41bcb6e6 authored almost 4 years ago by Ryan Weaver <[email protected]>
Renaming Directive method to appliesToNonBlockContent() for clarity

3ba31efe68d0f11e7dee301c9f1fb4a93723d9c3 authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing bug: blank SubDirective content IS ok for some directives

77845436d6005800ff94ccf5643c22147f821e86 authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing a bug where many directives were illegaly allowed to have non-indented content

6884c572cec2424aafd9f00694e3fd5795be00e4 authored almost 4 years ago by Ryan Weaver <[email protected]>
clarifying CodeNode comments

66f0727eb22d92d9cb8bdb30c20a27ddd4bd0856 authored almost 4 years ago by Ryan Weaver <[email protected]>
Throw nested exception

Best of both worlds: get (sometimes) a really nice error from the parser
about the filename and ...

769493ac3dd6ae1e9e02dffcc7f4ca1336528478 authored almost 4 years ago by Ryan Weaver <[email protected]>
Adding approximate line numbers to one part of the process

2323f0097b982c30c06541d64ac361ab546b7186 authored almost 4 years ago by Ryan Weaver <[email protected]>
phpcs and typos

5dd1683a2b3057bc913131a762b44f1d1a69d4e1 authored almost 4 years ago by Ryan Weaver <[email protected]>
Adding a way to silence errors when not being thrown and throw original error

9c4c7c886c5dd5526a7ef9600b6ec84b3c3534a8 authored almost 4 years ago by Ryan Weaver <[email protected]>
Updating SubDirective to no longer use wantCode()

This also fixes a test class that didn't end in Test... and so wasn't being run

a45df6e3ced5a756151eca0d7070b071e7f78e65 authored almost 4 years ago by Ryan Weaver <[email protected]>
documenting getIndexName()

400ac05ca82d8465d1540ef136e4e19b7bcd39da authored almost 4 years ago by Ryan Weaver <[email protected]>
Adding more clarifying documentation

2f7eb575f53bc7c30cf2ed1ce2b4b061e43a608d authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing Directive::wantCode() functionality

Probably Directive::wantCode() should not exist. After this change, directives
can start to corr...

c7d41a68c632c08d52826869113135f2939ef22e authored almost 4 years ago by Ryan Weaver <[email protected]>
tweaks from review

e0838952c94b197e6b5c312752d69f1004c06b0d authored almost 4 years ago by Ryan Weaver <[email protected]>
sorting the packages

460a2886e7be4654d51ea4f5a4d7edee2adf5bee authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing last tests

a99715cb4e7978b5d771114ec821c8c74141aac8 authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing test: own file is not included in toc tree, but it's useful for test to force

7d458bbf14a7db9ce8c2aad2295ad367ee848273 authored almost 4 years ago by Ryan Weaver <[email protected]>
Making toctree globs alphabetical

This is what Sphinx does. Also adds support for :reversed:

81348aba938c335c74d1f4aea232fe3897adb826 authored almost 4 years ago by Ryan Weaver <[email protected]>
allowing 4.4 to support php 7.1

67c703d5c469e68689ccee14cbe422b812c17ae7 authored almost 4 years ago by Ryan Weaver <[email protected]>
Adding clarification about the purpose of CodeNode

ddcbe0f9138b5fbd803582c327a62858caea2bf7 authored almost 4 years ago by Ryan Weaver <[email protected]>
Fixing and improving test for new Toctree sorting

017835ce55a8059c22976ef9b7a03ffe9e7ddffb authored almost 4 years ago by Ryan Weaver <[email protected]>
Merge pull request #140 from doctrine/0.3.x-merge-up-into-0.4.x_604fa5ac658897.40518768

Merge release 0.3.1 into 0.4.x

e63461e5c4840417ef716f5ef12f14e0b8f952f3 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #138 from wouterj/pull-86

Parse the contents of a definition list

9f9887b282307c7cc8ff92a2c98aec39346696d9 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #139 from nikophil/fix/toc-no-url-fragment

Toctree: don't add url fragment for h1

90343749a8c6909a0d86ee9a8b47770cea1fb45a authored almost 4 years ago by Grégoire Paris <[email protected]>
Parse definitions as beginning document

The contents of a definition can be directives, lists, tables, etc.

732ae67ee524821e90816d745a5d7584071f24ec authored almost 4 years ago by Wouter de Jong <[email protected]>
Toctree: don't add url fragment for h1

31c29e6ee7fc30512a782353b145175cf2e174a2 authored almost 4 years ago by Nicolas PHILIPPE <[email protected]>
Add some documentation on parse methods

These methods have some side-effects which, as they were undocumented, are
quite hard to discove...

cf3bb3022236743be6603bcf779e97ac0ccc4e57 authored almost 4 years ago by Wouter de Jong <[email protected]>
Merge pull request #134 from wouterj/advanced-literal-blocks

Support documents starting with a literal block marker

7907706178f02198a423a907d5aa83dc2a356b70 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #135 from nikophil/fix/literal-in-title

Fix permalinks of titles containing ticks

dc46b55325233e0fd9528ec3176055c13faee711 authored almost 4 years ago by Grégoire Paris <[email protected]>
failing test case: directive nested in definition list

131c0b2784351da2fa4c1e396e67e9655721e2d7 authored almost 4 years ago by Nicolas PHILIPPE <[email protected]>
fix literal in titles

2cd25287b06e305c20e947c033df9e912543a046 authored almost 4 years ago by Nicolas PHILIPPE <[email protected]>
Support documents starting with a literal block marker

This fixes https://github.com/weaverryan/docs-builder/issues/36

Refs https://docutils.sourcefor...

45f221c7ebbeab640132afb3bcf371b15ac679c2 authored almost 4 years ago by Wouter de Jong <[email protected]>
Merge pull request #131 from doctrine/0.2.x-merge-up-into-1.0.x_603e8dc4c4b682.86346258

Merge release 0.2.0 into 1.0.x

e92fb0985d8caec2857fb5e6272144dd7b5a13b7 authored almost 4 years ago by Grégoire Paris <[email protected]>
Remove runtime assertion

PHPStan detected that this cannot happen. If it can happen again in the
future, PHPStan will war...

6517cbcc89aa882484980a5b4a1501b6b17095b6 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/0.2.x' into 0.2.x-merge-up-into-1.0.x_603e8dc4c4b682.86346258

6d2211c870f8c2d3c8f59c32f19e3bfe4c51b232 authored almost 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #130 from javiereguiluz/twig_3

Allow using Twig 3

24f905c07934b95b001e0508571ad447fbcfe6bf authored almost 4 years ago by Grégoire Paris <[email protected]>
Updated the min Twig version required

cccfd0f1f3cba0a6b2e76a208c594f2b8d38218a authored almost 4 years ago by Javier Eguiluz <[email protected]>
Don't use the deprecated spaceless tag

a73f5073a92907d52107b8af39a6fd04c2a45845 authored almost 4 years ago by Javier Eguiluz <[email protected]>
Allow using Twig 3

3bf0df97234b30eb8ad1900af033d5066915d9d5 authored almost 4 years ago by Javier Eguiluz <[email protected]>
Merge pull request #117 from tkotosz/patch-1

Fix installation instruction

da8784a88ccf07803811b13ce791165e270edaef authored about 4 years ago by Grégoire Paris <[email protected]>
Fix installation instruction

e36ad0b38a4aed59ccd39182b6cbd85075323e5d authored about 4 years ago by Tibor Kotosz <[email protected]>
Merge pull request #123 from weaverryan/add-code-node-options

Finish add code node options

10a5e337b0714984c30101a0bed9fe04b3843602 authored about 4 years ago by Grégoire Paris <[email protected]>
✨ Add options to CodeNode

This should unlock features similar to the one described at
https://www.sphinx-doc.org/en/1.5/ma...

ab10cf14a9cc21d0aa43800d31425c7731a66378 authored about 4 years ago by Jérémy Romey <[email protected]>
Merge remote-tracking branch 'origin/0.1.x' into 1.0.x

596ace1eedf0183badce2a176080e7d8b34113ba authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #128 from jeremyFreeAgent/patch-1

update symfony/filesystem version

6f87876c464acec93327f5c95138a80a7667a4b1 authored about 4 years ago by Grégoire Paris <[email protected]>
update symfony/filesystem version

ddceed00474e0cd881286b3b6ec27f20b01f2700 authored about 4 years ago by Jérémy Romey <[email protected]>
Merge pull request #126 from greg0ire/migrate-to-ga

Migrate to ga

1c4a14070f96e0d0c011c934f9ce445d9b040169 authored about 4 years ago by Grégoire Paris <[email protected]>
Configure coverage filter

272417a539fc5791d1b8d387fa5d63e17de92322 authored about 4 years ago by Grégoire Paris <[email protected]>
Migrate to Github Actions

39b4f82acce0522381720a41a10aa26ac589952d authored about 4 years ago by Grégoire Paris <[email protected]>
Set locale explicitly

Since PHP 8, it is required.

9703dd3aa232ad28a15324456f7ae288e446600b authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #127 from doctrine/0.1.x-merge-up-into-1.0.x_5fb9889faab675.59823566

Merge release 0.1.1 into 1.0.x

95fa4351d48e6f8006b3d83eabef3d3af0399298 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge remote-tracking branch 'origin/0.1.x' into 0.1.x-merge-up-into-1.0.x_5fb9889faab675.59823566

4330d3b123ed5038cf5afb15b95c577c1b510f11 authored about 4 years ago by Grégoire Paris <[email protected]>
Setup release workflow

26190b50a57eda961f5a9678350aa8c82dbdfd0a authored about 4 years ago by Grégoire Paris <[email protected]>
Update branch metadata

bb634d3e1cf782a71aaf6cf399ba41bda700122c authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #125 from greg0ire/maintenance-work

Maintenance work

9b79e98c364a998ce034eb43243f27245caf4069 authored about 4 years ago by Grégoire Paris <[email protected]>
Fix PHPStan findings

a67c110ba74e9890e7115636bb3cb83d53f93ac2 authored about 4 years ago by Grégoire Paris <[email protected]>
Remove ignore rules specific to vim

People should use a global gitignore file.

0d1879c982a2fde7c082efda73fa92a16622718f authored about 4 years ago by Grégoire Paris <[email protected]>
Update .doctrine-project.json for the website.

ae50b9c062dbdf170eb634e6afd534703da63a5a authored about 4 years ago by Jonathan H. Wage <[email protected]>
Remove composer.lock from version control

a76c3de3936a9807fd228a11204be62d5a4af8e7 authored about 4 years ago by Grégoire Paris <[email protected]>
Test with more recent versions of PHP

cf3f2696b2bf0550afe415183d81678b2c6fe9a0 authored about 4 years ago by Grégoire Paris <[email protected]>
Remove useless and wrong assertion

321880b0ad76f6135962fdd5c56c67c79fe4909b authored about 4 years ago by Grégoire Paris <[email protected]>
Upgrade PHPUnit to a version compatible with PHP 8

ffd6ef1998f7523c9cbc3254745a03a16a360013 authored about 4 years ago by Grégoire Paris <[email protected]>
Add missing dependency

712667371e96e7ba9f99b56905bbfe16d1582f2b authored about 4 years ago by Grégoire Paris <[email protected]>
Upgrade to dependencies compatible with PHP 8

4af811e0e6d0ef2bcdf3cce4a1218a05d57c7840 authored about 4 years ago by Grégoire Paris <[email protected]>
Fix cs automatically

052af50879ec726f617156c0c99891d2f1775ba0 authored about 4 years ago by Grégoire Paris <[email protected]>
Allow PHP 8

567c692ac631719471d96670981801d66bc98f45 authored about 4 years ago by Grégoire Paris <[email protected]>
Update to dependencies compatible with Composer 2

8808abbd262ef8eb49f4ae11d0a5a70f8ab38199 authored about 4 years ago by Grégoire Paris <[email protected]>
Merge pull request #124 from weaverryan/fix-title-links

Fixing a bug with title links and ticks

68419cbf92d60177b95e44d79a79cae1098a91ef authored about 4 years ago by Ryan Weaver <[email protected]>
Fixing a bug with title links and ticks

b3c810858bcc4154a902448584b13a5ed5a8f8e4 authored about 4 years ago by Ryan Weaver <[email protected]>
Merge pull request #122 from weaverryan/custom-scanner-finder

Adding a way to customize the Finder used by the Scanner

1873475b3791954f1ca1539d4063cfcbd1c9e351 authored about 4 years ago by Ryan Weaver <[email protected]>
Adding a way to customzie the Finder used by the Scanner

The use-case is to be able to ignore certain paths

464e92149f7e6ab4c48579a0d309ad32a8fe6f94 authored about 4 years ago by Ryan Weaver <[email protected]>
Merge pull request #119 from jeremyFreeAgent/fix-link-with-parenthesis

Fix link with a parenthesis before

071ea2324e54bb5f6c3951d8ec0e397c1b3d44f4 authored about 4 years ago by Ryan Weaver <[email protected]>
:pill: Fix link with a parenthesis before

9163401ee859afa78ed07b605eba8cba0034e5a9 authored over 4 years ago by Jérémy Romey <[email protected]>
Merge pull request #118 from SenseException/restore-master-build

Restore master build

d97da75a8a2cab33453711f01b90303f5c3845db authored over 4 years ago by Benjamin Eberlei <[email protected]>
Fix of phpstan code errors

4bc2987deb4fb60b57b3efc096b7860cf6b3303f authored over 4 years ago by Claudio Zizza <[email protected]>