Skip to content

Commit

Permalink
Including Ignore File & Updating Project info
Browse files Browse the repository at this point in the history
Adding Git Ignore File for VSCode & Previewer Project / Build Files
Updating Project Info in Conf file
  • Loading branch information
wood0787 committed Mar 11, 2020
1 parent 5130efd commit 732a201
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Files Built by Sphinx
docs/build

# Files Build by RstPreviewer
docs/source/_build

# Files used by Visual Code
.vscode/settings.json
*.code-workspace
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = 'DeepThoughtHPC-docs'
project = 'DeepThoughtHPC - Compute Usage Documentation'
copyright = '2020, DeepThoughtHPC'
author = 'DeepThoughtHPC'

Expand Down

0 comments on commit 732a201

Please sign in to comment.