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

The documentation is full of typos and the references are not working #197

Closed
nbro opened this issue Dec 4, 2019 · 3 comments
Closed

The documentation is full of typos and the references are not working #197

nbro opened this issue Dec 4, 2019 · 3 comments

Comments

@nbro
Copy link

nbro commented Dec 4, 2019

I was reading the documentation for InferPy. It is full of typos and the references are not working properly. For example, in https://inferpy.readthedocs.io/en/0.0.3/notes/guideinference.html, you write "infererence" rather than "inference". You also write "Look at ? for a detailed description of the available inference algorithms". This is not the only page of the documentation that contains typos.

@nbro nbro changed the title The documentation is full of types and the references are not working The documentation is full of typos and the references are not working Dec 4, 2019
@rcabanasdepaz
Copy link
Member

Hi,
thanks for your feedback. But you are looking to the version 0.0.3, a very old version (currently we are at 1.2.3). For the most resent documentation, just select it in the left-side menu or open the following link:
https://inferpy.readthedocs.io/en/latest/

@nbro
Copy link
Author

nbro commented Dec 4, 2019

@rcabanasdepaz I've found some typos even in the docs corresponding to the latest version of the package. For example, in https://inferpy.readthedocs.io/en/latest/notes/guideinference.html and https://inferpy.readthedocs.io/en/latest/notes/bayesianNN.html, there are some typos. In the page https://inferpy.readthedocs.io/en/latest/notes/guidebayesian.html, you're using tf.layers, which is deprecated, even though you suggest the alternative Keras' layers.

@rcabanasdepaz
Copy link
Member

We will review the typos for the next version.

InferPy works with tf.layers, tf.keras or even with the stand-alone keras package. Actually, at the end of the page you mentioned, you have an example with tf.keras. https://inferpy.readthedocs.io/en/latest/notes/guidebayesian.html

Moreover, in the next release it will be compatible with keras models such as tf.keras.Sequential

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

No branches or pull requests

2 participants