Skip to content

Commit fcc889b

Browse files
committed
improve guide layout
1 parent 645d287 commit fcc889b

File tree

5 files changed

+19
-39
lines changed

5 files changed

+19
-39
lines changed

doc_source/advanced.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

doc_source/basics.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
either express or implied. See the License for the specific language governing permissions and
99
limitations under the License.
1010
11-
#################
12-
|sdk-java| Basics
13-
#################
11+
#############
12+
Using the SDK
13+
#############
1414

1515
This section provides important general information about programming with the |sdk-java|.
1616
Information in this section applies to all services that you might be using with the |sdk-java|.
@@ -27,3 +27,7 @@ For information that is specific to a particular service (EC2, SWF, etc.), see t
2727
java-dg-exceptions
2828
basics-async
2929
java-dg-logging
30+
section-client-configuration
31+
java-dg-access-control
32+
java-dg-jvm-ttl
33+

doc_source/document-history.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ This topic describes important changes to the |sdk-java-dg| over the course of i
1616

1717
**Last documentation update:** |today|
1818

19+
Sep 26, 2016
20+
The topics in the **Advanced** section have been moved into :doc:`basics`, since they really are
21+
central to using the SDK.
22+
1923
Aug 25, 2016
20-
A new topic, :doc:`creating-clients`, has been added to the :doc:`basics` section, which
21-
demonstrates how to use *client builders* to simplify the creation of AWS service clients.
24+
A new topic, :doc:`creating-clients`, has been added to :doc:`basics`, which demonstrates how to
25+
use *client builders* to simplify the creation of AWS service clients.
2226

2327
The :doc:`prog-services` section has been updated with :doc:`new examples for S3 <examples/s3>`
2428
which are backed by a `repository on GitHub <sdk-doc-examples_>`_ that contains the complete
@@ -56,8 +60,8 @@ Feb 23, 2016
5660
<awsdocs/aws-java-developer-guide>`.
5761

5862
Dec 28, 2015
59-
:doc:`java-dg-jvm-ttl` has been moved from :doc:`advanced` into the :doc:`basics` section, and
60-
has been rewritten for clarity.
63+
:doc:`java-dg-jvm-ttl` has been moved from **Advanced** into :doc:`basics`, and has been
64+
rewritten for clarity.
6165

6266
:doc:`setup-project-maven` has been updated with information about how to include the
6367
SDK's bill of materials (BOM) in your project.

doc_source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
getting-started
2525
basics
2626
prog-services
27-
advanced
2827
document-history
2928

3029
.. include:: about-aws.txt

doc_source/prog-services.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
either express or implied. See the License for the specific language governing permissions and
99
limitations under the License.
1010
11-
######################
12-
Tutorials and Examples
13-
######################
11+
####################
12+
Programming Examples
13+
####################
1414

15-
This section provides tutorials and examples of using the |sdk-java| with AWS service clients.
15+
This section provides tutorials and examples of using the |sdk-java| to program AWS services.
1616

1717
.. tip:: See :ref:`additional-resources` for more examples and additional resources available for
1818
|sdk-java| developers!

0 commit comments

Comments
 (0)