Changing naming from Manual Page to just Manual

Where it made sense in the titles, and references in the documentation,
I have updated to just `Manual` over `Manual Page` for clarity on the
purpose of the section or documentation. I have left the file naming
alone, since that was mostly used in the links and felt like the titles
might be where more confusion could be at.
This commit is contained in:
Christine Seeman 2022-09-01 17:29:23 -05:00 committed by jcamiel
parent 57a298d9f1
commit 2e3eaca3d4
5 changed files with 8 additions and 8 deletions

View File

@ -174,7 +174,7 @@ Table of Contents
* [Using SOAP Apis](#using-soap-apis)
* [Capturing and Using a CSRF Token](#capturing-and-using-a-csrf-token)
* [Checking Byte Order Mark (BOM) in Response Body](#checking-byte-order-mark-bom-in-response-body)
* [Manual Page](#manual-page)
* [Manual](#manual)
* [Name](#name)
* [Synopsis](#synopsis)
* [Description](#description)
@ -582,7 +582,7 @@ bytes startsWith hex,efbbbf;
[Doc](https://hurl.dev/docs/asserting-response.html#bytes-assert)
# Manual Page
# Manual
## Name

View File

@ -128,7 +128,7 @@ def main():
exits = man.slice(first_exit_h3, www_h2)
process_table(doc=man, nodes=exits, col_name="Value")
print("# Manual Page\n\n" + man.to_text())
print("# Manual\n\n" + man.to_text())
if __name__ == "__main__":

View File

@ -29,8 +29,8 @@ docs/*.md => packages/hurl/README.md
## Scripts
1. generate manual pages
2. generate <hurl.dev> manual page
1. generate manual
2. generate <hurl.dev> manual
3. generate GitHub README
4. generate crates.io README

View File

@ -1,4 +1,4 @@
# Manual Page
# Manual
## Name

View File

@ -174,7 +174,7 @@ Table of Contents
* [Using SOAP Apis](#using-soap-apis)
* [Capturing and Using a CSRF Token](#capturing-and-using-a-csrf-token)
* [Checking Byte Order Mark (BOM) in Response Body](#checking-byte-order-mark-bom-in-response-body)
* [Manual Page](#manual-page)
* [Manual](#manual)
* [Name](#name)
* [Synopsis](#synopsis)
* [Description](#description)
@ -582,7 +582,7 @@ bytes startsWith hex,efbbbf;
[Doc](https://hurl.dev/docs/asserting-response.html#bytes-assert)
# Manual Page
# Manual
## Name