Skip to content
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

Restructure docs.pymc.io, add developer guide #3311

Merged
merged 11 commits into from
Dec 19, 2018
Merged

Restructure docs.pymc.io, add developer guide #3311

merged 11 commits into from
Dec 19, 2018

Conversation

junpenglao
Copy link
Member

@junpenglao junpenglao commented Dec 18, 2018

Following #3303, this is a further restructure of our website. Close #1488, Close #2132.

  • Tutorial page include all our high level API guides (including theano.rst, prod_dist.rst, gp.rst etc)
  • renaming of some notebooks (some of them does not have title)
  • notebooks might appear under more than 1 categories (if it covers multiple topics)

Following #3303, this is a further restructure of our website.
- Tutorial page include all our high level API guides (including theano.rst, prod_dist.rst, gp.rst etc)
- renaming of some notebooks (some of them does not have title)
- notebooks might appear under more than 1 categories (if it covers multiple topics)
@junpenglao junpenglao changed the title [WIP] Restructure docs.pymc.io, add developer guide Restructure docs.pymc.io, add developer guide Dec 18, 2018
@junpenglao junpenglao added the WIP label Dec 18, 2018
@@ -10,10 +10,10 @@
<h3 class="ui header">Friendly modelling API</h3>
<p>PyMC3 allows you to write down models using an intuitive syntax to describe a data generating
process.</p>
<h3 class="ui header">Cutting edge algorithms</h3>
<h3 class="ui header">Cutting edge algorithms and modules</h3>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

models?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even with models I'm not sure what that is supposed to mean.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I just want to express that gp is not really an algorithm - at least not an inference algorithm

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cutting edge inference algorithms and model building blocks?

Copy link
Member

@ColCarroll ColCarroll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for renaming the notebooks! Looks good to me (other than @twiecki's suggestion, which is good)

@junpenglao junpenglao removed the WIP label Dec 18, 2018
@@ -5,14 +5,12 @@ PyMC3 Developer Guide
`PyMC3 <https://docs.pymc.io/>`__ is a Python package for Bayesian
statistical modeling built on top of
`Theano <http://deeplearning.net/software/theano/>`__. This
notebook aims to explain the design and implementation of probabilistic
doc aims to explain the design and implementation of probabilistic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document?

@junpenglao junpenglao merged commit ff1227b into pymc-devs:master Dec 19, 2018
@junpenglao junpenglao deleted the doc_cleanup branch December 19, 2018 12:15
twiecki added a commit that referenced this pull request Dec 19, 2018
twiecki added a commit that referenced this pull request Dec 19, 2018
twiecki pushed a commit that referenced this pull request Dec 20, 2018
* [WIP] Restructure docs.pymc.io, add developer guide

Following #3303, this is a further restructure of our website.
- Tutorial page include all our high level API guides (including theano.rst, prod_dist.rst, gp.rst etc)
- renaming of some notebooks (some of them does not have title)
- notebooks might appear under more than 1 categories (if it covers multiple topics)

* Further formatting

* Add developer guide

* edit developer guide

* small formatting

* further formatting

* final formatting

* really final formatting

* fix links

* small edit + another proof reading

* formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants