Skip to content

Commit

Permalink
Fixed all references to the "Developer Guide" to be consistent across…
Browse files Browse the repository at this point in the history
… the entire app. [ref IQSS#2864]
  • Loading branch information
mheppler committed Jan 13, 2016
1 parent d8d1442 commit 72421fc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The source for the documentation at http://guides.dataverse.org is in the GitHub

## Code/Pull Requests

To get started developing code for Dataverse, please read our Developer's Guide at http://guides.dataverse.org/en/latest/developers
To get started developing code for Dataverse, please read our Developer Guide at http://guides.dataverse.org/en/latest/developers

[doc]: https://github.com/IQSS/dataverse/tree/master/doc/sphinx-guides/source

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/user/index.html">User Guide</a></li>
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/installation/index.html">Installation Guide</a></li>
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/api/index.html">API Guide</a></li>
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/developers/index.html">Developers Guide</a></li>
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/developers/index.html">Developer Guide</a></li>
</ul>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Developers' Guide
Developer Guide
=======================================================

Contents:
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ How the Guides Are Organized

The Guides are reference documents that explain how to use Dataverse,
which are divided into the following sections: User Guide,
Installation Guide, Developers Guide, and API Guide. The User Guide is further divided into primary activities: finding & using
Installation Guide, Developer Guide, and API Guide. The User Guide is further divided into primary activities: finding & using
data, adding Datasets, administering dataverses or Datasets, and Dataset exploration/visualizations. Details
on all of the above tasks can be found in the Users Guide. The
Installation Guide is for people or organizations who want to host their
own Dataverse. The Developers Guide contains instructions for
own Dataverse. The Developer Guide contains instructions for
people who want to contribute to the Open Source Dataverse
project or who want to modify the code to suit their own needs. Finally, the API Guide is for
Developers that work on other applications and are interested in connecting with Dataverse through our APIs.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ header.about=About
header.support=Support
header.guides=Guides
header.guides.user=User Guide
header.guides.developers=Developers Guide
header.guides.developer=Developer Guide
header.guides.installation=Installation Guide
header.guides.api=API Guide
header.signUp=Sign Up
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/dataverse_header.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</li>
<li>
<h:outputLink value="#{settingsWrapper.guidesBaseUrl}/latest/developers" target="_blank">
<h:outputText value="#{bundle['header.guides.developers']}" />
<h:outputText value="#{bundle['header.guides.developer']}" />
</h:outputLink>
</li>
<li>
Expand Down

0 comments on commit 72421fc

Please sign in to comment.