From 43b863b816337dd19dd9b903e76ecf50b47f1583 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 11 Dec 2022 19:44:18 +0100 Subject: [PATCH] doc fixes This reverts commit e015babdc102a65a3cce0cc71812d3eb730da92e. link fix fix escaping, spacing, profile links, typo revert ~~add~~ at fixes Revert "~~add~~ at fixes" This reverts commit ce0192b733c19614048de81ea917660e25bb35f2. --- docs/setup.md | 6 +++--- docs/usage.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index d7b837eae..8dcaeae8b 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -387,17 +387,17 @@ supported. 9. Go to `/opt/paperless/src`, and execute the following commands: ```bash - \# This creates the database schema. + # This creates the database schema. sudo -Hu paperless python3 manage.py migrate - \# This creates your first paperless user + # This creates your first paperless user sudo -Hu paperless python3 manage.py createsuperuser ``` 10. Optional: Test that paperless is working by executing ```bash - \# This collects static files from paperless and django. + # This collects static files from paperless and django. sudo -Hu paperless python3 manage.py runserver ``` diff --git a/docs/usage.md b/docs/usage.md index 92ab4d631..7c51b82a8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -195,7 +195,7 @@ configured on the 'Scheduled tasks' page in the admin. ### REST API -You can also submit a document using the REST API, see [POSTing documents][/api#file-uploads] +You can also submit a document using the REST API, see [POSTing documents](/api#file-uploads) for details. ## Best practices {#basic-searching}