Skip to content

Commit

Permalink
add readme to docs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur authored Jan 21, 2025
1 parent b6cceed commit 7825bb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ wheels/
.venv

demos/emcee.ipynb
docs/
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
A probabilistic programming language for python built on `numpy`.

## Installation
To install from PyPI:
To install from PyPI (recommended):

**pip**
```
Expand Down Expand Up @@ -197,4 +197,5 @@ but you cannot install `jupyter` also. If you must use `jupyter`, use python

[ci-status-img]: https://img.shields.io/github/actions/workflow/status/lanl/arianna-ppl/CI.yml?style=flat-square&label=CI
[pypi-version]: https://img.shields.io/pypi/v/arianna-ppl?style=flat-square&label=PyPI
[pypi-downloads]: https://img.shields.io/pypi/dm/arianna-ppl?style=flat-square&label=Downloads
[pypi-downloads]: https://img.shields.io/pypi/dm/arianna-ppl?style=flat-square&label=Downloads&color=blue

4 changes: 4 additions & 0 deletions src/arianna/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
.. include:: ../../README.md
:start-line: 1
"""

0 comments on commit 7825bb3

Please sign in to comment.