aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto.rst2
-rw-r--r--docs/make.bat2
-rw-r--r--docs/pycharm/configuration.rst2
-rw-r--r--docs/users.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto.rst b/docs/howto.rst
index 73953de..5858a25 100644
--- a/docs/howto.rst
+++ b/docs/howto.rst
@@ -4,7 +4,7 @@ How To - Project Documentation
Get Started
----------------------------------------------------------------------
-Documentation can be written as rst files in `pyblackbird_cc/docs`.
+Documentation can be written as rst files in `alphabetlearning/docs`.
To build and serve docs, use the commands::
diff --git a/docs/make.bat b/docs/make.bat
index 27675c2..7e05187 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -10,7 +10,7 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=_source
set BUILDDIR=_build
-set APP=..\pyblackbird_cc
+set APP=..\alphabetlearning
if "%1" == "" goto help
diff --git a/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst
index fa53a8f..ffc7f61 100644
--- a/docs/pycharm/configuration.rst
+++ b/docs/pycharm/configuration.rst
@@ -67,4 +67,4 @@ Most of the files from `.idea/` were added to `.gitignore` with a few exceptions
In theory you can remove them from repository, but then, other people will lose a ability to initialize a project from provided configurations as you did. To get rid of this annoying state, you can run command::
- $ git update-index --assume-unchanged pyblackbird_cc.iml
+ $ git update-index --assume-unchanged alphabetlearning.iml
diff --git a/docs/users.rst b/docs/users.rst
index 1ddbc73..0fac7bf 100644
--- a/docs/users.rst
+++ b/docs/users.rst
@@ -9,7 +9,7 @@ even if the default User model is sufficient for you.
This model behaves identically to the default user model,
but you’ll be able to customize it in the future if the need arises.
-.. automodule:: pyblackbird_cc.users.models
+.. automodule:: alphabetlearning.users.models
:members:
:noindex: