Skip to content

Commit 2c65116

Browse files
committed
Getting docs ready for v4
example doc restructure working and hopefully illustrative doc skeleton update requirements WIP Change log: - Upload new PyMC logo - Updated conf.py to pymc instead of pymc3 - Start configuring and populating index page - Start configuring and populating learning page - Start configuring and populating api page - Updated API to follow the docs/Architecture.png layout - Start configuring and populating learning page - Fix typo in filename of "index legacy" add community page, other minor changes Continue restructuring the API Delete conflicting files example doc restructure update requirements update requirements and gitignore some fixes add changes introduced by pre-commit checks fix community page title update api for distributions update gaussian process api fix end of file more changes sponsor logos sponsor logos cleanup, other changes changes to satisfy pre-commit checks requirements changes minor changes Add testimonials to docs homepage remove sphinx panels and other changes center buttons add explanation of MAP to glassor minor change fix typo minor changes put content in videos and podcasts section. Change formatting of testimonials (width of 2 cards for better formating in narrow screens) add code example to front page revise some definitions (#5126) minor changes minor changes WIP: organizing notebooks into learning section
1 parent 140dab0 commit 2c65116

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+15005
-1454
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tags
1717

1818
# Sphinx
1919
_build
20+
docs/jupyter_execute
2021

2122
# Merge tool
2223
*.orig

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ dependencies:
2323
- python-graphviz
2424
- python=3.7
2525
- scipy>1.4.1
26-
- sphinx-autobuild>=0.7
26+
- sphinx-copybutton
2727
- sphinx-notfound-page
28-
- sphinx-panels
2928
- sphinx>=1.5
3029
- typing-extensions
3130
- pip:

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ dependencies:
2323
- python-graphviz
2424
- python=3.8
2525
- scipy>1.4.1
26-
- sphinx-autobuild>=0.7
26+
- sphinx-copybutton
2727
- sphinx-notfound-page
28-
- sphinx-panels
2928
- sphinx>=1.5
3029
- typing-extensions>=3.7.4
3130
- pip:

conda-envs/environment-dev-py39.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ dependencies:
2323
- python-graphviz
2424
- python=3.9
2525
- scipy>1.4.1
26-
- sphinx-autobuild>=0.7
26+
- sphinx-copybutton
2727
- sphinx-notfound-page
28-
- sphinx-panels
2928
- sphinx>=1.5
3029
- typing-extensions>=3.7.4
3130
- pip:

conda-envs/windows-environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies:
2727
- pytest-cov>=2.5
2828
- pytest>=3.0
2929
- sphinx-autobuild>=0.7
30+
- sphinx-copybutton
3031
- sphinx-notfound-page
31-
- sphinx-panels
3232
- sphinx>=1.5
3333
- watermark
3434
- pip:

docs/logos/sponsors/numfocus.png

41.4 KB
Loading
File renamed without changes.

docs/pymc_logo.jpg

-82.9 KB
Binary file not shown.

docs/source/_templates/footer.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<footer class="footer mt-5 mt-md-0">
2+
<div class="container">
3+
{% for footer_item in theme_footer_items %}
4+
<div class="footer-item">
5+
{% include footer_item %}
6+
</div>
7+
{% endfor %}
8+
</div>
9+
</footer>

0 commit comments

Comments
 (0)