Setup of MkDocs on Mac OS
millerjl-laptop:~ 33m$ git clone git@code-int.ornl.gov:cades-ops/userdocs.git
Cloning into 'userdocs'...
remote: Enumerating objects: 32, done.
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects: 100% (32/32), done.
remote: Total 30452 (delta 4), reused 0 (delta 0), pack-reused 30420
Receiving objects: 100% (30452/30452), 70.60 MiB | 23.73 MiB/s, done.
Resolving deltas: 100% (21977/21977), done.
millerjl-laptop:~ 33m$ cd userdocs
millerjl-laptop:userdocs 33m$ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.
millerjl-laptop:userdocs 33m$ virtualenv -p python3 .venvs/mkdocs
Running virtualenv with interpreter /usr/local/bin/python3
Already using interpreter /usr/local/opt/python/bin/python3.7
Using base prefix '/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7'
New python executable in /Users/33m/userdocs/.venvs/mkdocs/bin/python3.7
Also creating executable in /Users/33m/userdocs/.venvs/mkdocs/bin/python
Installing setuptools, pip, wheel...
done.
millerjl-laptop:userdocs 33m$ source .venvs/mkdocs/bin/activate
(mkdocs) millerjl-laptop:userdocs 33m$ pip install -r requirements.txt
Collecting Markdown
Using cached Markdown-3.2.2-py3-none-any.whl (88 kB)
Processing /Users/33m/Library/Caches/pip/wheels/e5/5d/fb/e622bcf3625d3c3976029cd68a05b1f1c2e2d40c763a1f74b4/markdown_include-0.6.0-py3-none-any.whl
Collecting mkdocs
Using cached mkdocs-1.1.2-py3-none-any.whl (6.4 MB)
Processing /Users/33m/Library/Caches/pip/wheels/96/3c/8a/216945ddc9c7a5913caa08c42b9158826c6fd5c0b08dbc8bcd/mkdocs_windmill-1.0.4-py3-none-any.whl
Collecting importlib-metadata; python_version < "3.8"
Using cached importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB)
Processing /Users/33m/Library/Caches/pip/wheels/7d/14/fa/d88fb5da77d813ea0ffca38a2ab2a052874e9e1142bad0b348/tornado-6.0.4-cp37-cp37m-macosx_10_14_x86_64.whl
Processing /Users/33m/Library/Caches/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653/PyYAML-5.3.1-cp37-cp37m-macosx_10_14_x86_64.whl
Collecting lunr[languages]==0.5.8
Using cached lunr-0.5.8-py2.py3-none-any.whl (2.3 MB)
Processing /Users/33m/Library/Caches/pip/wheels/d4/f2/03/55f37093eb8cb0c89d7efb206f792dba55cd5bd67b1c5b1ce1/livereload-2.6.3-py2.py3-none-any.whl
Collecting Jinja2>=2.10.1
Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting click>=3.3
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting zipp>=0.5
Using cached zipp-3.1.0-py3-none-any.whl (4.9 kB)
Collecting six>=1.11.0
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Processing /Users/33m/Library/Caches/pip/wheels/8b/99/a0/81daf51dcd359a9377b110a8a886b3895921802d2fc1b2397e/future-0.18.2-cp37-none-any.whl
Processing /Users/33m/Library/Caches/pip/wheels/45/6c/46/a1865e7ba706b3817f5d1b2ff7ce8996aabdd0d03d47ba0266/nltk-3.5-py3-none-any.whl
Collecting MarkupSafe>=0.23
Using cached MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl (18 kB)
Collecting joblib
Using cached joblib-0.16.0-py3-none-any.whl (300 kB)
Collecting tqdm
Using cached tqdm-4.49.0-py2.py3-none-any.whl (69 kB)
Processing /Users/33m/Library/Caches/pip/wheels/5b/68/ce/2508b5a5afc13bd96566c62d3ffebea7b401477c2ead3e8cc0/regex-2020.7.14-cp37-cp37m-macosx_10_14_x86_64.whl
Installing collected packages: zipp, importlib-metadata, Markdown, markdown-include, tornado, PyYAML, six, future, click, joblib, tqdm, regex, nltk, lunr, livereload, MarkupSafe, Jinja2, mkdocs, mkdocs-windmill
Successfully installed Jinja2-2.11.2 Markdown-3.2.2 MarkupSafe-1.1.1 PyYAML-5.3.1 click-7.1.2 future-0.18.2 importlib-metadata-1.7.0 joblib-0.16.0 livereload-2.6.3 lunr-0.5.8 markdown-include-0.6.0 mkdocs-1.1.2 mkdocs-windmill-1.0.4 nltk-3.5 regex-2020.7.14 six-1.15.0 tornado-6.0.4 tqdm-4.49.0 zipp-3.1.0
(mkdocs) millerjl-laptop:userdocs 33m$ mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
- SUMMARY.md
- cheatsheet/README.md
- condos/how-to-use/access-shpc.md
- condos/how-to-use/how-to-use.md
- condos/how-to-use/prerequisites.md
- condos/how-to-use/request-access.md
- condos/how-to-use/resource-queues.md
- condos/how-to-use/examples/cpp.md
- condos/how-to-use/examples/fortran.md
- condos/how-to-use/examples/makefile.md
- condos/how-to-use/examples/python.md
- condos/slurm/execute-a-slurm-job.md
- condos/slurm/openacc-tutorial.md
- condos/slurm/slurm-migration.md
- condos/slurm/slurm-resource-queues.md
- condos/software/gnu-compiler.md
- condos/software/intel-compiler.md
- condos/software/scheduling-jobs.md
- condos/templates/slurm-migration-alert-alternate.md
- condos/templates/slurm-migration-alert.md
- contributing/legacy/git-command-line-legacy.md
- contributing/legacy/git-workflow-legacy.md
- linux/services.md
- more-tools/putty-smartcard-auth.md
- openstack/manage-vm/Transferring-Volume.md
- user-contributed-tutorials/aws-tutorials/aws-index.md
- user-contributed-tutorials/aws-tutorials/aws-tips.md
- user-contributed-tutorials/aws-tutorials/aws-training.md
- user-contributed-tutorials/aws-tutorials/ec2/ec2-describe-instances.md
- user-contributed-tutorials/aws-tutorials/ec2/ec2-index.md
- user-contributed-tutorials/aws-tutorials/ec2/ec2-launch-instance.md
- user-contributed-tutorials/aws-tutorials/iam/aws-account-creation.md
- user-contributed-tutorials/aws-tutorials/iam/aws-iam-overview.md
- user-contributed-tutorials/aws-tutorials/object-storage/s3-index.md
INFO - Documentation built in 2.06 seconds
[I 200918 08:19:51 server:335] Serving on http://127.0.0.1:8000
INFO - Serving on http://127.0.0.1:8000
[I 200918 08:19:51 handlers:62] Start watching changes
INFO - Start watching changes
[I 200918 08:19:51 handlers:64] Start detecting changes
INFO - Start detecting changes
^C[I 200918 08:19:58 server:358] Shutting down...
INFO - Shutting down...
(mkdocs) millerjl-laptop:userdocs 33m$ deactivate