The NASA Planetary Data System software resources and processes are described in this respository and hosts vital documentation:
- Our website: https://nasa-pds.github.io
- Our wiki: https://github.com/NASA-PDS/nasa-pds.github.io/wiki
The documentation can be found in the docs/source
directory. Feel free to update and provide pull requests as you see fit.
Install Python dependencies (preferably within a Python virtual environment):
pip install --requirement requirements.txt
Make the docs:
make clean html
Found a bug? Have a question? Or in need of any other support regarding PDS4 Data Dictionaries? Please file a report in our issue tracker.
If you're looking to contribute to the PDS Data Dictionaries, please see the following links:
- Issue Tracker: https://github.com/pds-data-dictionaries/pds4-ldd-issue-repo/issues
- Local Data Dictionary Repos: https://github.com/pds-data-dictionaries/
- Wiki: https://github.com/pds-data-dictionaries/PDS-Data-Dictionaries.github.io/wiki
Otherwise, you can contribute to this documentation repository by contributing to the wiki or by creating issues or pull requests.