-
-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib: restructure Getting Started - Setup and Building into a Work…
…flows section The Getting Started section has a lot of technical detail. I thought it would be better moved to the end, and referenced from the contribution paths earlier in the guide. I haven't updated the paths yet. Also: - I added a central links.rst that can be included anywhere. - I omitted the "Editors and tools" section. It doesn't provide any useful information. - Perhaps the Workflows section could be further categorized. - The `c_blah_start` and `c_blah_end` comments are only for the temporary inclusions being used to demonstrate the new organization.
- Loading branch information
Showing
13 changed files
with
208 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_directory_structure: | ||
|
||
=================== | ||
Directory structure | ||
=================== | ||
|
||
[This is the :ref:`build_directory_structure` section from the devguide.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_directory_structure_start | ||
:end-before: c_directory_structure_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_using_codespaces: | ||
|
||
======================= | ||
Using GitHub Codespaces | ||
======================= | ||
|
||
[This is the :ref:`using-codespaces` section from the devguide.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_codespaces_start | ||
:end-before: c_codespaces_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_compiling: | ||
|
||
================= | ||
Compile and build | ||
================= | ||
|
||
.. note:: | ||
[This is the :ref:`compiling` section from the devguide. I think this page | ||
is too long and could be split by build target, but we can leave that for a | ||
later time.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_compile_and_build_start | ||
:end-before: c_compile_and_build_end | ||
|
||
.. include:: ../../links.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_checkout: | ||
|
||
=================== | ||
Get the source code | ||
=================== | ||
|
||
.. note:: | ||
[This is the :ref:`checkout` section from the devguide. We might need to edit | ||
it to clarify that some steps are only needed for code contribution.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_get_source_code_start | ||
:end-before: c_get_source_code_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_build-dependencies: | ||
|
||
==================== | ||
Install Dependencies | ||
==================== | ||
|
||
[This is the :ref:`build-dependencies` section from the devguide.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_install_dependencies_start | ||
:end-before: c_install_dependencies_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_vcsetup: | ||
|
||
=========== | ||
Install Git | ||
=========== | ||
|
||
[This is the :ref:`vcsetup` section from the devguide.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_install_git_start | ||
:end-before: c_install_git_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_regenerating: | ||
|
||
=============================== | ||
Regenerating auto-created files | ||
=============================== | ||
|
||
.. note:: | ||
[These are two similar sections from the is the :ref:`setup-building` section from the devguide.] | ||
|
||
Regenerate ``configure`` | ||
======================== | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_regenerate_configure_start | ||
:end-before: c_regenerate_configure_end | ||
|
||
Regenerate the ABI dump | ||
======================= | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_regenerate_abi_start | ||
:end-before: c_regenerate_abi_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. important:: | ||
|
||
|draft| | ||
|
||
|purpose| | ||
|
||
.. _c_build_troubleshooting: | ||
|
||
=========== | ||
Install Git | ||
=========== | ||
|
||
[This is the :ref:`build_troubleshooting` section from the devguide.] | ||
|
||
.. include:: ../../getting-started/setup-building.rst | ||
:start-after: c_build_troubleshooting_start | ||
:end-before: c_build_troubleshooting_end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters