diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /docs | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'docs')
-rw-r--r-- | docs/howto.rst | 2 | ||||
-rw-r--r-- | docs/make.bat | 2 | ||||
-rw-r--r-- | docs/pycharm/configuration.rst | 2 | ||||
-rw-r--r-- | docs/users.rst | 2 |
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: |