Skip to content

Commit bce8ae6

Browse files
basic doctest setup
1 parent 7ff2bc0 commit bce8ae6

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/source/index.rst

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
PyMC experimental
2+
===================================================
3+
|Tests|
4+
|Coverage|
5+
|Black|
6+
7+
8+
.. |Tests| image:: https://github.com/pymc-devs/pymc-experimental/actions/workflows/test.yml/badge.svg
9+
:target: https://github.com/pymc-devs/pymc-experimental
10+
11+
.. |Coverage| image:: https://codecov.io/gh/pymc-devs/pymc-experimental/branch/main/graph/badge.svg?token=ZqH0KCLKAE
12+
:target: https://codecov.io/gh/pymc-devs/pymc-experimental
13+
14+
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
15+
:target: https://github.com/ambv/black
16+
17+
18+
19+
Where we grow the next batch of cool PyMC features
20+
21+
22+
Dependencies
23+
============
24+
PyMC experimental is tested on Python 3.8+ and depends on PyMC V5.
25+
26+
Installation
27+
============
28+
29+
.. code-block:: bash
30+
31+
pip install git+https://github.com/pymc-devs/pymc-experimental.git
32+
33+
Contributing
34+
============
35+
We welcome contributions from interested individuals or groups! For information about contributing to PyMC experimental check out our instructions, policies, and guidelines `here <https://github.com/pymc-devs/pymc-experimental/blob/main/CONTRIBUTING.md>`_.
36+
37+
Contributors
38+
============
39+
See the `GitHub contributor page <https://github.com/pymc-devs/pymc-experimental/graphs/contributors>`_.
40+
41+
.. toctree::
42+
:hidden:
43+
44+
api_reference <https://www.pymc.io/projects/experimental/en/latest/api_reference.html>

0 commit comments

Comments
 (0)