Skip to content

Commit 4aa8e98

Browse files
authored
Initial documentation structure (#158)
1 parent fe5430c commit 4aa8e98

File tree

9 files changed

+138
-14
lines changed

9 files changed

+138
-14
lines changed

Changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _changelog:
2+
3+
================
4+
Change history
5+
================
6+
7+
TBD

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../Changelog.rst

docs/contributing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CONTRIBUTING.rst

docs/faq.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _faq:
2+
3+
============================
4+
Frequently Asked Questions
5+
============================
6+
7+
.. contents::
8+
:local:
9+
10+
.. _faq-general:
11+
12+
General
13+
=======
14+
15+
.. _faq-tbd-1:
16+
17+
TBD 1?
18+
------
19+
20+
**Answer:** Yes/No.
21+
22+
.. _faq-tbd-2:
23+
24+
TBD 2?
25+
------
26+
27+
**Answer:** Yes/No.

docs/getting-started/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=================
2+
Getting Started
3+
=================
4+
5+
:Release: |version|
6+
:Date: |today|
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
11+
introduction
12+
backends-and-brokers/index
13+
first-steps-with-celery
14+
next-steps
15+
resources
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _intro:
2+
3+
===============================
4+
Introduction to Pytest Celery
5+
===============================
6+
7+
.. contents::
8+
:local:
9+
:depth: 1
10+
11+
TBD?
12+
====
13+
14+
TBD.

docs/index.rst

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
1-
.. pytest-celery documentation master file, created by
2-
sphinx-quickstart on Tue Oct 19 13:33:33 2023.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
1+
===================================================
2+
pytest-celery - Testing Infrastructure for Celery
3+
===================================================
54

6-
Welcome to pytest-celery's documentation!
7-
==========================================
5+
TBD
86

9-
Contents:
10-
---------
7+
pytest-celery has a growing community of users and contributors. Join us
8+
in making pytest-celery even better!
9+
10+
pytest-celery is Open Source and licensed under the BSD License.
11+
12+
Supporting pytest-celery
13+
========================
14+
15+
Your contributions support the continued development of pytest-celery.
16+
17+
If you find pytest-celery valuable, please consider supporting us to ensure its
18+
future growth and maintenance.
19+
20+
Getting Started
21+
===============
22+
23+
- Begin your journey with pytest-celery by following the :ref:`getting-started`.
24+
- For common questions, you might want to check out the :ref:`faq`.
25+
26+
Contents
27+
========
28+
29+
.. toctree::
30+
:maxdepth: 1
31+
32+
introduction
33+
getting-started/index
1134

1235
.. toctree::
13-
:maxdepth: 2
36+
:maxdepth: 2
37+
38+
userguide/index
1439

15-
Indices and tables
16-
==================
40+
.. toctree::
41+
:maxdepth: 1
1742

18-
* :ref:`genindex`
19-
* :ref:`modindex`
20-
* :ref:`search`
43+
faq
44+
changelog
45+
contributing

docs/userguide/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _guide:
2+
3+
============
4+
User Guide
5+
============
6+
7+
:Release: |version|
8+
:Date: |today|
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
tbd

docs/userguide/tbd.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _guide-tbd:
2+
3+
====
4+
TBD
5+
====
6+
7+
.. contents::
8+
:local:
9+
:depth: 1
10+
11+
TBD
12+
13+
Title Placeholder 1
14+
===================
15+
16+
TBD
17+
18+
Title Placeholder 2
19+
===================
20+
21+
TBD

0 commit comments

Comments
 (0)