-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Update documentation for the new GitHub workflow (#65162)
This adds first version of a GitHub workflow in the documentation and marks some sections as deprecated. We should clean up these sections ASAP. I was just keen to get something on the documentation site as soon as possible.
- Loading branch information
Showing
8 changed files
with
224 additions
and
78 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
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 |
---|---|---|
|
@@ -14,7 +14,6 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll | |
CodeReview | ||
SupportPolicy | ||
SphinxQuickstartTemplate | ||
Phabricator | ||
HowToSubmitABug | ||
BugLifeCycle | ||
CodingStandards | ||
|
@@ -38,10 +37,6 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll | |
A template + tutorial for writing new Sphinx documentation. It is meant | ||
to be read in source form. | ||
|
||
:doc:`Phabricator` | ||
Describes how to use the Phabricator code review tool hosted on | ||
http://reviews.llvm.org/ and its command line interface, Arcanist. | ||
|
||
:doc:`HowToSubmitABug` | ||
Instructions for properly submitting information about any bugs you run into | ||
in the LLVM system. | ||
|
@@ -54,7 +49,7 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll | |
efficient C++ code. | ||
|
||
:doc:`GitHub` | ||
Describes how to use the llvm-project repository on GitHub. | ||
Describes how to use the llvm-project repository and code reviews on GitHub. | ||
|
||
:doc:`GitBisecting` | ||
Describes how to use ``git bisect`` on LLVM's repository. | ||
|
@@ -110,7 +105,7 @@ Discourse forums. There are also commit mailing lists for all commits to the LLV | |
The :doc:`CodeOfConduct` applies to all these forums and mailing lists. | ||
|
||
`LLVM Discourse`__ | ||
The forums for all things LLVM and related sub-projects. There are categories and subcategories for a wide variety of areas within LLVM. You can also view tags or search for a specific topic. | ||
The forums for all things LLVM and related sub-projects. There are categories and subcategories for a wide variety of areas within LLVM. You can also view tags or search for a specific topic. | ||
|
||
.. __: https://discourse.llvm.org/ | ||
|
||
|
@@ -130,9 +125,9 @@ The :doc:`CodeOfConduct` applies to all these forums and mailing lists. | |
.. __: http://lists.llvm.org/pipermail/llvm-bugs/ | ||
|
||
`LLVM Announcements`__ | ||
If you just want project wide announcements such as releases, developers meetings, or blog posts, then you should check out the Announcement category on LLVM Discourse. | ||
If you just want project wide announcements such as releases, developers meetings, or blog posts, then you should check out the Announcement category on LLVM Discourse. | ||
|
||
.. __: https://discourse.llvm.org/c/announce/46 | ||
.. __: https://discourse.llvm.org/c/announce/46 | ||
|
||
.. _online-sync-ups: | ||
|
||
|
@@ -146,7 +141,7 @@ The :doc:`CodeOfConduct` applies to all online sync-ups. | |
|
||
If you'd like to organize a new sync-up, please add the info in the table | ||
below. Please also create a calendar event for it and invite [email protected] | ||
to the event, so that it'll show up on the :ref:`llvm-community-calendar`. | ||
to the event, so that it'll show up on the :ref:`llvm-community-calendar`. | ||
Please see :ref:`llvm-community-calendar-host-guidance` for more guidance on | ||
what to add to your calendar invite. | ||
|
||
|
@@ -291,7 +286,7 @@ don't find anyone present, chances are they happen to be off that day. | |
- `Video Call <https://meet.grosser.science/LLVMOfficeHours>`__ | ||
- English, German, Spanish, French | ||
* - Anastasia Stulova | ||
- Clang internals for C/C++ language extensions and dialects, OpenCL, GPU, SPIR-V, how to contribute, women in compilers. | ||
- Clang internals for C/C++ language extensions and dialects, OpenCL, GPU, SPIR-V, how to contribute, women in compilers. | ||
- Monthly, 1st Tuesday of the month at 17:00 BST - London time (9:00am PT except for 2 weeks in spring), 30 mins slot. | ||
- `GoogleMeet <https://meet.google.com/kdy-fdbv-nuk>`__ | ||
- English, Russian, German (not fluently) | ||
|
@@ -330,7 +325,7 @@ Guidance for office hours hosts | |
|
||
* If you're interested in becoming an office hours host, please add your | ||
information to the list above. Please create a calendar event for it and | ||
invite [email protected] to the event so that it'll show up on the | ||
invite [email protected] to the event so that it'll show up on the | ||
:ref:`llvm-community-calendar`. | ||
Please see :ref:`llvm-community-calendar-host-guidance` for more guidance on | ||
what to add to your calendar invite. | ||
|
@@ -446,7 +441,7 @@ Guidance on what to put into LLVM community calendar invites | |
|
||
To add your event, create a calendar event for it and invite [email protected] | ||
on it. Your event should then show up on the community calendar. | ||
|
||
Please put the following pieces of information in your calendar invite: | ||
|
||
* Write a single paragraph describing what the event is about. Include things | ||
|
Oops, something went wrong.