We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fb2f3 + 51271e5 commit ee2fb20Copy full SHA for ee2fb20
README.md
@@ -32,10 +32,13 @@ Or use the interactive shell:
32
33
Currently the project is in an early phase, and so is the documentation.
34
35
-You can generate documentation by running:
+You can read the [online documentation](https://rustpython.github.io/website/rustpython/index.html) for the latest code on master.
36
+
37
+You can also generate documentation locally by running:
38
39
```shell
-$ cargo doc
40
+$ cargo doc # Including documentation for all dependencies
41
+$ cargo doc --no-deps --all # Excluding all dependencies
42
```
43
44
Documentation HTML files can then be found in the `target/doc` directory.
0 commit comments