Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support Sphinx's table spans #1187

Open
dkd-kaehm opened this issue Dec 12, 2024 · 0 comments
Open

[FEATURE] Support Sphinx's table spans #1187

dkd-kaehm opened this issue Dec 12, 2024 · 0 comments

Comments

@dkd-kaehm
Copy link

Feature request

The table spans are currently not supported, neither for grid tables nor for simple tables syntax.

Simple table syntax: See (Sphinx docs link):

=====  =====  ======
   Inputs     Output
------------  ------
  A      B    A or B
=====  =====  ======
False  False  False
True   False  True
False  True   True
True   True   True
=====  =====  ======

Produces currently:

grafik


Grid table syntax: See (Sphinx docs link):

+--------------+----------+-----------+-----------+
| row 1, col 1 | column 2 | column 3  | column 4  |
+--------------+----------+-----------+-----------+
| row 2        |                                  |
+--------------+----------+-----------+-----------+
| row 3        |          |           |           |
+--------------+----------+-----------+-----------+

Produces currently:

grafik

dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Dec 12, 2024
Currently it is not possible to use spans in tables, like it was possible on Sphix-Variant.
See: phpDocumentor/guides#1187

On the test `test_documentation` CI job, we want to generate the docs twice to be able to recognize the errors and warnings in the docs.
See: phpDocumentor/guides#1188

Fixes: TYPO3-Solr#4204
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Dec 12, 2024
Currently it is not possible to use spans in tables, like it was possible on Sphix-Variant.
See: phpDocumentor/guides#1187

On the test `test_documentation` CI job, we want to generate the docs twice to be able to recognize the errors and warnings in the docs.
See: phpDocumentor/guides#1188

Fixes: TYPO3-Solr#4204
dkd-kaehm added a commit to TYPO3-Solr/ext-solr that referenced this issue Dec 12, 2024
Currently it is not possible to use spans in tables, like it was possible on Sphix-Variant.
See: phpDocumentor/guides#1187

On the test `test_documentation` CI job, we want to generate the docs twice to be able to recognize the errors and warnings in the docs.
See: phpDocumentor/guides#1188

Fixes: #4204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant