pyo3/guide/src
David Hewitt cc1aa598cd
Merge pull request #3411 from OliverFM/main
Update docs with fresher bazel example
2023-08-29 06:17:51 +00:00
..
building_and_distribution Add a nox task to rustfmt code in the guide. 2022-11-22 09:19:40 +01:00
class add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
conversions Makes PathBuf FromPyObject implementation work on all os.PathLike 2023-08-08 22:15:56 +02:00
ecosystem Fix links in `logging.md` 2023-01-03 20:03:51 +08:00
function Tiny grammar fix in error_handling.md 2023-07-12 15:51:18 +02:00
SUMMARY.md Start adding a performance section to the guide. 2023-07-09 14:32:59 +02:00
advanced.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
building_and_distribution.md Update docs with fresher bazel example 2023-08-29 06:44:22 +01:00
changelog.md Add CHANGELOG to the guide 2020-09-05 14:44:39 +01:00
class.md Mention no subclassing of Python classes in docs 2023-08-28 12:34:13 +02:00
contributing.md guide: add contributing page (#2442) 2022-06-08 13:30:11 +00:00
conversions.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
debugging.md More typos and grammar. 2022-11-23 07:42:53 +01:00
ecosystem.md More typos and grammar. 2022-11-23 07:42:53 +01:00
exception.md Revert "Fix typos and other minor touchups to guide" 2023-08-15 08:55:41 +01:00
faq.md Two is not three 2023-07-11 13:56:34 +02:00
features.md remove `Python::acquire_gil` 2023-05-09 09:39:23 +02:00
function.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
getting_started.md bump maturin version in example files 2023-06-14 08:45:32 +01:00
index.md Start splitting long guide pages into subchapters 2020-09-01 22:44:27 +01:00
memory.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
migration.md Remove IntoPyPointer 2023-08-14 16:28:20 -04:00
module.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
parallelism.md Add a nox task to rustfmt code in the guide. 2022-11-22 09:19:40 +01:00
performance.md Add another performance subsection on implicit access to GIL token. 2023-07-09 15:02:12 +02:00
python_from_rust.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
python_typing_hints.md Update outdated link in python_typing_hints.md and fix typos 2023-07-14 15:50:14 +02:00
rust_cpython.md More typos and grammar. 2022-11-23 07:42:53 +01:00
trait_bounds.md Fix redundant imports in doc tests thereby fixing the careful CI job. 2023-04-10 08:09:06 +02:00
types.md Fix redundant imports in doc tests thereby fixing the careful CI job. 2023-04-10 08:09:06 +02:00