-
Notifications
You must be signed in to change notification settings - Fork 372
Add Essentials to seealso training sections #4164
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
base: release/2.18
Are you sure you want to change the base?
Conversation
Conan 2 Essentials Training | ||
=========================== | ||
|
||
The Conan 2 Essentials training is available for free at the JFrog Academy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would appreciate a bit more of detail, like for example that it is a hands-on training, with real exercises to learn by doing
@@ -33,6 +33,12 @@ peculiarities of different types of Conan packages like, for example, header-onl | |||
libraries, packages for pre-built binaries, packaging tools for building other packages or | |||
packaging your own applications. | |||
|
|||
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't want to deviate too much the attention to the user actually reading the written tutorial, maybe put sometimes this note below the TOC?
@@ -260,3 +260,7 @@ We can run ``conan create`` again specifying a different ``compiler.cppstd`` and | |||
We could call ``conan install --require sum/0.1`` with an empty profile and would get the binary package from the | |||
server. But if we miss the binary and we need to build the package again, it will fail because of the lack of | |||
settings. | |||
|
|||
.. seealso:::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking weird with :::::
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo! Good catch
No description provided.