-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[WIP] Reorganize and update documentation #5059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
2c65116
71e342e
72266c8
b93be6a
e5acf97
604d16d
5e93f64
92bad68
6399b98
101e9ea
7ac3c16
fa99d9e
dfa05bd
6caabff
28d1701
8476e53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ tags | |
|
||
# Sphinx | ||
_build | ||
docs/jupyter_execute | ||
|
||
# Merge tool | ||
*.orig | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<footer class="footer mt-5 mt-md-0"> | ||
<div class="container"> | ||
{% for footer_item in theme_footer_items %} | ||
<div class="footer-item"> | ||
{% include footer_item %} | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</footer> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
:orphan: | ||
|
||
.. | ||
_"api" is referenced in html_theme_options docs/source/conf.py | ||
|
||
.. _api: | ||
|
||
************* | ||
|
@@ -13,20 +8,14 @@ API Reference | |
:maxdepth: 2 | ||
|
||
api/distributions | ||
api/bounds | ||
api/inference | ||
api/glm | ||
api/gp | ||
api/plots | ||
api/stats | ||
api/backends | ||
api/math | ||
api/data | ||
api/model | ||
api/model_graph | ||
api/variables | ||
api/shape_utils | ||
api/ode | ||
api/samplers | ||
api/smc | ||
api/step_methods | ||
api/inference | ||
api/plots | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now we have a BART module #5058 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool, I was going to ask more questions about the api resources, including BART, because we've been talking a bit with @OriolAbril about what needs to be displayed for users, what needs to be displayed for devs and what doesn't need to be displayed at all. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding comment by @Sayam753 : Yes. At least, |
||
|
||
Indices and tables | ||
=================== | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.