Skip to content

Commit b813c39

Browse files
martinacantaroOriolAbril
authored andcommitted
Continue restructuring the API
Delete conflicting files
1 parent 1626ba6 commit b813c39

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

docs/source/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
API Reference
1010
*************
1111

12-
.. toctree::
12+
.. toctree
1313
:maxdepth: 2
1414
1515
api/backends
1616
api/distributions
1717
api/gaussian_process
1818
api/model
19-
api/ode
19+
api/ordinary_differential_equations
2020
api/samplers
21-
api/smc
21+
api/sequential_monte_carlo
2222
api/step_methods
23-
api/vi
23+
api/variational_inference
2424
2525
Indices and tables
2626
===================

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
"navbar_end": ["search-field.html", "navbar-icon-links.html"],
185185
"search_bar_text": "Search...",
186186
"use_edit_page_button": False, # TODO: see how to skip of fix for generated pages
187+
"externalrefs": True,
187188
"google_analytics_id": "UA-176578023-1",
188189
}
189190
html_context = {

docs/source/contributing/index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@ PyMC is an open source, collective effort. Find all the ways in which you can he
44

55
## Help develop PyMC
66

7-
reviewing? proofreading...
7+
Learn about developing PyMC in our Developer's section.
8+
9+
See open issues
810

911
## Help improve the documentation
1012

13+
:::{list-table}
14+
:header-rows: 0
15+
:widths: 10 150
16+
17+
* - {fa}`discourse,fa-2x,style=fab`
18+
- Beginners
19+
20+
New to the open source space? Find a good beginner friendly documentation issue you can help with [here](https://github.com/pymc-devs/pymc/issues?q=is%3Aissue+is%3Aopen+label%3A%22beginner+friendly%22+label%3A%22docs%22) or [here](https://github.com/pymc-devs/pymc-examples/issues?q=is%3Aopen+label%3Adocs+label%3A%22good+first+issue%22).
21+
22+
You will need to express your interest in the issue by commenting on it using your Github account, and you will need to use some beginner level Git to complete the Pull Request process, but don't worry! There are plenty of good [tutorials](https://guides.github.com/activities/hello-world/) out there, and PyMC reviewers are happy to help.
23+
::::
24+
25+
1126
## Others
1227
Issue triaging
1328

docs/source/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
:::{card}
2-
:img-background: pymc/docs/pymc_logo.jpeg
2+
:img-background: https://github.com/pymc-devs/pymc/blob/main/docs/pymc_logo.jpg
33
:margin: 0 2 auto auto
44
:width: 50%
5-
---
6-
scale: 80
7-
---
5+
:scale: 80
86
:::
97

108
Probabilistic programming in Python
@@ -16,6 +14,8 @@ Probabilistic programming in Python
1614
Get started!
1715
:::
1816

17+
::::{grid} 1
18+
1919
:::{dropdown} Announcements: library name change and launching PyMC 4.0!
2020
:color: warning
2121
:icon: rocket
@@ -26,6 +26,7 @@ We have two major announcements that we're excited to share. First of all, a new
2626

2727
This ties into our second announcement, which is that we are hereby launching the newest version of PyMC: PyMC 4.0! Read more about this new release [here]().
2828
:::
29+
::::
2930

3031
# Main Features & Benefits
3132

0 commit comments

Comments
 (0)