docs
docs copied to clipboard
conan.io reStructuredText documentation
Port this as an example to the beta documentation: https://github.com/conan-io/docs/pull/2662 Could be a Read More for the layout() reference Adding to the beta3 milestone but should be ported to branch...
To be merged in beta3 https://github.com/conan-io/docs/pull/2610
In Conan 2.0 documentation page [self.cpp and self.cpp_info](https://docs.conan.io/en/2.0-alpha/reference/conanfile/other/cpp_info.html) the following sections are not clear to someone not familiar with Conan (like me): 1. ``` .builddirs Ordered list with build scripts...
Closes: https://github.com/conan-io/docs/issues/2655 Examples related: https://github.com/conan-io/examples2/pull/39
Add the equivalent of the [CMake example](https://docs.conan.io/en/2.0/tutorial/consuming_packages/build_simple_cmake_project.html) but for Meson as an example that is linked from the tutorial in the Read More and also should be linked from the...
Conan 2.0 documentation for [package_type](https://docs.conan.io/en/2.0-alpha/reference/conanfile/attributes.html#package-type) is not precise enough to actually inform users of the bahaviour. Things to improve: 1. For each `package_type` describe precisely how those map to requirement...
On profiles section, the [variable declaration](https://docs.conan.io/en/latest/reference/profiles.html#variable-declaration) is well defined and related to a single package only: ``` [settings] zlib:compiler=clang ``` However, for conf there is no documentation about: https://docs.conan.io/en/latest/reference/profiles.html#tools-configurations For...
### Environment Details (include every applicable attribute) * Operating System+version: * Compiler+version: * Conan version: 1.40 * Revisions are disabled * Python version: ### Steps to reproduce (Include if Applicable)...
some conanfile attributes aren't documented on https://docs.conan.io/en/latest/reference/conanfile/attributes.html, though briefly mentioned in other places: - `export_sources_folder` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html) - `cpp` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html#declaring-the-layout) - `folders` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html#declaring-the-layout) - `env`...