[gnome-calendar] Minor docs adjustements.



commit 681ee80f5bbc40a7f24dbf3df47c536cc5d41ab2
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sat Jul 7 16:28:29 2012 -0400

    Minor docs adjustements.

 doc/{Assumptions.markdown => Assumptions} |    0
 doc/{Flows.markdown => Flows}             |    8 +-------
 doc/{Internals.markdown => Internals}     |    0
 doc/Makefile.am                           |    8 ++++----
 4 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/doc/Assumptions.markdown b/doc/Assumptions
similarity index 100%
rename from doc/Assumptions.markdown
rename to doc/Assumptions
diff --git a/doc/Flows.markdown b/doc/Flows
similarity index 78%
rename from doc/Flows.markdown
rename to doc/Flows
index 8336381..b16cb41 100644
--- a/doc/Flows.markdown
+++ b/doc/Flows
@@ -22,13 +22,7 @@ source we're adding.
 This will work for setting a new view (the app hasn't instanced a view
 of that type yet), or for updating an old view with a new time lapse
 
-* Update GSettings key for keeping active-view-type
-* Create/Update the view with the active date from
-  `GcalMainWindow.active_date`
+* Create/Update the view with the selected_date
 * Retrieve new time range from view.
 * Update time range in store (a `GcalStore`)
-* Hook up to signals emitted from GcalStore to read active events
-  from updated time range
-* Hook up to signals emitted from GcalStore to get events
-  updates lively
 * Update `GcalMainWindow.view_type`
diff --git a/doc/Internals.markdown b/doc/Internals
similarity index 100%
rename from doc/Internals.markdown
rename to doc/Internals
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e18e27c..fbfbe4f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST=              \
-    Assumptions.markdown \
-    Flows.markdown       \
-    Internals.markdown
+EXTRA_DIST =             \
+    Assumptions          \
+    Flows.               \
+    Internals



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]