Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig committed Mar 13, 2019
1 parent 490b493 commit 4a94b3c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ configure_file(${CMAKE_SOURCE_DIR}/tutorials.md.in ${CMAKE_BINARY_DIR}/tutorials

ign_create_docs(
API_MAINPAGE_MD "${CMAKE_BINARY_DIR}/api.md"
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md")
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md"
TAGFILES
"${IGNITION-COMMON_DOXYGEN_TAGFILE} = ${IGNITION-COMMON_API_URL}"
)
2 changes: 1 addition & 1 deletion include/ignition/fuel_tools/FuelClient.hh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace ignition
/// E.g.: https://fuel.ignitionrobotics.org/1.0/caguero/models/Beer
/// \param[out] _path Path where the model was downloaded.
/// \return Result of the download operation.
public: Result DownloadModel(const common::URI &_modelUrl,
public: Result DownloadModel(const ignition::common::URI &_modelUrl,
std::string &_path);

/// \brief Download a world from ignition fuel. This will override an
Expand Down
5 changes: 4 additions & 1 deletion tutorials.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Ignition @IGN_DESIGNATION_CAP@ library and how to use the library effectively.

**The tutorials**

No tutorials yet.
1. \subpage install "Installation"
2. \subpage configuration "Configuration"
3. \subpage cmdline "Command Line Tools"
4. \subpage cppapi "C++ API"

## License

Expand Down
6 changes: 5 additions & 1 deletion tutorials/01_installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Installation
\page install Installation

Next Tutorial: \ref configuration

## Overview

Instructions to install Ignition Fuel Tools on all the platforms
supported: major Linux distributions, Mac OS X and Windows.
Expand Down
7 changes: 5 additions & 2 deletions tutorials/02_configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Configuration
=============
\page configuration Configuration

Next Tutorial: \ref cmdline

## Overview

Some aspects of Ignition Fuel Tools can be configured according to the needs of
the library users. This configuration can be done via a YAML configuration file
Expand Down
7 changes: 5 additions & 2 deletions tutorials/03_command_line.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Command line tools
======
\page cmdline Command Line Tools

Next Tutorial: \ref cppapi

## Overview

The `ign fuel` command line tool provides a convenient way to handle Ignition
Fuel resources from a terminal.
Expand Down
5 changes: 3 additions & 2 deletions tutorials/04_cpp_api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
C++ API
======
\page cppapi C++ API

## Overview

Ignition Fuel Tools lets you perform a set of operations over the resources
hosted in any Ignition Fuel server. These operations allow you to list all
Expand Down

0 comments on commit 4a94b3c

Please sign in to comment.