From 6c954280958e9d91f4f2713ab29dd0e1ab4e3a41 Mon Sep 17 00:00:00 2001 From: Asher Silvers Date: Wed, 4 Apr 2018 16:02:02 +1000 Subject: [PATCH] Fixed some links and heirarchy diagram --- README.md | 6 +++--- docs/.DS_Store | Bin 0 -> 6148 bytes docs/core/AmzSear.md | 8 ++++---- docs/core/README.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 docs/.DS_Store diff --git a/README.md b/README.md index 6f89ad2..d801ab6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ However, additional options can be set to select the page number, item number, r $ amzsear 'Harry Potter' -p 2 -i 35 --output json ``` -The above query will display the item at index 35 on page 2 as a JSON object. For more examples and for extended usage information see the [CLI Readme](cli/README.md). +The above query will display the item at index 35 on page 2 as a JSON object. For more examples and for extended usage information see the [CLI Readme](docs/cli/README.md). #### API @@ -110,7 +110,7 @@ subtext ['by Sarah-Jane Williams and FlyingKids'] [8.37, 10.9] ``` -For a complete explanation of the intricacies of the amzSear core API, see the [API docs](core/). +For a complete explanation of the intricacies of the amzSear core API, see the [API docs](docs/core/). @@ -140,7 +140,7 @@ For a complete explanation of the intricacies of the amzSear core API, see the [ * Simpler usability and clearer command line interface * Multiple command line export formats - CSV, JSON, etc. -A more in depth understanding of the latest features of the CLI can be explored in the [CLI Readme](cli/README.md). A complete breakdown of the core API's extended features can be seen in the core [API docs](core/). +A more in depth understanding of the latest features of the CLI can be explored in the [CLI Readme](docs/cli/README.md). A complete breakdown of the core API's extended features can be seen in the core [API docs](docs/core/). ### About diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e3f1685dc85ee8f151d8599260135fbdb0f1f6f0 GIT binary patch literal 6148 zcmeH~F$w}f3`G;&La^D=avBfd4F=H@>;(iB8(BfndXDZ-CJ2t!BJu;tpJXO1`-+{7 zi0JxuSc&u^GJ~7S(n4d3ypz3L4M3`}dgXhH(h?7~0-B+w9;*1Wg-e+&OK|2Hj6Nq_|Y zjDU8VVY9|d#ohY$dRE^>)z$?L_2URHKLJSWDqg_du%B!J&7q|#Dlq;CI0gn1_$q-1 D?za-W literal 0 HcmV?d00001 diff --git a/docs/core/AmzSear.md b/docs/core/AmzSear.md index 2c1716f..d6b3b80 100644 --- a/docs/core/AmzSear.md +++ b/docs/core/AmzSear.md @@ -17,13 +17,13 @@ Whilst it may appear that multiple different arguments can be passed to the cons ``` (query, [page], [region]) - | + | (url) - | + | (html) - | + | (html_element) - | + | (products) ``` diff --git a/docs/core/README.md b/docs/core/README.md index e27dbac..17828d3 100644 --- a/docs/core/README.md +++ b/docs/core/README.md @@ -1,6 +1,6 @@ ## Core Overview -The [core docs](./docs) contain info on each basic class in the core amzSear API. Each class is in it's own Markdown document with an overview of the class and it's methods and parameters. The following classes are available: +The [core docs](.) contain info on each basic class in the core amzSear API. Each class is in it's own Markdown document with an overview of the class and it's methods and parameters. The following classes are available: * [AmzBase](AmzBase.md) * [AmzProduct](AmzProduct.md) * [AmzRating](AmzRating.md)