public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/7] jit,docs: remove warnings and modernize the docs
@ 2022-07-25 13:13 Martin Liska
  2022-07-25  8:52 ` [PATCH 1/7] jit,docs: use enum directive for enumeral types Martin Liska
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Martin Liska @ 2022-07-25 13:13 UTC (permalink / raw)
  To: gcc-patches

The patch set modernizes the documentation and removes most of the reported Sphinx
warnings.

Ready for master?
Thanks,
Martin

Martin Liska (7):
  jit,docs: use enum directive for enumeral types
  jit,docs: replace c:type:`int_type` with :expr:`int_type`
  jit,docs: various fixes
  jit,docs: compact function declarations
  jit,docs: use list-table instead of fixed table
  jit,docs: use :expr:`type *` for pointers to a type
  jit,docs: remove :ref:`modindex`

 gcc/jit/docs/conf.py                      |   3 +
 gcc/jit/docs/cp/intro/tutorial02.rst      |   6 +-
 gcc/jit/docs/cp/intro/tutorial04.rst      |  73 +++++++++-----
 gcc/jit/docs/cp/topics/asm.rst            |   2 +-
 gcc/jit/docs/cp/topics/contexts.rst       |   8 +-
 gcc/jit/docs/cp/topics/expressions.rst    |  52 ++++------
 gcc/jit/docs/cp/topics/functions.rst      |  48 +++++-----
 gcc/jit/docs/cp/topics/objects.rst        |   2 +-
 gcc/jit/docs/cp/topics/types.rst          |   2 +-
 gcc/jit/docs/examples/tut04-toyvm/toyvm.c |   1 +
 gcc/jit/docs/index.rst                    |   8 --
 gcc/jit/docs/intro/tutorial02.rst         |  16 ++--
 gcc/jit/docs/intro/tutorial03.rst         |  28 +++---
 gcc/jit/docs/intro/tutorial04.rst         |  77 ++++++++++-----
 gcc/jit/docs/intro/tutorial05.rst         |  41 +++++---
 gcc/jit/docs/topics/compilation.rst       |  38 ++++----
 gcc/jit/docs/topics/contexts.rst          |  12 +--
 gcc/jit/docs/topics/expressions.rst       | 111 ++++++++++++++--------
 gcc/jit/docs/topics/function-pointers.rst |   2 +-
 gcc/jit/docs/topics/functions.rst         |   2 +-
 gcc/jit/docs/topics/objects.rst           |   6 +-
 gcc/jit/docs/topics/types.rst             | 111 ++++++++++++++--------
 22 files changed, 379 insertions(+), 270 deletions(-)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-07-26 15:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 13:13 [PATCH 0/7] jit,docs: remove warnings and modernize the docs Martin Liska
2022-07-25  8:52 ` [PATCH 1/7] jit,docs: use enum directive for enumeral types Martin Liska
2022-07-25 22:35   ` David Malcolm
2022-07-26  4:47     ` Martin Liška
2022-07-25  9:03 ` [PATCH 2/7] jit, docs: replace c:type:`int_type` with :expr:`int_type` Martin Liska
2022-07-25 22:37   ` [PATCH 2/7] jit,docs: " David Malcolm
2022-07-26  4:48     ` Martin Liška
2022-07-26 15:42       ` David Malcolm
2022-07-25  9:15 ` [PATCH 3/7] jit,docs: various fixes Martin Liska
2022-07-25 22:39   ` David Malcolm
2022-07-25  9:51 ` [PATCH 4/7] jit,docs: compact function declarations Martin Liska
2022-07-25 22:39   ` David Malcolm
2022-07-25 10:35 ` [PATCH 5/7] jit,docs: use list-table instead of fixed table Martin Liska
2022-07-25 22:40   ` David Malcolm
2022-07-25 12:39 ` [PATCH 6/7] jit,docs: use :expr:`type *` for pointers to a type Martin Liska
2022-07-25 22:41   ` David Malcolm
2022-07-26  4:50     ` Martin Liška
2022-07-26 15:43       ` David Malcolm
2022-07-26  4:55 ` [PATCH 7/7] jit,docs: remove :ref:`modindex` Martin Liška
2022-07-26 15:44   ` David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).