Skip to content

Commit

Permalink
merging with develop for checksum change #2291
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Oct 4, 2016
2 parents b7ffd04 + 301e34a commit c42887c
Show file tree
Hide file tree
Showing 75 changed files with 787 additions and 444 deletions.
2 changes: 2 additions & 0 deletions conf/solr/4.6.0/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@
<field name="unf" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="fileSizeInBytes" type="long" stored="true" indexed="true" multiValued="false"/>
<field name="fileMd5" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="fileChecksumType" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="fileChecksumValue" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="fileContentType" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="deaccessionReason" type="string" stored="true" indexed="false" multiValued="false"/>

Expand Down
Binary file removed doc/Sphinx/source/img/image1institutional.png
Binary file not shown.
Binary file removed doc/Sphinx/source/img/image2institutional.png
Binary file not shown.
Binary file removed doc/Sphinx/source/img/image3institutional.png
Binary file not shown.
Binary file removed doc/Sphinx/source/img/image4institutional.png
Binary file not shown.
9 changes: 4 additions & 5 deletions doc/sphinx-guides/source/admin/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ These "superuser" tasks are managed via the new page called the Dashboard. A use
Contents:

.. toctree::
:maxdepth: 2

harvestclients
harvestserver
metadataexport
timers
harvestclients
harvestserver
metadataexport
timers
6 changes: 3 additions & 3 deletions doc/sphinx-guides/source/api/dataaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Multiple File ("bundle") download
Returns the files listed, zipped.

Parameters:
~~~~~~~~~~
~~~~~~~~~~~
none.

"All Formats" bundled access for Tabular Files.
----------------------------------------------
-----------------------------------------------

``/api/access/datafile/bundle/$id``

Expand All @@ -78,7 +78,7 @@ It returns a zipped bundle that contains the data in the following formats:
* File citation, in Endnote and RIS formats.

Parameters:
~~~~~~~~~~
~~~~~~~~~~~
none.

Data Variable Metadata Access
Expand Down
13 changes: 6 additions & 7 deletions doc/sphinx-guides/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ Rather than using a production installation of Dataverse, API users are welcome
Contents:

.. toctree::
:maxdepth: 2

sword
search
dataaccess
native-api
client-libraries
apps
sword
search
dataaccess
native-api
client-libraries
apps
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Publish the Dataverse pointed by ``identifier``, which can either by the dataver
Datasets
~~~~~~~~

**Note** Creation of new datasets is done by ``POST``ing them onto dataverses. See dataverse section.
**Note** Creation of new datasets is done with a ``POST`` onto dataverses. See dataverse section.

**Note** In all commands below, dataset versions can be referred to as:

Expand Down Expand Up @@ -185,7 +185,7 @@ Delete a Private URL from a dataset (if it exists)::
DELETE http://$SERVER/api/datasets/$id/privateUrl?key=$apiKey

Builtin Users
~~~~~
~~~~~~~~~~~~~

This endopint deals with users of the built-in authentication provider. Note that users may come from other authentication services as well, such as Shibboleth.
For this service to work, the setting ``BuiltinUsers.KEY`` has to be set, and its value passed as ``key`` to
Expand Down
9 changes: 5 additions & 4 deletions doc/sphinx-guides/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import sys
import os
from datetime import datetime
sys.path.insert(0, os.path.abspath('../../'))
import sphinx_bootstrap_theme

Expand Down Expand Up @@ -56,16 +57,16 @@

# General information about the project.
project = u'Dataverse'
copyright = u'2016, The President & Fellows of Harvard College'
copyright = u'%d, The President & Fellows of Harvard College' % datetime.now().year

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '4.5'
version = '4.5.1'
# The full version, including alpha/beta/rc tags.
release = '4.5'
release = '4.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -358,7 +359,7 @@
epub_title = u'Dataverse'
epub_author = u'Dataverse Team'
epub_publisher = u'Dataverse Team'
epub_copyright = u'2014, Dataverse Team'
epub_copyright = u'%d, The President & Fellows of Harvard College' % datetime.now().year

# The basename for the epub file. It defaults to the project name.
#epub_basename = u'Consilience Documentation'
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/dev-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Development Environment
Assumptions
-----------

This guide assumes you are using a Mac but we do have pages for :doc:`/developers/windows` and :doc:`/developers/ubuntu`.
This guide assumes you are using a Mac. If you are using Windows or Linux, please reach out to other developers at https://groups.google.com/forum/#!forum/dataverse-dev

Requirements
------------
Expand Down
23 changes: 10 additions & 13 deletions doc/sphinx-guides/source/developers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ Developer Guide
Contents:

.. toctree::
:maxdepth: 2

intro
dev-environment
branching-strategy
testing
documentation
debugging
coding-style
making-releases
tools
unf/index


intro
dev-environment
branching-strategy
testing
documentation
debugging
coding-style
making-releases
tools
unf/index
51 changes: 0 additions & 51 deletions doc/sphinx-guides/source/developers/ubuntu.rst

This file was deleted.

10 changes: 5 additions & 5 deletions doc/sphinx-guides/source/developers/unf/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.. _unf:

====================================
=====================================
Universal Numerical Fingerprint (UNF)
====================================
=====================================

Contents:

.. toctree::
:maxdepth: 2

unf-v3
unf-v5
unf-v6
unf-v3
unf-v5
unf-v6

.. figure:: ./img/unf-diagram.png
:align: center
Expand Down
3 changes: 0 additions & 3 deletions doc/sphinx-guides/source/developers/unf/unf-v5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ UNF Version 5
**To address this, the Project is about to release UNF Version 6. The release date is still being discussed. It may coincide with the release of Dataverse 4.0. Alternatively, the production version of DVN 3.6.3 may get upgraded to use UNF v6 prior to that. This will be announced shortly. In the process, we are solving another problem with UNF v5 - this time we've made an effort to offer very implementer-friendly documentation that describes the algorithm fully and unambiguously. So if you are interested in implementing your own version of a UNF calculator, (something we would like to encourage!) please proceed directly to the Version 6 documentation.**

**Going forward, we are going to offer a preserved version of the Version 5 library and, possibly, an online UNF v5 calculator, for the purposes of validating vectors and data sets for which published Version 5 UNFs exist.**

-----

5 changes: 0 additions & 5 deletions doc/sphinx-guides/source/developers/windows.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Dataverse 4.5 Guides
Dataverse 4.5.1 Guides
======================

These guides are for the most recent version of Dataverse. For the guides for **version 4.3.1** please go `here <http://guides.dataverse.org/en/4.3.1/>`_.
These guides are for the most recent version of Dataverse. For the guides for **version 4.5** please go `here <http://guides.dataverse.org/en/4.5/>`_.

.. toctree::
:glob:
Expand Down
Loading

0 comments on commit c42887c

Please sign in to comment.