Skip to content

Commit caad002

Browse files
committed
Add plugin author pages
1 parent c0707a6 commit caad002

File tree

8 files changed

+58
-7
lines changed

8 files changed

+58
-7
lines changed

doc/en/new-docs/pluginauthor.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Plugin Author
44
=============
55

6-
* Get started with the Cookiecutter template
7-
* Introduction to hooks
8-
* Registering a plugin with pytest (setup.py)
9-
* Recommended practice for publishing (moving to pytest-dev)
10-
* Adding a command-line option
11-
* Testing plugins
12-
* Using the pytest cache
6+
* :ref:`Get started with the Cookiecutter template <cookiecutter>`
7+
* :ref:`Introduction to hooks <hooksintro>`
8+
* :ref:`Registering a plugin with pytest (setup.py) <registerplugin>`
9+
* :ref:`Recommended practice for publishing (moving to pytest-dev) <publishplugin>`
10+
* :ref:`Adding a command-line option <addcommandlineoption>`
11+
* :ref:`Testing plugins <testingplugins>`
12+
* :ref:`Using the pytest cache <pytestcache>`
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`addcommandlineoption`:
3+
4+
Adding a command-line option
5+
============================
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`cookiecutter`:
3+
4+
Get started with the Cookiecutter template
5+
==========================================
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`hooksintro`:
3+
4+
Introduction to hooks
5+
=====================
6+
7+
TODO
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _index:
2+
.. _`publishplugin`:
3+
4+
Recommended practice for publishing a plugin
5+
============================================
6+
7+
(moving to pytest-dev org)
8+
9+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`pytestcache`:
3+
4+
Using the pytest cache
5+
======================
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`registerplugin`:
3+
4+
Registering a plugin with pytest (setup.py)
5+
===========================================
6+
7+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _index:
2+
.. _`testingplugins`:
3+
4+
Testing plugins
5+
===============
6+
7+
TODO

0 commit comments

Comments
 (0)