Skip to content

Commit

Permalink
Add community page to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thjashin committed Apr 20, 2018
1 parent 5040a33 commit f2f29a9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 26 deletions.
20 changes: 20 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Contributing
============

We always welcome contributions to help make ZhuSuan better. If you would like
to contribute, please check out the
`guidelines <https://github.com/thu-ml/zhusuan/blob/master/CONTRIBUTING.md>`_
here. Below are an incomplete list of our contributors (find more on
`this page <https://github.com/thu-ml/zhusuan/graphs/contributors>`_).

* Jiaxin Shi (`thjashin <https://github.com/thjashin>`_)
* Jianfei Chen (`cjf00000 <https://github.com/cjf00000>`_)
* Shengyang Sun (`ssydasheng <https://github.com/ssydasheng>`_)
* Yucen Luo (`xinmei9322 <https://github.com/xinmei9322>`_)
* Yihong Gu (`wmyw96 <https://github.com/wmyw96>`_)
* Yuhao Zhou (`miskcoo <https://github.com/miskcoo>`_)
* Ziyu Wang (`meta-inf <https://github.com/meta-inf>`_)
* Alexander Botev (`botev <https://github.com/botev>`_)
* Shuyu Cheng (`csy530216 <https://github.com/csy530216>`_)
* Haowen Xu (`korepwx <https://github.com/korepwx>`_)
* Huajun Wu (`CaptainMushroom <https://github.com/CaptainMushroom>`_)
27 changes: 7 additions & 20 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,17 @@ If no error occurs, you've successfully installed ZhuSuan.
api/zhusuan.diagnostics
api/zhusuan.utils

.. toctree::
:maxdepth: 1
:caption: Community

contributing



Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Contributors
------------

Jiaxin Shi (`thjashin <https://github.com/thjashin>`_),
Jianfei Chen (`cjf00000 <https://github.com/cjf00000>`_),
Shengyang Sun (`ssydasheng <https://github.com/ssydasheng>`_),
Yucen Luo (`xinmei9322 <https://github.com/xinmei9322>`_),
Yihong Gu (`wmyw96 <https://github.com/wmyw96>`_),
Yuhao Zhou (`miskcoo <https://github.com/miskcoo>`_),
Ziyu Wang (`meta-inf <https://github.com/meta-inf>`_),
Alexander Botev (`botev <https://github.com/botev>`_),
Shuyu Cheng (`csy530216 <https://github.com/csy530216>`_),
Haowen Xu (`korepwx <https://github.com/korepwx>`_),
Huajun Wu (`CaptainMushroom <https://github.com/CaptainMushroom>`_),
...

We welcome collaboration to the project. To help develop ZhuSuan, you can
refer to `CONTRIBUTING.md
<https://github.com/thu-ml/zhusuan/blob/master/CONTRIBUTING.md>`_.
4 changes: 2 additions & 2 deletions docs/tutorials/bayesian_nn.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bayesian Neural Networks for Multivariate Regression
====================================================
Bayesian Neural Networks for Regression
=======================================

.. note::

Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/lntm.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Logistic Normal Topic Models and its Inference Using HMC-EM
===========================================================
Logistic Normal Topic Models
============================

The full script for this tutorial is at `examples/topic_models/lntm_mcem.py
<https://github.com/thu-ml/zhusuan/blob/master/examples/topic_models/lntm_mcem.py>`_.

A Brief Introduction to Topic Models and Latent Dirichlet Allocation
--------------------------------------------------------------------
An Introduction to Topic Models and Latent Dirichlet Allocation
---------------------------------------------------------------

Nowadays it is much easier to get large corpus of documents. Even if there are
no suitable labels with these documents, much information can be extracted. We
Expand Down

0 comments on commit f2f29a9

Please sign in to comment.