-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
```{eval-rst} | ||
Test: Build all files | ||
===================== | ||
# Test: Build all files | ||
|
||
.. toctree:: | ||
:glob: | ||
:::{toctree} | ||
:glob: | ||
|
||
** | ||
``` | ||
** | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
```{eval-rst} | ||
.. php:method:: Foo::simplify() | ||
# Simple method | ||
|
||
:::{php:class} Foo | ||
::: | ||
|
||
:::{php:method} test($a, ...$args) | ||
|
||
Simplify expression. | ||
Simple test method. | ||
|
||
:param array $args: Associative array | ||
```{eval-rst} | ||
:param array $args: Associative array | ||
``` | ||
::: | ||
|
||
## Cross linking | ||
|
||
- {php:meth}`Foo::test()` | ||
- {php:meth}`foo::TEST()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
```{eval-rst} | ||
Simple NS | ||
========= | ||
# Simple NS | ||
|
||
.. php:namespace:: Foo | ||
:::{php:namespace} Foo | ||
::: | ||
|
||
.. php:class:: A | ||
:::{php:class} A | ||
::: | ||
|
||
.. php:method:: simplify() | ||
:::{php:method} simplify() | ||
::: | ||
|
||
Cross linking | ||
************* | ||
## Cross linking | ||
|
||
* :php:meth:`A::simplify` | ||
``` | ||
- {php:meth}`A::simplify` |