Skip to content

Commit 3f6ef63

Browse files
committed
Documentation
1 parent f447a41 commit 3f6ef63

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Backtrace
2-
==
2+
===

docs/source/component/code-sniffer/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Code sniffer
2-
============
2+
===
33

44
+----------------------+---------------------------------------------------------------------------------+
55
| Source code | `github.com <https://github.com/php-pp/code-sniffer>`_ |

docs/source/component/collection/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Collection
2-
==
2+
===
33

44
+----------------------+---------------------------------------------------------------------------------+
55
| Source code | `github.com <https://github.com/php-pp/code-sniffer>`_ |

docs/source/components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Découpage en composants
2-
==
2+
===
33

44
PHP++ est un ensemble de composants.
55

@@ -18,7 +18,7 @@ Les composants
1818
+-------------------------------------------------+----------------------------------------------------------+
1919

2020
Les composants pour le développement
21-
----
21+
---
2222

2323
.. note::
2424

@@ -34,7 +34,7 @@ Les composants pour le développement
3434

3535

3636
Les composants pour la CI
37-
-----
37+
---
3838

3939
.. note::
4040

docs/source/contracts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Contracts
2-
==
2+
===
33

44
Quand c'est possible, un composant n'est qu'une implémentation d'interfaces, qu'on appelle des contrats.
55

@@ -8,7 +8,7 @@ Ces interfaces se trouvent dans un repository qui a le même nom que le composan
88
Vous pouvez créer votre propre implémentation tant que vous respectez tous les contrats.
99

1010
Composants avec des contrats
11-
--
11+
---
1212

1313
+-------------------------------------------------+-------------------------------------------------------------+
1414
| Composant | Contrat |
@@ -17,7 +17,7 @@ Composants avec des contrats
1717
+-------------------------------------------------+-------------------------------------------------------------+
1818

1919
Example d'utilisation
20-
--
20+
---
2121

2222
Si vous utilisez le composant `collection <component/collection/index.html>`_,
2323
vous pouvez typer un paramètre avec ``StringCollection``.

docs/source/index.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Welcome to PHP++ documentation!
2-
===============================
2+
===
33

44
`PHP++ <https://github.com/php-pp>`_ is a PHP library with this features:
55
* Install only what you need: PHP++ is a set of reusable components
@@ -15,19 +15,16 @@ Compatibles PHP versions: from ``7.4`` to the ``latest``.
1515
This project is under active development.
1616

1717
Components
18-
==========
18+
---
1919

2020
`See the list of components. <components.html>`_
2121

2222
Issues
23-
======
23+
---
2424

2525
If you find an issue, go to `github.com/php-pp <https://github.com/php-pp>`_, select the component that has a problem
2626
and create a ticket in the ``Issue`` tab.
2727

28-
Contents
29-
========
30-
3128
.. toctree::
3229
:caption: PHP++
3330
:maxdepth: 1

0 commit comments

Comments
 (0)