Skip to content

Commit

Permalink
🎨 Standardize location of version notice
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmiller committed Nov 18, 2015
1 parent ea87f10 commit 86e8257
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 11 deletions.
4 changes: 1 addition & 3 deletions docs/_shared/rc1-notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.. note::
This walkthrough uses EF 7.0.0-rc1 which is the latest pre-release available on NuGet.org.

You can find nightly builds of the EF7 code base hosted on https://www.myget.org/F/aspnetvnext/ but we do not maintain up-to-date documentation for nightly builds.
This article uses EF 7.0.0-rc1 which is the latest pre-release available on NuGet.org. You can find nightly builds of the EF7 code base hosted on https://www.myget.org/F/aspnetvnext/ but we do not maintain up-to-date documentation for nightly builds.
4 changes: 2 additions & 2 deletions docs/getting-started/linux.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

Getting Started on Linux
====================================

Expand All @@ -11,8 +13,6 @@ the SQLite provider.
.. include:: /_shared/sample.txt
.. _sample: https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/x-plat/sample

.. include:: /_shared/rc1-notice.txt

Prerequisites
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/osx.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

Getting Started on OSX
======================

Expand All @@ -11,8 +13,6 @@ the SQLite provider.
.. include:: /_shared/sample.txt
.. _sample: https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/x-plat/sample

.. include:: /_shared/rc1-notice.txt

Prerequisites
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/uwp.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

Getting Started on Universal Windows Platform
=============================================

Expand Down Expand Up @@ -32,8 +34,6 @@ In this article:
.. include:: /_shared/sample.txt
.. _sample: https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/uwp/sample

.. include:: /_shared/rc1-notice.txt

Prerequisites
-------------

Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/included-properties.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

Including & Excluding Properties
================================

Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/included-types.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

Including & Excluding Types
===========================

Expand Down
2 changes: 0 additions & 2 deletions docs/modeling/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. include:: /_shared/rc1-notice.txt

Modeling
========

Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/columns.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Column Mapping
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/computed-columns.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Computed Columns
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/data-types.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Data Types
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/default-schema.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Default Schema
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/default-values.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Default Values
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/fk-constraints.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Foreign Key Constraints
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/indexes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Indexes
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/inheritance.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Inheritance (Relational Database)
=================================

Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/primary-keys.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Primary Keys
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/sequences.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Sequences
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/tables.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Table Mapping
Expand Down
2 changes: 2 additions & 0 deletions docs/modeling/relational/unique-constraints.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: /_shared/rc1-notice.txt

.. include:: _shared/relational-specific-note.txt

Alternate Keys (Unique Constraints)
Expand Down

0 comments on commit 86e8257

Please sign in to comment.