<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/flang/docs/LabelResolution.md, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[Documentation] Replace recommonmark by myst-parser (#65664)</title>
<updated>2023-09-25T12:02:39+00:00</updated>
<author>
<name>cor3ntin</name>
<email>corentinjabot@gmail.com</email>
</author>
<published>2023-09-25T12:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b7ff03206d668cd5a620a9d4e1b22ea112ed56e3'/>
<id>b7ff03206d668cd5a620a9d4e1b22ea112ed56e3</id>
<content type='text'>
Recommonmark has been deprecated, then archived last year. This was
tracked by: https://github.com/llvm/llvm-iwg/issues/30

See https://github.com/readthedocs/recommonmark

This patch migrates all our doc to use myst

Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recommonmark has been deprecated, then archived last year. This was
tracked by: https://github.com/llvm/llvm-iwg/issues/30

See https://github.com/readthedocs/recommonmark

This patch migrates all our doc to use myst

Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612</pre>
</div>
</content>
</entry>
<entry>
<title>[flang] Add new documentation main page</title>
<updated>2020-09-11T13:19:51+00:00</updated>
<author>
<name>Richard Barton</name>
<email>richard.barton@arm.com</email>
</author>
<published>2020-09-11T13:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=271a7bb144d3f51d29a465329c3614eaa15a6a3c'/>
<id>271a7bb144d3f51d29a465329c3614eaa15a6a3c</id>
<content type='text'>
Add a new index page to be the Flang documentation mainpage instead of
Overview.md, which jumps straight into the compiler Design. The index file
needs to be in .rst format to use the toctree directive to create table of
contents.

Also use the sphinx_markdown_tables extension to generate html tables form
markdown.

A number of additional style changes to the existing docs were needed to make
this work well:
 * Convert all headings to the # style, which works better with toctree's
   titlesonly option. Ensure that there is only one top-level heading per
   document.
 * Add a title to documents that don't have one for rendering on the index.
 * Convert the grammar docs from .txt to .md. for better rendering
 * Fixed broken link to a section in another document - sphinx does not seem to
   support anchor links in markdown files.

Depends on D87226

Reviewed By: sameeranjoshi

Differential Revision: https://reviews.llvm.org/D87242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new index page to be the Flang documentation mainpage instead of
Overview.md, which jumps straight into the compiler Design. The index file
needs to be in .rst format to use the toctree directive to create table of
contents.

Also use the sphinx_markdown_tables extension to generate html tables form
markdown.

A number of additional style changes to the existing docs were needed to make
this work well:
 * Convert all headings to the # style, which works better with toctree's
   titlesonly option. Ensure that there is only one top-level heading per
   document.
 * Add a title to documents that don't have one for rendering on the index.
 * Convert the grammar docs from .txt to .md. for better rendering
 * Fixed broken link to a section in another document - sphinx does not seem to
   support anchor links in markdown files.

Depends on D87226

Reviewed By: sameeranjoshi

Differential Revision: https://reviews.llvm.org/D87242
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert D86875 "[Flang][NFC] Remove license comments from files in docs/ folder."</title>
<updated>2020-09-10T17:34:37+00:00</updated>
<author>
<name>Sourabh Singh Tomar</name>
<email>SourabhSingh.Tomar@amd.com</email>
</author>
<published>2020-09-10T17:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=932aae77e92b08e63c0225b6eb37dfa80b310313'/>
<id>932aae77e92b08e63c0225b6eb37dfa80b310313</id>
<content type='text'>
This reverts commit f787c9a90c69f, this was causing some build issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f787c9a90c69f, this was causing some build issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Flang][NFC] Remove license comments from files in docs/ folder.</title>
<updated>2020-08-31T13:22:59+00:00</updated>
<author>
<name>sameeran joshi</name>
<email>sameeranjayant.joshi@amd.com</email>
</author>
<published>2020-08-31T12:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f787c9a90c69f604694b02493404c066ea601b9e'/>
<id>f787c9a90c69f604694b02493404c066ea601b9e</id>
<content type='text'>
Solves issue https://reviews.llvm.org/D86131#2247275

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D86875
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solves issue https://reviews.llvm.org/D86131#2247275

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D86875
</pre>
</div>
</content>
</entry>
<entry>
<title>[Flang] Move markdown files(.MD) from documentation/ to docs/</title>
<updated>2020-08-18T09:44:15+00:00</updated>
<author>
<name>sameeran joshi</name>
<email>sameeranjayant.joshi@amd.com</email>
</author>
<published>2020-08-18T09:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eaff200429a3dcf36eebfae39d2e859d6815285e'/>
<id>eaff200429a3dcf36eebfae39d2e859d6815285e</id>
<content type='text'>
Summary:
Other LLVM sub-projects use docs/ folder for documentation files.
Follow LLVM project policy.
Modify `documentation/` references in sources to `docs/`.
This patch doesn't modify files to reStructuredText(.rst) file format.

Reviewed By: DavidTruby, sscalpone

Differential Revision: https://reviews.llvm.org/D85884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Other LLVM sub-projects use docs/ folder for documentation files.
Follow LLVM project policy.
Modify `documentation/` references in sources to `docs/`.
This patch doesn't modify files to reStructuredText(.rst) file format.

Reviewed By: DavidTruby, sscalpone

Differential Revision: https://reviews.llvm.org/D85884
</pre>
</div>
</content>
</entry>
</feed>
