Skip to content

Commit

Permalink
Update links and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseacheung committed Jan 25, 2017
1 parent eeddf0e commit 1a4edec
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 52 deletions.
4 changes: 2 additions & 2 deletions docs/source/as2_partnership.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Reference for AS2 Partnership Configuration
===========================================
Setting Up AS2 Partnership
==========================

AS2 Partnership Parameters
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hermes 2 Configuration Guide
============================
Configuring Hermes
==================

Introduction
------------
Expand Down
44 changes: 10 additions & 34 deletions docs/source/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,27 @@ Documentation
Getting Started
---------------
.. toctree::
:titlesonly:
:maxdepth: 1

installation
first_step
ebms_partnership
as2_partnership

APIs
----
User's Guide
------------
.. toctree::
:titlesonly:

web_service_communication

Configuration
-------------
.. toctree::
:titlesonly:
:maxdepth: 1

configuration

Client Development
------------------
.. toctree::
:titlesonly:

java_client

Operations
----------
.. toctree::
:titlesonly:

web_service_communication
web_service_usage_guide

Security
--------
.. toctree::
:titlesonly:

message_signing

Javadoc
-------
Developer's Guide
-----------------
.. toctree::
:titlesonly:
:maxdepth: 1

packages.rst
java_client
packages
4 changes: 2 additions & 2 deletions docs/source/ebms_partnership.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Reference for ebMS 2.0 Partnership Configuration
================================================
Setting Up ebMS 2.0 Partnership
===============================

ebMS 2.0 Partnership Parameters
-------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hermes 2 Installation Guide
===========================
Installing Hermes
=================

© CECID

Expand Down
6 changes: 3 additions & 3 deletions docs/source/java_client.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Writing Hermes 2 WS Clients Using Java
======================================
Implementing Hermes Clients
===========================

Introduction
------------
This article is purposed to assist developers who want to write a Hermes 2 web service client using **Java**.
This article is purposed to assist developers who want to write a Hermes 2 web service client using :program:`Java`.
For information about installing Hermes 2 and communicating with Hermes 2 using an external application, please refer to :doc:`installation` and :doc:`web_service_communication`.

The source code shown below is originally from the :download:`Hermes 2 loopback test <_static/hermes2_loopback.zip>`. Please refer to it for more details.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/message_signing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Configuration for Message Signing and Secure Channels
=====================================================
Configuring Secure Messaging
============================
Introduction
------------
Under the current implementation, Hermes 2 only supports the PKCS #12 standard. A keystore is needed for Hermes 2 to retrieve a key for message signing.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/packages.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Java API Documentation
===============================
======================

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/web_service_communication.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Communicating Hermes 2 through WS
=================================
Using SOAP API
==============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/web_service_usage_guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Web Service Usage Guide
=======================
Using Sample Clients
====================

Maintaining partnerships
------------------------
Expand Down

0 comments on commit 1a4edec

Please sign in to comment.