From af9a779024d18082a6c60e7aad346a1b1e60640c Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sun, 8 Dec 2019 10:37:20 -0800 Subject: [PATCH] Update name to olcf-user-docs --- contributing/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contributing/index.rst b/contributing/index.rst index 2a595eb5..ffa73bc2 100644 --- a/contributing/index.rst +++ b/contributing/index.rst @@ -24,7 +24,7 @@ Setup authoring environment #. Fork the documentation repository on GitHub - Go to https://github.com/olcf/olcf-user-documentation, and click the "Fork" + Go to https://github.com/olcf/olcf-user-docs, and click the "Fork" button in the upper right corner. .. image:: /images/github_fork.png @@ -34,21 +34,21 @@ Setup authoring environment #. Clone your fork of the documentation repository:: - $ git clone https://github.com//olcf-user-documentation.git + $ git clone https://github.com//olcf-user-docs.git #. Point your master branch to track upstream:: - $ git remote add olcf https://github.com/olcf/olcf-user-documentation.git + $ git remote add olcf https://github.com/olcf/olcf-user-docs.git $ git fetch olcf $ git branch --set-upstream-to=olcf/master #. Build the docs:: - $ cd olcf-user-documentation && sphinx-build -E . _build + $ cd olcf-user-docs && sphinx-build -E . _build #. Locally preview the generated web pages start a webserver on something like ``localhost:8080`` that points at - your ``olcf-user-documentation/_build`` directory. For example, using busybox:: + your ``olcf-user-docs/_build`` directory. For example, using busybox:: $ busybox httpd -p 127.0.0.1:8080 -h /home/ubuntu/olcf-user-docs/_build