From 33849946ff6022c26722ec71248fd76aa55de4ef Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 13 Nov 2017 13:25:18 +1100 Subject: Clean up sphinx warnings. - Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229. --- c-user/partition_manager.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'c-user/partition_manager.rst') diff --git a/c-user/partition_manager.rst b/c-user/partition_manager.rst index 9edf09f..68761da 100644 --- a/c-user/partition_manager.rst +++ b/c-user/partition_manager.rst @@ -135,10 +135,11 @@ sequence, related constants, usage, and status codes. \clearpage -.. _rtems_partition_create: .. index:: create a partition .. index:: rtems_partition_create +.. _rtems_partition_create: + PARTITION_CREATE - Create a partition ------------------------------------- @@ -229,11 +230,12 @@ NOTES: \clearpage -.. _rtems_partition_ident: .. index:: get ID of a partition .. index:: obtain ID of a partition .. index:: rtems_partition_ident +.. _rtems_partition_ident: + PARTITION_IDENT - Get ID of a partition --------------------------------------- @@ -283,10 +285,11 @@ NOTES: \clearpage -.. _rtems_partition_delete: .. index:: delete a partition .. index:: rtems_partition_delete +.. _rtems_partition_delete: + PARTITION_DELETE - Delete a partition ------------------------------------- @@ -332,11 +335,12 @@ NOTES: \clearpage -.. _rtems_partition_get_buffer: .. index:: get buffer from partition .. index:: obtain buffer from partition .. index:: rtems_partition_get_buffer +.. _rtems_partition_get_buffer: + PARTITION_GET_BUFFER - Get buffer from a partition -------------------------------------------------- @@ -380,10 +384,11 @@ NOTES: \clearpage -.. _rtems_partition_return_buffer: .. index:: return buffer to partitition .. index:: rtems_partition_return_buffer +.. _rtems_partition_return_buffer: + PARTITION_RETURN_BUFFER - Return buffer to a partition ------------------------------------------------------ -- cgit v1.2.3