Skip to content

Commit

Permalink
make pipeline work for version 0.7.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Oct 1, 2021
1 parent 2239986 commit 7a8b73c
Show file tree
Hide file tree
Showing 4 changed files with 1,704 additions and 1,550 deletions.
16 changes: 10 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../pds/'))

print(sys.path)
project_dir = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
print(project_dir)
sys.path.insert(0, project_dir)
print(sys.path)

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

project = 'PDS API Client (Python)'
copyright = '2021 California Institute of Technology'
author = 'NASA Planetary Data System'
release = '0.0.0'
version = '0.0.0'


# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -55,6 +57,8 @@
#
html_theme = 'sphinx_rtd_theme'



# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Sitemap
:caption: Contents

quickstart/index
Package Reference <api/pds.api_client>
developer/index
support/*


.. _PDS: https://pds.nasa.gov/
.. _ReST: https://restfulapi.net/
2 changes: 1 addition & 1 deletion docs/source/quickstart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For collections for example:
Reference Documentation
-----------------------

See `client_api <../api/api_client.api.html>`_
See `client_api <../api/pds.api_client.html>`_


.. References:
Expand Down
Loading

0 comments on commit 7a8b73c

Please sign in to comment.