8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fb2f3 commit 51271e5Copy full SHA for 51271e5
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